sdm710-common: Define AtFwd and wifi keystore hal in framework manifest

This commit is contained in:
SamarV-121 2019-09-09 14:49:14 +00:00
parent 564638cf0b
commit f7e8710bff

View file

@ -8,4 +8,22 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.qti.hardware.radio.atcmdfwd</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IAtCmdFwd</name>
<instance>AtCmdFwdService</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.qti.hardware.wifi.keystore</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IKeystoreExt</name>
<instance>default</instance>
</interface>
</hal>
</manifest>