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                "json",
33                "jsoncpp"
34            ],
35            "third_party": []
36        },
37        "build": {
38            "sub_component": [
39                "//foundation/bundlemanager/bundle_tool:bm"
40            ],
41            "inner_kits": [],
42            "test": [
43                "//foundation/bundlemanager/bundle_tool/test:moduletest",
44                "//foundation/bundlemanager/bundle_tool/test:systemtest",
45                "//foundation/bundlemanager/bundle_tool/test:unittest"
46            ]
47        }
48    }
49}