!194 独立编译补充libevdev

Merge pull request !194 from 李尚/master
This commit is contained in:
openharmony_ci
2024-05-11 08:22:59 +00:00
committed by Gitee
37 changed files with 49 additions and 71 deletions
+1 -1
View File
@@ -56,7 +56,6 @@ ohos_shared_library("libdinput_source_handler") {
"${dfx_utils_path}:libdinput_dfx_utils",
"${innerkits_path}:libdinput_sdk",
"${utils_path}:libdinput_utils",
"//third_party/libevdev:libevdev",
]
external_deps = [
@@ -67,6 +66,7 @@ ohos_shared_library("libdinput_source_handler") {
"hilog:libhilog",
"hisysevent:libhisysevent",
"ipc:ipc_core",
"libevdev:libevdev",
"safwk:system_ability_fwk",
"samgr:samgr_proxy",
]
+1 -1
View File
@@ -70,7 +70,6 @@ ohos_unittest("distributed_input_source_handler_test") {
"${dfx_utils_path}:libdinput_dfx_utils",
"${innerkits_path}:libdinput_sdk",
"${utils_path}:libdinput_utils",
"//third_party/libevdev:libevdev",
]
external_deps = [
@@ -81,6 +80,7 @@ ohos_unittest("distributed_input_source_handler_test") {
"hisysevent:libhisysevent",
"ipc:ipc_core",
"json:nlohmann_json_static",
"libevdev:libevdev",
"samgr:samgr_proxy",
]