summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoshan Pius <rpius@google.com>2017-05-09 12:56:15 -0700
committerRoshan Pius <rpius@google.com>2017-05-17 23:15:25 +0000
commit952dc2f4d586904b49619edcc12a5e46b47581ab (patch)
treec891dc3b0c8a99de472d89d4018267e55728ae76
parentd8ef1196f4bb3372cfd1917c8478ee6228c7da2d (diff)
downloadbullhead-952dc2f4d586904b49619edcc12a5e46b47581ab.tar.gz
bullhead: Add wifi HAL to vintf
Bug: 36886769 Test: compiles (assemble_vintf checks this is formatted correctly and works with compatibility matrix) Change-Id: Ib3315ffabf08ab1c96325958408558e867eefdd8 (cherry picked from commit e3ce2c97d2a4449258673f00b95b3d9040fc8d8b)
-rw-r--r--manifest.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml
index 9759eba..6221e0a 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -8,4 +8,13 @@
<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>
</manifest>