diff options
author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-09-13 07:48:48 -0700 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-09-13 07:48:48 -0700 |
commit | e2873a0191f406dc70cc4f68f1fe3f99d3cc538b (patch) | |
tree | ceba5e81e6c1ead99360c5d1c18e92e6406b28f6 /manifest.xml | |
parent | 50dbc8254402a7b446067e5f6321b5e05129eafc (diff) | |
parent | 995e492669fd217a84b5407095f2ee1decf19374 (diff) |
Merge "sdm660_64: Add WLAN HIDL service entry to manifest.xml"
Diffstat (limited to 'manifest.xml')
-rw-r--r-- | manifest.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml index 357eb8f..9490779 100644 --- a/manifest.xml +++ b/manifest.xml @@ -462,6 +462,15 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. </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> + <hal format="hidl"> <name>vendor.qti.hardware.radio.ims</name> <transport>hwbinder</transport> <version>1.0</version> |