mirror of
https://gitee.com/openharmony/ability_ability_runtime
synced 2024-11-23 15:20:34 +00:00
0ac5977e27
Description:form和idl部件命名变更 Sig:SIG_ApplicationFramework Feature or Bugfix:Feature Binary Source: No Signed-off-by: dy_study <dingyao5@huawei.com> Change-Id: Ie06fd2b79d56d8ca543a865b041cb81aea47e527
44 lines
1.3 KiB
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
} |