diff --git a/bundle.json b/bundle.json index 5d92ac6444f71555d225f4bb6a45e67e1130a90a..e557a77306830eb14d4f859df1971b047b97dd17 100644 --- a/bundle.json +++ b/bundle.json @@ -24,31 +24,21 @@ "deps": { "components": [ "ability_base", - "ability_manager", "ability_runtime", "access_token", - "appexecfwk_base", - "appexecfwk_core", "bundle_framework", "common_event_service", "c_utils", "data_share", "eventhandler", - "hilog_native", - "hiviewdfx", - "hiviewdfx_hilog_native", + "hilog", "ipc", - "ipc_core", - "libhilog", "napi", - "samgr", - "samgr_proxy", - "want" + "samgr" ], "third_party": [ "bounds_checking_function", "e2fsprogs", - "node", "openssl" ] }, diff --git a/interfaces/kits/js/BUILD.gn b/interfaces/kits/js/BUILD.gn index 1243f2045f921a9e9b621c6c5b0e67d0b1ec6e9d..ebf2f17aff10c2ba4053187f7bbe91885ee02dc8 100644 --- a/interfaces/kits/js/BUILD.gn +++ b/interfaces/kits/js/BUILD.gn @@ -96,7 +96,7 @@ ohos_shared_library("fileio") { "//third_party/openssl:libcrypto_shared", ] - external_deps = [ "hiviewdfx_hilog_native:libhilog" ] + external_deps = [ "hilog:libhilog" ] defines = [ "OPENSSL_SUPPRESS_DEPRECATED" ] } @@ -231,7 +231,7 @@ ohos_shared_library("file") { "ability_runtime:abilitykit_native", "common_event_service:cesfwk_innerkits", "eventhandler:libeventhandler", - "hiviewdfx_hilog_native:libhilog", + "hilog:libhilog", ] } @@ -323,7 +323,7 @@ ohos_shared_library("document") { deps = [ "${arkui_napi_path}:ace_napi" ] - external_deps = [ "hiviewdfx_hilog_native:libhilog" ] + external_deps = [ "hilog:libhilog" ] } group("build_kits_js") {