summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoshan Pius <rpius@google.com>2017-05-09 13:03:17 -0700
committerRoshan Pius <rpius@google.com>2017-05-17 16:18:04 -0700
commit598a61e6ea7873d9878b601a5647dd538f2e3804 (patch)
treec8b7cc8fad82d326a850fcfe747b2bdc6b97cba8
parent0d7f90b1a3a560ae4846fec27ffc2afdc2e4165f (diff)
downloadfugu-598a61e6ea7873d9878b601a5647dd538f2e3804.tar.gz
fugu: Add wifi HAL to vintf
Bug: 36886769 Test: compiles (assemble_vintf checks this is formatted correctly and works with compatibility matrix) Change-Id: I97037ea4a746068bb1fe68285320781197a65fd0 (cherry picked from commit 1c25212cd10e7a13be48a2b78e0439eb5b8023e3)
-rw-r--r--manifest.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml
index a4e8812..cde99fd 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -28,4 +28,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>