Skip to content

Commit

Permalink
atcmdfwd: framework matrix -> device matrix
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Yifan Hong committed Apr 22, 2019
1 parent 53d7e92 commit 2c0a3a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 8 additions & 0 deletions compatibility_matrix.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
8 changes: 0 additions & 8 deletions device_framework_matrix.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit 2c0a3a0

Please sign in to comment.