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