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