sdm660_64: Add WLAN HIDL service entry to manifest.xml
WLAN has below HIDL service currently, 1. android.hardware.wifi@1.0-service Add the same to manifest.xml Change-Id: I3588771cc78540416e59f251de24a04fdf813eb4 CRs-Fixed: 2092356
This commit is contained in:
parent
59b1a97e87
commit
995e492669
1 changed files with 9 additions and 0 deletions
|
@ -480,6 +480,15 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
<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>
|
||||
<hal format="hidl">
|
||||
<name>vendor.qti.hardware.radio.ims</name>
|
||||
<transport>hwbinder</transport>
|
||||
|
|
Loading…
Reference in a new issue