diff --git a/bundle.json b/bundle.json index 02e65e7e3fcaf6facb71c79220138fa32c07177e..502a0bff80d978eb7a2a73d2dce34054c3761f63 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": [ ]