From ff27030dd528b91472cc05e2cae109158f5c31f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=8F=8B=E6=9D=BE?= Date: Tue, 27 Jun 2023 04:02:09 +0000 Subject: [PATCH] =?UTF-8?q?dfx=20=E9=83=A8=E4=BB=B6=E5=8C=96=E6=95=B4?= =?UTF-8?q?=E6=94=B9=EF=BC=8C=E4=BF=AE=E6=94=B9gn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 邹友松 --- bundle.json | 2 +- frameworks/js/napi/client/BUILD.gn | 2 +- interfaces/inner_api/engine/BUILD.gn | 2 +- services/core/ability/log/log.gni | 2 +- test/fuzztest/updateservicecancel_fuzzer/BUILD.gn | 2 +- test/fuzztest/updateservicechecknewversion_fuzzer/BUILD.gn | 2 +- test/fuzztest/updateservicedownload_fuzzer/BUILD.gn | 2 +- test/fuzztest/updateservicegetnewversion_fuzzer/BUILD.gn | 2 +- test/fuzztest/updateservicegetupgradepolicy_fuzzer/BUILD.gn | 2 +- .../updateserviceregisterupdatecallback_fuzzer/BUILD.gn | 2 +- test/fuzztest/updateservicesetupgradepolicy_fuzzer/BUILD.gn | 2 +- .../updateserviceunregisterupdatecallback_fuzzer/BUILD.gn | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/bundle.json b/bundle.json index dfd40cf..b8d7507 100644 --- a/bundle.json +++ b/bundle.json @@ -22,7 +22,7 @@ "deps": { "components": [ "c_utils", - "hiviewdfx_hilog_native", + "hilog", "ipc", "safwk", "samgr", diff --git a/frameworks/js/napi/client/BUILD.gn b/frameworks/js/napi/client/BUILD.gn index 39f21e3..b61a351 100644 --- a/frameworks/js/napi/client/BUILD.gn +++ b/frameworks/js/napi/client/BUILD.gn @@ -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", diff --git a/interfaces/inner_api/engine/BUILD.gn b/interfaces/inner_api/engine/BUILD.gn index b9785be..dbc7814 100644 --- a/interfaces/inner_api/engine/BUILD.gn +++ b/interfaces/inner_api/engine/BUILD.gn @@ -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", diff --git a/services/core/ability/log/log.gni b/services/core/ability/log/log.gni index c78aa90..be71f6e 100644 --- a/services/core/ability/log/log.gni +++ b/services/core/ability/log/log.gni @@ -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" ] diff --git a/test/fuzztest/updateservicecancel_fuzzer/BUILD.gn b/test/fuzztest/updateservicecancel_fuzzer/BUILD.gn index 4e84b7d..5af8e65 100644 --- a/test/fuzztest/updateservicecancel_fuzzer/BUILD.gn +++ b/test/fuzztest/updateservicecancel_fuzzer/BUILD.gn @@ -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", ] diff --git a/test/fuzztest/updateservicechecknewversion_fuzzer/BUILD.gn b/test/fuzztest/updateservicechecknewversion_fuzzer/BUILD.gn index 4922f92..0d2e449 100644 --- a/test/fuzztest/updateservicechecknewversion_fuzzer/BUILD.gn +++ b/test/fuzztest/updateservicechecknewversion_fuzzer/BUILD.gn @@ -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", ] diff --git a/test/fuzztest/updateservicedownload_fuzzer/BUILD.gn b/test/fuzztest/updateservicedownload_fuzzer/BUILD.gn index 12ba35a..3e47aa9 100644 --- a/test/fuzztest/updateservicedownload_fuzzer/BUILD.gn +++ b/test/fuzztest/updateservicedownload_fuzzer/BUILD.gn @@ -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", ] diff --git a/test/fuzztest/updateservicegetnewversion_fuzzer/BUILD.gn b/test/fuzztest/updateservicegetnewversion_fuzzer/BUILD.gn index da1b805..35088be 100644 --- a/test/fuzztest/updateservicegetnewversion_fuzzer/BUILD.gn +++ b/test/fuzztest/updateservicegetnewversion_fuzzer/BUILD.gn @@ -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", ] diff --git a/test/fuzztest/updateservicegetupgradepolicy_fuzzer/BUILD.gn b/test/fuzztest/updateservicegetupgradepolicy_fuzzer/BUILD.gn index b7ab821..e0bf113 100644 --- a/test/fuzztest/updateservicegetupgradepolicy_fuzzer/BUILD.gn +++ b/test/fuzztest/updateservicegetupgradepolicy_fuzzer/BUILD.gn @@ -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", ] diff --git a/test/fuzztest/updateserviceregisterupdatecallback_fuzzer/BUILD.gn b/test/fuzztest/updateserviceregisterupdatecallback_fuzzer/BUILD.gn index 833d114..95f2a1f 100644 --- a/test/fuzztest/updateserviceregisterupdatecallback_fuzzer/BUILD.gn +++ b/test/fuzztest/updateserviceregisterupdatecallback_fuzzer/BUILD.gn @@ -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", ] diff --git a/test/fuzztest/updateservicesetupgradepolicy_fuzzer/BUILD.gn b/test/fuzztest/updateservicesetupgradepolicy_fuzzer/BUILD.gn index 7522e44..6a478d1 100644 --- a/test/fuzztest/updateservicesetupgradepolicy_fuzzer/BUILD.gn +++ b/test/fuzztest/updateservicesetupgradepolicy_fuzzer/BUILD.gn @@ -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", ] diff --git a/test/fuzztest/updateserviceunregisterupdatecallback_fuzzer/BUILD.gn b/test/fuzztest/updateserviceunregisterupdatecallback_fuzzer/BUILD.gn index 3baf526..349e3e6 100644 --- a/test/fuzztest/updateserviceunregisterupdatecallback_fuzzer/BUILD.gn +++ b/test/fuzztest/updateserviceunregisterupdatecallback_fuzzer/BUILD.gn @@ -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", ]