ability_ability_runtime/tools/bundle.json
dy_study 0ac5977e27 IssueNo:#I5BHVN
Description:form和idl部件命名变更
Sig:SIG_ApplicationFramework
Feature or Bugfix:Feature
Binary Source: No

Signed-off-by: dy_study <dingyao5@huawei.com>
Change-Id: Ie06fd2b79d56d8ca543a865b041cb81aea47e527
2022-06-09 15:12:04 +08:00

44 lines
1.3 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": [],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "100KB",
"ram": "100KB",
"deps": {
"components": [
"ability_runtime",
"hiviewdfx_hilog_native",
"ipc",
"samgr_standard",
"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"
]
}
}
}