• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/peripheral_wlan",
3    "version": "",
4    "description": "针对wlan模块,提供基于HDF驱动框架的HDI及wlan驱动模型",
5    "homePage": "https://gitee.com/openharmony",
6    "license": "Apache V2",
7    "repository": "https://gitee.com/openharmony/drivers_peripheral/tree/master/wlan",
8    "domain": "os",
9    "language": "",
10    "publishAs": "code-segment",
11    "private": false,
12    "scripts": {},
13    "tags": ["drivers"],
14    "keywords": ["peripheral", "wlan"],
15    "envs": [],
16    "dirs": [],
17    "author": {
18        "name": "",
19        "email": "",
20        "url": ""
21    },
22    "contributors": [
23        {
24            "name": "",
25            "email": "",
26            "url": ""
27        }
28    ],
29    "segment": {
30        "destPath": "drivers/peripheral/wlan"
31    },
32    "component": {
33        "name": "peripheral_wlan",
34        "subsystem": "hdf",
35        "syscap": [],
36        "features": [],
37        "adapted_system_type": [
38            "mini",
39            "small",
40            "standard"
41        ],
42        "rom": "",
43        "ram": "",
44        "deps": {
45            "components": [],
46            "third_party": []
47        },
48        "build": {
49            "sub_component": [],
50            "inner_kits": [],
51            "test": []
52        }
53    }
54}