diff --git a/bundle.json b/bundle.json index 826574fd8ee741d1d6882e02e7dd8219d6e451d9..5d92ac6444f71555d225f4bb6a45e67e1130a90a 100644 --- a/bundle.json +++ b/bundle.json @@ -18,24 +18,38 @@ "SystemCapability.FileManagement.File.DistributedFile" ], "features": [], - "adapted_system_type": ["standard"], + "adapted_system_type": [ "mini","small","standard" ], "rom": "4096KB", "ram": "4096KB", "deps": { "components": [ "ability_base", "ability_manager", - "ace_napi", + "ability_runtime", + "access_token", "appexecfwk_base", "appexecfwk_core", + "bundle_framework", + "common_event_service", + "c_utils", + "data_share", + "eventhandler", + "hilog_native", "hiviewdfx", + "hiviewdfx_hilog_native", + "ipc", "ipc_core", "libhilog", + "napi", + "samgr", "samgr_proxy", "want" ], "third_party": [ - "e2fsprogs" + "bounds_checking_function", + "e2fsprogs", + "node", + "openssl" ] }, "build": { diff --git a/interfaces/kits/js/BUILD.gn b/interfaces/kits/js/BUILD.gn index d3138ae37344f4ec5c28d125297947cf7443da86..d9e0486746f6c19441160a11ec31f260d8053247 100644 --- a/interfaces/kits/js/BUILD.gn +++ b/interfaces/kits/js/BUILD.gn @@ -215,12 +215,12 @@ ohos_shared_library("file") { ] deps = [ - "${aafwk_kits_path}/ability/native:abilitykit_native", "${arkui_napi_path}:ace_napi", "//third_party/bounds_checking_function:libsec_shared", ] external_deps = [ + "ability_runtime:abilitykit_native", "common_event_service:cesfwk_innerkits", "eventhandler:libeventhandler", "hiviewdfx_hilog_native:libhilog",