Files
drivers_peripheral/wlan/bundle.json
T
2022-08-30 16:29:50 +08:00

41 lines
889 B
JSON
Executable File

{
"name": "@ohos/drivers_peripheral_wlan",
"description": "wlan device driver",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "drivers/peripheral/wlan"
},
"dirs": {},
"scripts": {},
"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_party": [
"bounds_checking_function",
"third_party_libnl"
]
},
"build": {
"sub_component": [
"//drivers/peripheral/wlan:wlan_entry"
],
"test": [
"//drivers/peripheral/wlan/test:hdf_test_wlan"
],
"inner_kits": []
}
}
}