diff options
| author | Roshan Pius <rpius@google.com> | 2017-05-22 19:05:51 +0000 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2017-05-22 19:05:51 +0000 |
| commit | 4bf8c47b8826c33d2108f01d1c778e20421ca8f1 (patch) | |
| tree | 241b3ae91f68c8f8adbe52fd05171185b25c9c23 | |
| parent | b8d79d4869b33372b463f83243539291fc05e4b0 (diff) | |
| parent | 99facb2d46debf15b4a62e72b61472e3c01c7820 (diff) | |
fugu: Add supplicant to HIDL manifest am: 75be593ae5
am: 99facb2d46
Change-Id: Iaf9fc18522f4926f0feebcb14ddaf2b5fc029ef3
| -rw-r--r-- | manifest.xml | 9 |
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> |
