diff options
| author | Tim Lin <timtmlin@google.com> | 2018-10-29 16:32:51 +0800 |
|---|---|---|
| committer | Tim Lin <timtmlin@google.com> | 2018-10-31 01:21:41 +0000 |
| commit | 1f08abcdefe17149049b560dec1b483554ace577 (patch) | |
| tree | 7d398c932c7ef48c2e22b0332c3bc8f47bffe64e /device_framework_matrix.xml | |
| parent | 8d5dc9cdb1be2fd95e8f8699ecfef2943026ff1e (diff) | |
Increase ISap to 1.2 and add callinfo@1.0::IService
ISap interface version change from 1.1 to 1.2
callinfo interface was added but not to the manifest. According to
b/110538519#comment22, it is required.
Test: Build and power up device
All CtsOnGsiTrebleFrameworkVintfTest PASS
Bug: 118239811
Change-Id: I2733684c16d20b82b3898892b183d3899ead2101
Diffstat (limited to 'device_framework_matrix.xml')
| -rw-r--r-- | device_framework_matrix.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/device_framework_matrix.xml b/device_framework_matrix.xml index a579bd0e..9fa31d09 100644 --- a/device_framework_matrix.xml +++ b/device_framework_matrix.xml @@ -165,4 +165,13 @@ <instance>imsrtpservice</instance> </interface> </hal> + <hal format="hidl" optional="true"> + <name>vendor.qti.ims.callinfo</name> + <transport>hwbinder</transport> + <version>1.0</version> + <interface> + <name>IService</name> + <instance>default</instance> + </interface> + </hal> </compatibility-matrix> |
