mirror of
https://github.com/openharmony/distributed_screen.git
synced 2026-07-21 04:25:28 -04:00
Signed-off-by:hhh2<pengfei.hou@huawei.com>
Signed-off-by: houpengfei <pengfei.hou@huawei.com>
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
@@ -59,7 +59,7 @@ ohos_unittest("ScreenClientTest") {
|
||||
|
||||
external_deps = [
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"multimodalinput_base:libmmi-client",
|
||||
"input:libmmi-client",
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user