From 2dda9e6cc55e49b15272d27c8550725db174df9e Mon Sep 17 00:00:00 2001 From: Lotol Date: Tue, 9 May 2023 12:06:25 +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: I18501516531913ca7432ac8912833f3987e9c69f --- bundle.json | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/bundle.json b/bundle.json index 81e451e..8c7a714 100644 --- a/bundle.json +++ b/bundle.json @@ -1,7 +1,7 @@ { "name": "@ohos/bundle_tool", "description": "包管理命令行工具:提供命令行中执行hap包的安装、更新、卸载及信息查询的能力", - "version": "3.1", + "version": "4.0", "license": "Apache 2.0", "segment": { "destPath": "foundation/bundlemanager/bundle_tool" @@ -16,8 +16,8 @@ "adapted_system_type": [ "standard" ], - "rom": "100KB", - "ram": "100KB", + "rom": "~300KB", + "ram": "~100KB", "deps": { "components": [ "ability_base", @@ -27,10 +27,16 @@ "init", "ipc", "os_account", + "samgr", + "ability_runtime", + "common_event_service", "resource_management", - "samgr" + "distributed_bundle_framework" ], - "third_party": [] + "third_party": [ + "json", + "jsoncpp" + ] }, "build": { "sub_component": [ -- Gitee