• 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                "access_token",
23                "ability_runtime",
24                "bundle_framework",
25                "common_event_service",
26                "c_utils",
27                "cJSON",
28                "distributed_bundle_framework",
29                "hilog",
30                "init",
31                "ipc",
32                "os_account",
33                "samgr",
34                "selinux_adapter",
35                "json",
36                "jsoncpp",
37                "access_token",
38                "appverify",
39                "ffrt",
40                "kv_store"
41            ],
42            "third_party": []
43        },
44        "build": {
45            "sub_component": [
46                "//foundation/bundlemanager/bundle_tool:bm"
47            ],
48            "inner_kits": [],
49            "test": [
50                "//foundation/bundlemanager/bundle_tool/test:moduletest",
51                "//foundation/bundlemanager/bundle_tool/test:systemtest",
52                "//foundation/bundlemanager/bundle_tool/test:unittest"
53            ]
54        }
55    }
56}