-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbundle.json
More file actions
58 lines (58 loc) · 1.75 KB
/
Copy pathbundle.json
File metadata and controls
58 lines (58 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@ohos/bundle_tool",
"description": "包管理命令行工具:提供命令行中执行hap包的安装、更新、卸载及信息查询的能力",
"version": "4.0",
"license": "Apache 2.0",
"segment": {
"destPath": "foundation/bundlemanager/bundle_tool"
},
"component": {
"name": "bundle_tool",
"subsystem": "bundlemanager",
"syscap": [],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "~300KB",
"ram": "~100KB",
"deps": {
"components": [
"ability_base",
"access_token",
"ability_runtime",
"bundle_framework",
"common_event_service",
"c_utils",
"cJSON",
"device_manager",
"distributed_bundle_framework",
"hilog",
"init",
"ipc",
"os_account",
"samgr",
"selinux_adapter",
"json",
"jsoncpp",
"access_token",
"appverify",
"ffrt",
"kv_store"
],
"third_party": []
},
"build": {
"sub_component": [
"//foundation/bundlemanager/bundle_tool:bm",
"//foundation/bundlemanager/bundle_tool/ohos_bm:cli_tools_bm"
],
"inner_kits": [],
"test": [
"//foundation/bundlemanager/bundle_tool/test:moduletest",
"//foundation/bundlemanager/bundle_tool/test:systemtest",
"//foundation/bundlemanager/bundle_tool/test:unittest"
]
}
}
}