xref: /applications/sample/wifi-iot/bundle.json (revision a299bc30)
1{
2    "name": "@ohos/wifi_iot_sample_app",
3    "description": "Samples of wifi_iot",
4    "homePage":"https://gitee.com/openharmony",
5    "version": "4.0.2",
6    "license": "Apache License 2.0",
7    "repository":"https://gitee.com/openharmony/applications_sample_wifi_iot",
8    "supplier": "Organization: OpenHarmony",
9    "publishAs": "code-segment",
10    "segment": {
11        "destPath": "applications/sample/wifi-iot"
12    },
13    "dirs": {},
14    "scripts": {},
15    "component": {
16        "name": "wifi_iot_sample_app",
17        "subsystem": "applications",
18        "syscap": [],
19        "features": [],
20        "adapted_system_type": ["mini"],
21        "rom": "0KB",
22        "ram": "0KB",
23        "deps": {
24            "components": [
25	    	"utils_lite",
26            	"liteos_m",
27            	"peripheral",
28            	"acts",
29            	"samgr_lite"
30	    ],
31            "third_party": []
32        },
33        "build": {
34            "sub_component": [],
35            "inner_kits": [],
36            "test": []
37        }
38    }
39}
40