From 70222e929e1585da02a4eafe8a9997e78dbdd045 Mon Sep 17 00:00:00 2001 From: houpengfei Date: Thu, 17 Mar 2022 02:08:19 +0000 Subject: [PATCH] Signed-off-by:hhh2 Signed-off-by: houpengfei --- services/screenclient/BUILD.gn | 11 +++++------ services/screenclient/test/unittest/BUILD.gn | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/services/screenclient/BUILD.gn b/services/screenclient/BUILD.gn index d81a18c7..b6a80f2c 100644 --- a/services/screenclient/BUILD.gn +++ b/services/screenclient/BUILD.gn @@ -13,16 +13,16 @@ import("//build/ohos.gni") import("//build/ohos_var.gni") -import("//foundation/distributedhardware/distributedscreen/distributedscreen.gni") +import( + "//foundation/distributedhardware/distributedscreen/distributedscreen.gni") ohos_shared_library("distributed_screen_client") { - include_dirs = [ "${windowmanager_path}/interfaces/innerkits/wm", "${graphicstandard_path}/interfaces/innerkits/surface", "${graphicstandard_path}/rosen/modules/render_service_client/core/ui", "${fwk_common_path}/utils/include", - "//foundation/multimodalinput/input/interfaces/native/innerkits/event/include/" + "//foundation/multimodalinput/input/interfaces/native/innerkits/event/include/", ] include_dirs += [ @@ -38,9 +38,9 @@ ohos_shared_library("distributed_screen_client") { deps = [ "${common_path}:distributed_screen_utils", "${graphicstandard_path}/frameworks/surface:surface", + "${windowmanager_path}/wm:libwm", "//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy", "//foundation/graphic/standard/rosen/modules/render_service_client:librender_service_client", - "${windowmanager_path}/wm:libwm", "//foundation/multimodalinput/input:mmi_uinject", ] @@ -52,10 +52,9 @@ ohos_shared_library("distributed_screen_client") { external_deps = [ "hiviewdfx_hilog_native:libhilog", - "multimodalinput_base:libmmi-client", + "input:libmmi-client", ] part_name = "distributed_screen" subsystem_name = "distributedhardware" } - diff --git a/services/screenclient/test/unittest/BUILD.gn b/services/screenclient/test/unittest/BUILD.gn index db6632d2..4993b5ff 100644 --- a/services/screenclient/test/unittest/BUILD.gn +++ b/services/screenclient/test/unittest/BUILD.gn @@ -59,7 +59,7 @@ ohos_unittest("ScreenClientTest") { external_deps = [ "hiviewdfx_hilog_native:libhilog", - "multimodalinput_base:libmmi-client", + "input:libmmi-client", ] } -- Gitee