-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbundle.json
49 lines (49 loc) · 1.27 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
{
"name": "@ohos/kanto",
"description": "kanto",
"version": "1.0",
"license": "Apache V2",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/kanto"
},
"dirs": {},
"scripts": {},
"licensePath": "LICENSE",
"readmePath": {
"en": "README.md"
},
"component": {
"name": "kanto",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"deps": {
"components": [
"c_utils",
"hilog",
"ipc",
"safwk",
"samgr",
"access_token",
"ability_base",
"ability_runtime"
],
"third_party": ["mosquitto"]
},
"build": {
"sub_component": [
"//third_party/kanto:suite-connector",
"//third_party/kanto:iothub-crt",
"//third_party/kanto:kanto_init",
"//third_party/kanto/services/kanto:kanto_system_ability",
"//third_party/kanto/services/profile:kanto_service_sa_profiles"
],
"inner_kits": [],
"test": []
}
}
}