-
Notifications
You must be signed in to change notification settings - Fork 0
/
bundle.json
36 lines (36 loc) · 851 Bytes
/
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
{
"name": "@ohos/wifi_iot_sample_app",
"description": "Wifi iot samples.",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "applications/sample/wifi-iot/app"
},
"dirs": {},
"scripts": {},
"component": {
"name": "wifi_iot_sample_app",
"subsystem": "applications",
"syscap": [],
"features": [],
"adapted_system_type": [
"mini"
],
"rom": "",
"ram": "",
"deps": {
"components": [
"c_utils"
],
"third_party": []
},
"build": {
"sub_component": [
"//applications/sample/wifi-iot/app:app"
],
"inner_kits": [],
"test": []
}
}
}