• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/drivers_peripheral_wlan",
3  "description": "wlan device driver",
4  "version": "3.1",
5  "license": "Apache License 2.0",
6  "publishAs": "code-segment",
7  "segment": {
8    "destPath": "drivers/peripheral/wlan"
9  },
10  "dirs": {},
11  "scripts": {},
12  "component": {
13    "name": "drivers_peripheral_wlan",
14    "subsystem": "hdf",
15    "syscap": [ "" ],
16    "adapter_system_type": ["standard", "small"],
17    "rom": "660KB",
18    "ram": "7600KB",
19    "deps": {
20      "components": [
21        "hdf_core",
22        "hiviewdfx_hilog_native",
23        "utils_base"
24      ],
25      "third_party": [
26        "bounds_checking_function",
27        "third_party_libnl"
28      ]
29    },
30    "build": {
31      "sub_component": [
32        "//drivers/peripheral/wlan:wlan_entry"
33      ],
34      "test": [
35        "//drivers/peripheral/wlan/test:hdf_test_wlan"
36      ],
37      "inner_kits": []
38    }
39  }
40}
41