1{ 2 "name": "@ohos/bundle_tool", 3 "description": "包管理命令行工具:提供命令行中执行hap包的安装、更新、卸载及信息查询的能力", 4 "version": "3.1", 5 "license": "Apache 2.0", 6 "segment": { 7 "destPath": "foundation/bundlemanager/bundle_framework/bundle_tool" 8 }, 9 "component": { 10 "name": "bundle_tool", 11 "subsystem": "bundlemanager", 12 "syscap": [ 13 "SystemCapability.BundleManager.BundleTool" 14 ], 15 "features": [], 16 "adapted_system_type": [ 17 "standard" 18 ], 19 "rom": "100KB", 20 "ram": "100KB", 21 "deps": { 22 "components": [ 23 "ability_base", 24 "bundle_framework", 25 "c_utils", 26 "hiviewdfx_hilog_native", 27 "init", 28 "ipc", 29 "os_account", 30 "resource_management", 31 "samgr" 32 ], 33 "third_party": [] 34 }, 35 "build": { 36 "sub_component": [ 37 "//foundation/bundlemanager/bundle_framework/bundle_tool:bm" 38 ], 39 "inner_kits": [], 40 "test": [ 41 "//foundation/bundlemanager/bundle_framework/bundle_tool/test:moduletest", 42 "//foundation/bundlemanager/bundle_framework/bundle_tool/test:systemtest", 43 "//foundation/bundlemanager/bundle_framework/bundle_tool/test:unittest" 44 ] 45 } 46 } 47}