Signed-off-by: houpengfei <pengfei.hou@huawei.com>
This commit is contained in:
houpengfei
2022-03-17 02:08:19 +00:00
parent cb3bf73eda
commit 70222e929e
2 changed files with 6 additions and 7 deletions
+5 -6
View File
@@ -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"
}
+1 -1
View File
@@ -59,7 +59,7 @@ ohos_unittest("ScreenClientTest") {
external_deps = [
"hiviewdfx_hilog_native:libhilog",
"multimodalinput_base:libmmi-client",
"input:libmmi-client",
]
}