Files
drivers_peripheral/wlan/bundle.json
T
2022-06-30 07:43:57 -07:00

35 lines
758 B
JSON
Executable File

{
"name": "drivers_peripheral_wlan",
"description": "wlan device driver",
"version": "3.1",
"license": "Apache License 2.0",
"component": {
"name": "drivers_peripheral_wlan",
"subsystem": "hdf",
"syscap": [ "" ],
"adapter_system_type": ["standard", "small"],
"rom": "660KB",
"ram": "7600KB",
"deps": {
"components": [
"hdf_core",
"hiviewdfx_hilog_native",
"utils_base"
],
"third_part": [
"bounds_checking_function",
"third_party_libnl"
]
},
"build": {
"sub_component": [
"//drivers/peripheral/wlan:wlan_entry"
],
"test": [
"//drivers/peripheral/wlan/test:hdf_test_wlan"
],
"inner_kits": []
}
}
}