Description:add startScreen Feature

Match-id-ac751a4511a3e385320912de43c9860f0c22a529
This commit is contained in:
xxxx
2022-08-10 15:42:46 +08:00
parent 7674d23089
commit 32d8d95355
48 changed files with 1110 additions and 172 deletions
Executable → Regular
+6
View File
@@ -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 = [
+6
View File
@@ -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 = [