klte-common: Add wifi and supplicant services
android.hardware.wifi is built by default Change-Id: I2fcd62b1dd6cbe292d89cf97085c9549bf69ba37
This commit is contained in:
parent
1d8a6bce95
commit
46efb4c651
2 changed files with 19 additions and 0 deletions
1
klte.mk
1
klte.mk
|
@ -161,6 +161,7 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# Wifi
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.wifi@1.0-service \
|
||||
hostapd \
|
||||
hostapd.accept \
|
||||
hostapd.deny \
|
||||
|
|
18
manifest.xml
18
manifest.xml
|
@ -175,4 +175,22 @@
|
|||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.wifi</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>1.0</version>
|
||||
<interface>
|
||||
<name>IWifi</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.wifi.supplicant</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>1.0</version>
|
||||
<interface>
|
||||
<name>ISupplicant</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
</manifest>
|
||||
|
|
Loading…
Reference in a new issue