- Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbundle.json
53 lines (53 loc) · 1.24 KB
/
bundle.json
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
{
"name": "@ohos/toybox",
"description": "all-in-one Linux command line",
"version": "3.1",
"license": "BSD Zero Clause License",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/toybox"
},
"dirs": {},
"scripts": {},
"licensePath": "",
"readmePath": {
"en": ""
},
"component": {
"name": "toybox",
"subsystem": "thirdparty",
"syscap": [],
"features": [
"toybox_extended_cmd",
"toybox_enable_brctl"
],
"adapted_system_type": [
"standard",
"small"
],
"rom": "73KB",
"ram": "146KB",
"deps": {
"components": [
"selinux",
"openssl"
],
"third_party": []
},
"build": {
"sub_component": [
"//third_party/toybox:toybox",
"//third_party/toybox:su"
],
"inner_kits": [
{
"name" : "//third_party/toybox:toybox"
},
{
"name" : "//third_party/toybox:su"
}
],
"test": []
}
}
}