From 1ca33ca13fe5c311c6d06fa90c011c9f2987ebf5 Mon Sep 17 00:00:00 2001 From: y30045862 Date: Tue, 13 Jun 2023 22:27:53 +0800 Subject: [PATCH] =?UTF-8?q?fileAPI=E5=8D=95=E6=A1=86=E6=9E=B6=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E6=95=B4=E6=94=B9,=20Signed-off-by:=20yangjingbo10=20?= =?UTF-8?q??= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3e9894be140e0f24c75d1431a17d42eeeeeeef49 --- bundle.json | 20 +++++++++++++++++--- interfaces/kits/js/BUILD.gn | 2 +- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/bundle.json b/bundle.json index 826574fd8..5d92ac644 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 d3138ae37..d9e048674 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", -- Gitee