From baf3761ce63b3038ab89dc3672567d499d69fd27 Mon Sep 17 00:00:00 2001 From: Lotol Date: Tue, 9 May 2023 12:04:07 +0000 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E4=BB=B6=E5=8C=96=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lotol Change-Id: I7bb4611c81be015f3c921bd302642714518c8667 --- bundle.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/bundle.json b/bundle.json index 02e65e7..502a0bf 100644 --- a/bundle.json +++ b/bundle.json @@ -1,7 +1,7 @@ { "name": "@ohos/distributed_bundle_framework", "description": "分布式包管理服务", - "version": "3.1", + "version": "4.0", "license": "Apache 2.0", "segment": { "destPath": "foundation/bundlemanager/distributed_bundle_framework" @@ -18,14 +18,13 @@ "adapted_system_type": [ "standard" ], - "rom": "100KB", - "ram": "100KB", + "rom": "~400KB", + "ram": "~6577KB", "deps": { "components": [ "ability_base", "access_token", "bundle_framework", - "common", "c_utils", "hisysevent_native", "hiviewdfx_hilog_native", @@ -36,7 +35,12 @@ "os_account", "resource_management", "safwk", - "samgr" + "samgr", + "common_event_service", + "device_manager", + "hicollie_native", + "init", + "kv_store" ], "third_party": [ ] -- Gitee