1{
2    "name": "@ohos/wifi_iot_sample_app",
3    "description": "Wifi iot samples.",
4    "version": "3.1",
5    "license": "Apache License 2.0",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "applications/sample/wifi-iot/app"
9    },
10    "dirs": {},
11    "scripts": {},
12    "component": {
13        "name": "wifi_iot_sample_app",
14        "subsystem": "applications",
15        "syscap": [],
16        "features": [],
17        "adapted_system_type": [
18            "mini"
19        ],
20        "rom": "",
21        "ram": "",
22        "deps": {
23            "components": [
24                "c_utils"
25            ],
26            "third_party": []
27        },
28        "build": {
29            "sub_component": [
30                "//applications/sample/wifi-iot/app:app"
31            ],
32            "inner_kits": [],
33            "test": []
34        }
35    }
36}
37