mirror of
https://github.com/openharmony/appexecfwk_standard.git
synced 2026-07-01 20:24:01 -04:00
72a0abf742
Signed-off-by: linxiangzhi <linxiangzhi@huawei.com> Change-Id: I4ecb8d80e74a64f5af85c71b3e4de234a3652973
45 lines
1.4 KiB
JSON
45 lines
1.4 KiB
JSON
{
|
|
"name": "@ohos/bundle_tool",
|
|
"description": "包管理命令行工具:提供命令行中执行hap包的安装、更新、卸载及信息查询的能力",
|
|
"version": "3.1",
|
|
"license": "Apache 2.0",
|
|
"segment": {
|
|
"destPath": "foundation/bundlemanager/bundle_framework/bundle_tool"
|
|
},
|
|
"component": {
|
|
"name": "bundle_tool",
|
|
"subsystem": "appexecfwk",
|
|
"syscap": [
|
|
"SystemCapability.BundleManager.BundleTool"
|
|
],
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"rom": "100KB",
|
|
"ram": "100KB",
|
|
"deps": {
|
|
"components": [
|
|
"ability_base",
|
|
"bundle_framework",
|
|
"hiviewdfx_hilog_native",
|
|
"ipc",
|
|
"resource_management",
|
|
"samgr_standard",
|
|
"utils_base"
|
|
],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//foundation/bundlemanager/bundle_framework/bundle_tool:bm"
|
|
],
|
|
"inner_kits": [],
|
|
"test": [
|
|
"//foundation/bundlemanager/bundle_framework/bundle_tool/test:moduletest",
|
|
"//foundation/bundlemanager/bundle_framework/bundle_tool/test:systemtest",
|
|
"//foundation/bundlemanager/bundle_framework/bundle_tool/test:unittest"
|
|
]
|
|
}
|
|
}
|
|
} |