mirror of
https://github.com/openharmony/update_updateservice.git
synced 2026-06-30 21:07:54 -04:00
+1
-1
@@ -22,7 +22,7 @@
|
||||
"deps": {
|
||||
"components": [
|
||||
"c_utils",
|
||||
"hiviewdfx_hilog_native",
|
||||
"hilog",
|
||||
"ipc",
|
||||
"safwk",
|
||||
"samgr",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user