Description: Code optimization

Feature or Bugfix: Bugfix
Binary Source:No

Signed-off-by: lwx1281857 <linnanmu@h-partners.com>
This commit is contained in:
lwx1281857 2024-09-11 14:42:33 +08:00
parent 7f68ab1d14
commit 61df63c7d1
6 changed files with 11 additions and 11 deletions

View File

@ -67,7 +67,7 @@ if (!defined(ohos_lite)) {
"access_token:libaccesstoken_sdk",
"bounds_checking_function:libsec_shared",
"c_utils:utils",
"ipc:ipc_core",
"ipc:ipc_single",
"safwk:system_ability_fwk",
"samgr:samgr_proxy",
]

View File

@ -43,7 +43,7 @@ ohos_shared_library("cj_device_info_ffi") {
external_deps = [
"bounds_checking_function:libsec_shared",
"hilog:libhilog",
"ipc:ipc_core",
"ipc:ipc_single",
"napi:cj_bind_ffi",
]
} else {

View File

@ -55,7 +55,7 @@ ohos_shared_library("param_watcher") {
"bounds_checking_function:libsec_shared",
"cJSON:cjson",
"c_utils:utils",
"ipc:ipc_core",
"ipc:ipc_single",
"safwk:system_ability_fwk",
"samgr:samgr_proxy",
]

View File

@ -70,7 +70,7 @@ ohos_executable("ondemandTest") {
external_deps = [
"c_utils:utils",
"ipc:ipc_core",
"ipc:ipc_single",
"safwk:system_ability_fwk",
"samgr:samgr_proxy",
]

View File

@ -462,7 +462,7 @@ ohos_fuzztest("WatchParameterFuzzTest") {
"bounds_checking_function:libsec_static",
"c_utils:utils",
"hilog:libhilog",
"ipc:ipc_core",
"ipc:ipc_single",
"safwk:system_ability_fwk",
"samgr:samgr_proxy",
]
@ -2967,7 +2967,7 @@ ohos_fuzztest("AddRemoteWatcherFuzzTest") {
"bounds_checking_function:libsec_static",
"c_utils:utils",
"hilog:libhilog",
"ipc:ipc_core",
"ipc:ipc_single",
"safwk:system_ability_fwk",
"samgr:samgr_proxy",
]
@ -3020,7 +3020,7 @@ ohos_fuzztest("DelRemoteWatcherFuzzTest") {
"bounds_checking_function:libsec_static",
"c_utils:utils",
"hilog:libhilog",
"ipc:ipc_core",
"ipc:ipc_single",
"safwk:system_ability_fwk",
"samgr:samgr_proxy",
]
@ -3071,7 +3071,7 @@ ohos_fuzztest("AddWatcherFuzzTest") {
"bounds_checking_function:libsec_static",
"c_utils:utils",
"hilog:libhilog",
"ipc:ipc_core",
"ipc:ipc_single",
"safwk:system_ability_fwk",
"samgr:samgr_proxy",
]
@ -3121,7 +3121,7 @@ ohos_fuzztest("DelWatcherFuzzTest") {
"bounds_checking_function:libsec_static",
"c_utils:utils",
"hilog:libhilog",
"ipc:ipc_core",
"ipc:ipc_single",
"safwk:system_ability_fwk",
"samgr:samgr_proxy",
]
@ -3171,7 +3171,7 @@ ohos_fuzztest("RefreshWatcherFuzzTest") {
"bounds_checking_function:libsec_static",
"c_utils:utils",
"hilog:libhilog",
"ipc:ipc_core",
"ipc:ipc_single",
"safwk:system_ability_fwk",
"samgr:samgr_proxy",
]

View File

@ -351,7 +351,7 @@ ohos_unittest("init_unittest") {
"param/watcher_proxy_unittest.cpp",
]
external_deps += [
"ipc:ipc_core",
"ipc:ipc_single",
"safwk:system_ability_fwk",
"samgr:samgr_proxy",
]