forked from openharmony/developtools_packing_tool
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbundle.json
More file actions
executable file
·37 lines (37 loc) · 963 Bytes
/
bundle.json
File metadata and controls
executable file
·37 lines (37 loc) · 963 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/packing_tool",
"version": "3.2",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"description": "packing_tool for openharmony",
"segment": {
"destPath": "developtools/packing_tool"
},
"keywords": [
"packing",
"unpacking"
],
"component": {
"name": "packing_tool",
"subsystem": "developtools",
"adapted_system_type": [ "mini", "small", "standard" ],
"deps": {
"components": [
"bounds_checking_function",
"cJSON",
"hilog",
"openssl",
"zlib"
]
},
"build": {
"sub_component": [
"//developtools/packing_tool:packing_tool",
"//developtools/packing_tool:ohos_packing_tool"
],
"test": [
"//developtools/packing_tool/packing_tool/frameworks/test/unittest:unittest"
]
}
}
}