• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/bundle_tool",
3    "description": "包管理命令行工具:提供命令行中执行hap包的安装、更新、卸载及信息查询的能力",
4    "version": "4.0",
5    "license": "Apache 2.0",
6    "segment": {
7        "destPath": "foundation/bundlemanager/bundle_tool"
8    },
9    "component": {
10        "name": "bundle_tool",
11        "subsystem": "bundlemanager",
12        "syscap": [],
13        "features": [],
14        "adapted_system_type": [
15            "standard"
16        ],
17        "rom": "~300KB",
18        "ram": "~100KB",
19        "deps": {
20            "components": [
21                "ability_base",
22                "ability_runtime",
23                "bundle_framework",
24                "common_event_service",
25                "c_utils",
26                "distributed_bundle_framework",
27                "hilog",
28                "init",
29                "ipc",
30                "os_account",
31                "samgr"
32            ],
33            "third_party": [
34                "json",
35                "jsoncpp"
36            ]
37        },
38        "build": {
39            "sub_component": [
40                "//foundation/bundlemanager/bundle_tool:bm"
41            ],
42            "inner_kits": [],
43            "test": [
44                "//foundation/bundlemanager/bundle_tool/test:moduletest",
45                "//foundation/bundlemanager/bundle_tool/test:systemtest",
46                "//foundation/bundlemanager/bundle_tool/test:unittest"
47            ]
48        }
49    }
50}