mirror of
https://github.com/openharmony/drivers_peripheral.git
synced 2026-08-24 18:15:56 -04:00
540af5f53b
Signed-off-by: temptest_01 <15068825070@163.com>
84 lines
2.3 KiB
JSON
84 lines
2.3 KiB
JSON
{
|
|
"name": "@ohos/drivers_peripheral_wlan",
|
|
"description": "wlan device driver",
|
|
"version": "4.0",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "drivers/peripheral/wlan"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "drivers_peripheral_wlan",
|
|
"subsystem": "hdf",
|
|
"features": [
|
|
"drivers_peripheral_wlan_feature_enable_HDF_NL80211",
|
|
"drivers_peripheral_wlan_feature_enable_HDF_UT",
|
|
"drivers_peripheral_wlan_feature_enable_HDF_WLAN_EXTEND_VDI",
|
|
"drivers_peripheral_wlan_feature_vendor",
|
|
"drivers_peripheral_wlan_feature_emulator",
|
|
"drivers_peripheral_wlan_p2p_name"
|
|
],
|
|
"adapted_system_type": ["standard", "small"],
|
|
"rom": "660KB",
|
|
"ram": "7600KB",
|
|
"deps": {
|
|
"components": [
|
|
"hdf_core",
|
|
"hilog",
|
|
"c_utils",
|
|
"drivers_interface_wlan",
|
|
"wpa_supplicant",
|
|
"init",
|
|
"libnl",
|
|
"ipc",
|
|
"faultloggerd",
|
|
"hilog_lite",
|
|
"bounds_checking_function"
|
|
],
|
|
"third_party": [ ]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//drivers/peripheral/wlan:wlan_entry",
|
|
"//drivers/peripheral/wlan/wpa:wpa_entry",
|
|
"//drivers/peripheral/wlan/hostapd:hostapd_entry",
|
|
"//drivers/peripheral/wlan/chip:wlan_chip_entry"
|
|
],
|
|
"test": [
|
|
"//drivers/peripheral/wlan/test:hdf_test_wlan"
|
|
],
|
|
"inner_kits": [
|
|
{
|
|
"name": "//drivers/peripheral/wlan/client:wifi_driver_client",
|
|
"header": {
|
|
"header_files": [
|
|
"wifi_driver_client.h"
|
|
],
|
|
"header_base": "//drivers/peripheral/wlan/client/include"
|
|
}
|
|
},
|
|
{
|
|
"name": "//drivers/peripheral/wlan/wpa/client:wpa_hdi_client",
|
|
"header": {
|
|
"header_files": [
|
|
"wpa_client.h"
|
|
],
|
|
"header_base": "//drivers/peripheral/wlan/wpa/client/include"
|
|
}
|
|
},
|
|
{
|
|
"name": "//drivers/peripheral/wlan/hostapd/client:hostapd_hdi_client",
|
|
"header": {
|
|
"header_files": [
|
|
"hostapd_client.h"
|
|
],
|
|
"header_base": "//drivers/peripheral/wlan/hostapd/client/include"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|