Files
ability_ability_runtime/tools/bundle.json
T
zhoushicheng 7550dae275 IssueNo:#I5LTVG
Signed-off-by: zhoushicheng <zhoushicheng2@huawei.com>
Change-Id: I46199b1274903bbe4e05da1eb98a99480980b9b1
2022-08-11 20:11:32 +08:00

46 lines
1.4 KiB
JSON

{
"name": "@ohos/ability_tools",
"description": "元能力命令行工具 : 提供命令行中启动Ability, 打印Aility栈信息的能力",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "foundation/ability/ability_runtime/tools"
},
"dirs": {},
"scripts": {},
"component": {
"name": "ability_tools",
"subsystem": "ability",
"syscap": [
"SystemCapability.Ability.AbilityTools.AbilityAssistant"
],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "100KB",
"ram": "100KB",
"deps": {
"components": [
"ability_runtime",
"hiviewdfx_hilog_native",
"ipc",
"samgr",
"utils_base"
],
"third_party": []
},
"build": {
"sub_component": [
"//foundation/ability/ability_runtime/tools:tools_target"
],
"inner_kits": [],
"test": [
"//foundation/ability/ability_runtime/tools/test:moduletest",
"//foundation/ability/ability_runtime/tools/test:systemtest",
"//foundation/ability/ability_runtime/tools/test:unittest"
]
}
}
}