atcmdfwd: framework matrix -> device matrix

The HAL is served from a system app and used by
a vendor daemon.

Test: ls /system/app/atfwd/atfwd.apk
Test: ls /vendor/bin/ATFWD-daemon
Test: lshal
Bug: 130714844
Change-Id: I87e10fa56ac84ddd7e4210ac2bc4f1338265e1e9
Merged-In: I87e10fa56ac84ddd7e4210ac2bc4f1338265e1e9
This commit is contained in:
Yifan Hong
2019-04-22 14:13:24 -07:00
parent 5fdf5cfaa8
commit 0280375d96
2 changed files with 8 additions and 8 deletions

View File

@@ -68,4 +68,12 @@
-->
<version>1.0</version>
</hal>
<hal format="hidl" optional="true">
<name>vendor.qti.atcmdfwd</name>
<version>1.0</version>
<interface>
<name>IAtCmdFwd</name>
<instance>AtCmdFwdService</instance>
</interface>
</hal>
</compatibility-matrix>

View File

@@ -1,12 +1,4 @@
<compatibility-matrix version="1.0" type="framework">
<hal format="hidl" optional="true">
<name>vendor.qti.atcmdfwd</name>
<version>1.0</version>
<interface>
<name>IAtCmdFwd</name>
<instance>AtCmdFwdService</instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>vendor.qti.qcril.am</name>
<version>1.0</version>