-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbundle.json
62 lines (62 loc) · 1.41 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
54
55
56
57
58
59
60
61
62
{
"name": "@ohos/system_resources",
"version": "4.0",
"description": "global resources at the system level",
"homePage": "https://gitee.com/openharmony",
"license": "Apache V2",
"repository": "https://gitee.com/openharmony/resources",
"domain": "os",
"language": "",
"publishAs": "code-segment",
"private": false,
"scripts": {},
"tags": [
"resources"
],
"keywords": [
"global",
"resources"
],
"envs": [],
"dirs": [],
"author": {
"name": "",
"email": "",
"url": ""
},
"contributors": [
{
"name": "",
"email": "",
"url": ""
}
],
"segment": {
"destPath": "base/global/system_resources"
},
"component": {
"name": "system_resources",
"subsystem": "global",
"syscap": [],
"features": [
"system_resources_support_ext"
],
"adapted_system_type": [
"standard"
],
"rom": "792KB",
"ram": "700KB",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [
"//base/global/system_resources/systemres:systemres_hap",
"//base/global/system_resources:ohos_fonts"
],
"inner_kits": [],
"test": []
}
}
}