• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/ability_tools",
3    "description": "元能力命令行工具 : 提供命令行中启动Ability, 打印Aility栈信息的能力",
4    "version": "3.1",
5    "license": "Apache License 2.0",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "foundation/ability/ability_runtime/tools"
9    },
10    "dirs": {},
11    "scripts": {},
12    "component": {
13        "name": "ability_tools",
14        "subsystem": "ability",
15        "syscap": [
16            "SystemCapability.Ability.AbilityTools.AbilityAssistant"
17        ],
18        "features": [],
19        "adapted_system_type": [
20            "standard"
21        ],
22        "rom": "100KB",
23        "ram": "100KB",
24        "deps": {
25            "components": [
26                "ability_runtime",
27                "hiviewdfx_hilog_native",
28                "ipc",
29                "samgr",
30                "c_utils"
31            ],
32            "third_party": []
33        },
34        "build": {
35            "sub_component": [
36                "//foundation/ability/ability_runtime/tools:tools_target"
37            ],
38            "inner_kits": [],
39            "test": [
40                "//foundation/ability/ability_runtime/tools/test:moduletest",
41                "//foundation/ability/ability_runtime/tools/test:systemtest",
42                "//foundation/ability/ability_runtime/tools/test:unittest"
43            ]
44        }
45    }
46}