mirror of
https://github.com/openharmony/distributedhardware_distributed_input.git
synced 2026-07-19 17:43:35 -04:00
Description:add startScreen Feature
Match-id-ac751a4511a3e385320912de43c9860f0c22a529
This commit is contained in:
Executable → Regular
+6
@@ -33,6 +33,9 @@ ohos_shared_library("libdinput_sink_handler") {
|
||||
"${fwk_utils_path}/include/log",
|
||||
"${fwk_utils_path}/include",
|
||||
"${dfx_utils_path}/include",
|
||||
"${utils_path}/include",
|
||||
"${fwk_interfaces_path}/include",
|
||||
"${fwk_interfaces_path}/include/ipc",
|
||||
]
|
||||
|
||||
sources = [
|
||||
@@ -52,6 +55,9 @@ ohos_shared_library("libdinput_sink_handler") {
|
||||
"${innerkits_path}:libdinput_sdk",
|
||||
"${services_sink_path}/sinkmanager:libdinput_sink",
|
||||
"//base/notification/eventhandler/frameworks/eventhandler:libeventhandler",
|
||||
"${dfx_utils_path}:libdinput_dfx_utils",
|
||||
"${utils_path}:libdinput_utils",
|
||||
"${fwk_interfaces_path}:libdhfwk_sdk",
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
|
||||
@@ -44,6 +44,10 @@ ohos_unittest("distributed_input_sink_handler_test") {
|
||||
"${fwk_utils_path}/include",
|
||||
"//third_party/json/include",
|
||||
"${dfx_utils_path}/include",
|
||||
"${fwk_interfaces_path}/include",
|
||||
"${fwk_interfaces_path}/include/ipc",
|
||||
"${services_source_path}/inputinject/include",
|
||||
"${utils_path}/include",
|
||||
]
|
||||
|
||||
sources = [
|
||||
@@ -73,6 +77,8 @@ ohos_unittest("distributed_input_sink_handler_test") {
|
||||
"${innerkits_path}:libdinput_sdk",
|
||||
"${services_source_path}/sourcemanager:libdinput_source",
|
||||
"//base/notification/eventhandler/frameworks/eventhandler:libeventhandler",
|
||||
"${utils_path}:libdinput_utils",
|
||||
"${fwk_interfaces_path}:libdhfwk_sdk",
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
|
||||
Reference in New Issue
Block a user