dfx 部件化整改,修改gn

Signed-off-by: 邹友松 <zouyousong1@h-partners.com>
This commit is contained in:
邹友松
2023-06-27 04:02:09 +00:00
committed by Gitee
parent c5e116a81c
commit ff27030dd5
12 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
"deps": {
"components": [
"c_utils",
"hiviewdfx_hilog_native",
"hilog",
"ipc",
"safwk",
"samgr",
+1 -1
View File
@@ -39,7 +39,7 @@ ohos_shared_library("$updateengine_client_library_name") {
external_deps = [
"c_utils:utils", # sptr
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
"ipc:ipc_core",
"napi:ace_napi",
"safwk:system_ability_fwk",
+1 -1
View File
@@ -57,7 +57,7 @@ ohos_static_library("$updateengine_inner_library_name") {
external_deps = [
"c_utils:utils", # sptr
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
"ipc:ipc_core",
"safwk:system_ability_fwk",
"samgr:samgr_proxy",
+1 -1
View File
@@ -15,7 +15,7 @@ import("//base/update/updateservice/updateengine.gni")
update_log_root_path = "$updateengine_root_path/services/core/ability/log"
update_log_external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
update_log_external_deps = [ "hilog:libhilog" ]
update_log_deps = []
update_log_include = [ "$update_log_root_path/include" ]
update_log_src = [ "$update_log_root_path/src/update_log.cpp" ]
@@ -46,7 +46,7 @@ ohos_fuzztest("UpdateServiceCancelFuzzTest") {
"access_token:libnativetoken",
"access_token:libtoken_setproc",
"c_utils:utils", # sptr
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
"ipc:ipc_core",
"samgr:samgr_proxy",
]
@@ -45,7 +45,7 @@ ohos_fuzztest("UpdateServiceCheckNewVersionFuzzTest") {
"access_token:libnativetoken",
"access_token:libtoken_setproc",
"c_utils:utils", # sptr
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
"ipc:ipc_core",
"samgr:samgr_proxy",
]
@@ -46,7 +46,7 @@ ohos_fuzztest("UpdateServiceDownloadFuzzTest") {
"access_token:libnativetoken",
"access_token:libtoken_setproc",
"c_utils:utils", # sptr
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
"ipc:ipc_core",
"samgr:samgr_proxy",
]
@@ -46,7 +46,7 @@ ohos_fuzztest("UpdateServiceGetNewVersionFuzzTest") {
"access_token:libnativetoken",
"access_token:libtoken_setproc",
"c_utils:utils", # sptr
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
"ipc:ipc_core",
"samgr:samgr_proxy",
]
@@ -45,7 +45,7 @@ ohos_fuzztest("UpdateServiceGetUpgradePolicyFuzzTest") {
"access_token:libnativetoken",
"access_token:libtoken_setproc",
"c_utils:utils", # sptr
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
"ipc:ipc_core",
"samgr:samgr_proxy",
]
@@ -45,7 +45,7 @@ ohos_fuzztest("UpdateServiceRegisterUpdateCallbackFuzzTest") {
"access_token:libnativetoken",
"access_token:libtoken_setproc",
"c_utils:utils", # sptr
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
"ipc:ipc_core",
"samgr:samgr_proxy",
]
@@ -45,7 +45,7 @@ ohos_fuzztest("UpdateServiceSetUpgradePolicyFuzzTest") {
"access_token:libnativetoken",
"access_token:libtoken_setproc",
"c_utils:utils", # sptr
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
"ipc:ipc_core",
"samgr:samgr_proxy",
]
@@ -45,7 +45,7 @@ ohos_fuzztest("UpdateServiceUnregisterUpdateCallbackFuzzTest") {
"access_token:libnativetoken",
"access_token:libtoken_setproc",
"c_utils:utils", # sptr
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
"ipc:ipc_core",
"samgr:samgr_proxy",
]