-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbundle.json
More file actions
37 lines (36 loc) · 882 Bytes
/
bundle.json
File metadata and controls
37 lines (36 loc) · 882 Bytes
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
{
"name": "@ohos/global_resource_tool",
"description": "OpenHarmony resource compile.",
"version": "4.0",
"license": "Apache License 2.0",
"pubiishAs": "code-segment",
"segment": {
"destPath": "developtools/global_resource_tool"
},
"dirs": {},
"scripts": {},
"component": {
"name": "global_resource_tool",
"subsystem": "developtools",
"syscap": [],
"feature": [],
"adapted_system_type": [ "mini", "small", "standard" ],
"rom": "0KB",
"ram": "0KB",
"deps": {
"components": [
"zlib"
],
"third_party": [
"bounds_checking_function",
"cJSON",
"libpng"
]
},
"build": {
"sub_component": [ "//developtools/global_resource_tool:restool" ],
"inner_kits": [],
"test": []
}
}
}