sdm660-common: Add vendor manifest entry for IDataConnection HAL

Change-Id: Ib79ff03674a78d9e49430fadd3e7cee0b92ab123
This commit is contained in:
Eric Chang 2018-10-09 11:58:53 -07:00 committed by Max Weffers
parent 7baf261c12
commit 35317c8eb8
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE
2 changed files with 20 additions and 0 deletions

View file

@ -545,6 +545,16 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<instance>slot2</instance> <instance>slot2</instance>
</interface> </interface>
</hal> </hal>
<hal format="hidl">
<name>vendor.qti.hardware.data.connection</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IDataConnection</name>
<instance>slot1</instance>
<instance>slot2</instance>
</interface>
</hal>
<hal format="hidl"> <hal format="hidl">
<name>vendor.qti.hardware.radio.ims</name> <name>vendor.qti.hardware.radio.ims</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>

View file

@ -562,6 +562,16 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<instance>default</instance> <instance>default</instance>
</interface> </interface>
</hal> </hal>
<hal format="hidl">
<name>vendor.qti.hardware.data.connection</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IDataConnection</name>
<instance>slot1</instance>
<instance>slot2</instance>
</interface>
</hal>
<hal format="hidl" optional="true"> <hal format="hidl" optional="true">
<name>vendor.qti.hardware.fm</name> <name>vendor.qti.hardware.fm</name>
<version>1.0</version> <version>1.0</version>