summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoshan Pius <rpius@google.com>2017-05-19 08:39:43 -0700
committerRoshan Pius <rpius@google.com>2017-05-19 18:44:43 +0000
commit75be593ae55d67f79b33d03ef7e933e2c2d4c71c (patch)
tree9f2cd82153febe341d033ac0a6fced04c2eece61
parent6bba5254e30ed27a77c6715e0b0fc3a89457a4b2 (diff)
downloadfugu-75be593ae55d67f79b33d03ef7e933e2c2d4c71c.tar.gz
fugu: Add supplicant to HIDL manifest
Bug: 38429713 Test: Device boots up and connects to wifi networks. Change-Id: I5595d42bc2d0e6011bb71218045439dc47db5751
-rw-r--r--manifest.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml
index a4e8812..47fb363 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -28,4 +28,13 @@
<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>