-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbundle.json
More file actions
80 lines (80 loc) · 1.83 KB
/
bundle.json
File metadata and controls
80 lines (80 loc) · 1.83 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "@interface/sdk",
"description": "openharmony sdk",
"version": "3.1",
"license": "Apache License 2.0",
"homePage": "https://gitee.com/openharmony/interface_sdk-js",
"repository": "https://gitee.com/openharmony/interface_sdk-js",
"supplier": "Organization: OpenHarmony",
"publishAs": "code-segment",
"segment": {
"destPath": "interface/sdk-js"
},
"readmePath": {
"zh": "README_zh.md"
},
"dirs": {},
"scripts": {},
"component": {
"name": "sdk",
"description": "openharmony sdk",
"subsystem": "sdk",
"features": [],
"adapted_system_type": [
"mini",
"small",
"standard"
],
"rom": "0KB",
"ram": "0KB",
"deps": {
"components": ["ets_frontend"],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [
{
"name": "//interface/sdk-js:ohos_ets_api"
},
{
"name": "//interface/sdk-js:ohos_ets_arkts"
},
{
"name": "//interface/sdk-js:ohos_ets_kits"
},
{
"name": "//interface/sdk-js:ets_component"
},
{
"name": "//interface/sdk-js:ohos_declaration_ets"
},
{
"name": "//interface/sdk-js:bundle_kits"
},
{
"name": "//interface/sdk-js:bundle_arkts"
},
{
"name": "//interface/sdk-js:ets_internal_api"
},
{
"name": "//interface/sdk-js:ohos_declaration_ets_api"
},
{
"name": "//interface/sdk-js:ets_component_etc"
},
{
"name": "//interface/sdk-js:bundle_kits_etc"
},
{
"name": "//interface/sdk-js:bundle_arkts_etc"
},
{
"name": "//interface/sdk-js:ets_internal_api_etc"
}
],
"test": []
}
}
}