diff options
| author | Roshan Pius <rpius@google.com> | 2017-05-09 13:03:17 -0700 |
|---|---|---|
| committer | Roshan Pius <rpius@google.com> | 2017-05-12 22:44:26 +0000 |
| commit | 1c25212cd10e7a13be48a2b78e0439eb5b8023e3 (patch) | |
| tree | 14892603d3a34cc0453963d8a52ad57cd7d01050 | |
| parent | c3a3fe5130285600cf11190a36c5f1a21adb7496 (diff) | |
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
| -rw-r--r-- | manifest.xml | 9 |
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> |
