modify gn format

Signed-off-by: hwzhangchuang <zhangchuang.zhang@huawei.com>
This commit is contained in:
hwzhangchuang
2023-11-13 14:35:10 +08:00
parent 206e99ada1
commit e31bcaab5f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -51,8 +51,8 @@ ohos_shared_library("libdinput_collector") {
]
deps = [
"${utils_path}:libdinput_utils",
"${services_state_path}:libdinput_state",
"${utils_path}:libdinput_utils",
"//third_party/libevdev:libevdev",
"//third_party/openssl:libcrypto_shared",
]
+1 -1
View File
@@ -57,8 +57,8 @@ ohos_shared_library("libdinput_inject") {
deps = [
"${dfx_utils_path}:libdinput_dfx_utils",
"${utils_path}:libdinput_utils",
"${services_state_path}:libdinput_state",
"${utils_path}:libdinput_utils",
"//third_party/libevdev:libevdev",
"//third_party/openssl:libcrypto_shared",
]
@@ -112,10 +112,10 @@ ohos_unittest("distributed_input_sourcemanager_test") {
deps = [
"${dfx_utils_path}:libdinput_dfx_utils",
"${utils_path}:libdinput_utils",
"${distributedinput_path}/services/state:libdinput_state",
"${innerkits_path}:libdinput_sdk",
"${services_source_path}/transport:libdinput_source_trans",
"${utils_path}:libdinput_utils",
"//third_party/libevdev:libevdev",
"//third_party/openssl:libcrypto_shared",
]