1{ 2 "name": "@ohos/drivers_peripheral_wlan", 3 "description": "wlan device driver", 4 "version": "4.0", 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 "features": [ 16 "drivers_peripheral_wlan_feature_enable_HDF_NL80211", 17 "drivers_peripheral_wlan_feature_enable_HDF_UT", 18 "drivers_peripheral_wlan_feature_enable_HDF_WLAN_EXTEND_VDI" 19 ], 20 "adapted_system_type": ["standard", "small"], 21 "rom": "660KB", 22 "ram": "7600KB", 23 "deps": { 24 "components": [ 25 "hdf_core", 26 "hilog", 27 "c_utils", 28 "drivers_interface_wlan", 29 "wpa_supplicant", 30 "init", 31 "ipc" 32 ], 33 "third_party": [ 34 "libnl" 35 ] 36 }, 37 "build": { 38 "sub_component": [ 39 "//drivers/peripheral/wlan:wlan_entry", 40 "//drivers/peripheral/wlan/wpa:wpa_entry", 41 "//drivers/peripheral/wlan/hostapd:hostapd_entry", 42 "//drivers/peripheral/wlan/chip:wlan_chip_entry" 43 ], 44 "test": [ 45 "//drivers/peripheral/wlan/test:hdf_test_wlan" 46 ], 47 "inner_kits": [ 48 { 49 "name": "//drivers/peripheral/wlan/client:wifi_driver_client", 50 "header": { 51 "header_files": [ 52 "wifi_driver_client.h" 53 ], 54 "header_base": "//drivers/peripheral/wlan/client/include" 55 } 56 }, 57 { 58 "name": "//drivers/peripheral/wlan/wpa/client:wpa_hdi_client", 59 "header": { 60 "header_files": [ 61 "wpa_client.h" 62 ], 63 "header_base": "//drivers/peripheral/wlan/wpa/client/include" 64 } 65 }, 66 { 67 "name": "//drivers/peripheral/wlan/hostapd/client:hostapd_hdi_client", 68 "header": { 69 "header_files": [ 70 "hostapd_client.h" 71 ], 72 "header_base": "//drivers/peripheral/wlan/hostapd/client/include" 73 } 74 } 75 ] 76 } 77 } 78} 79