summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoshan Pius <rpius@google.com>2017-05-19 08:38:16 -0700
committerRoshan Pius <rpius@google.com>2017-05-19 08:38:16 -0700
commit240d6f0ecaaca7a01a18f5ebfc8ffa4d7db7e249 (patch)
tree8842397fb32ead6689df3c14490978dd41de2f29
parent952dc2f4d586904b49619edcc12a5e46b47581ab (diff)
downloadbullhead-240d6f0ecaaca7a01a18f5ebfc8ffa4d7db7e249.tar.gz
bullhead: Add supplicant to HIDL manifest
Bug: 38429713 Test: Device boots up and connects to wifi networks. Change-Id: I1dc54a42cce52f53f478a493fc636eb005837af2
-rw-r--r--manifest.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml
index 6221e0a..4d2a5cf 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -17,4 +17,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>