Skip to content

Commit

Permalink
msm8998-common: Update uceservice, imscmservice and cacert hal
Browse files Browse the repository at this point in the history
Desc:Update uceservice hal to 2.1, imscmservice hal to 2.2 and
add hal entry for cacert

Change-Id: If4e7dbcb10e24a7be7a907e3bc52b49c38836e3b
CRs-Fixed: 2484991
  • Loading branch information
Prakash Pabba authored and trautamaki committed Oct 31, 2019
1 parent 0259d1e commit 29cd02c
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@
<hal format="hidl">
<name>com.qualcomm.qti.imscmservice</name>
<transport>hwbinder</transport>
<version>2.1</version>
<version>2.2</version>
<interface>
<name>IImsCmService</name>
<instance>qti.ims.connectionmanagerservice</instance>
Expand All @@ -382,7 +382,7 @@
<hal format="hidl">
<name>com.qualcomm.qti.uceservice</name>
<transport>hwbinder</transport>
<version>2.0</version>
<version>2.1</version>
<interface>
<name>IUceService</name>
<instance>com.qualcomm.qti.uceservice</instance>
Expand Down Expand Up @@ -559,6 +559,15 @@
<instance>slot2</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.qti.hardware.cacert</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IService</name>
<instance>default</instance>
</interface>
</hal>
<!-- Data Link Latency -->
<hal format="hidl">
<name>vendor.qti.hardware.data.latency</name>
Expand Down

0 comments on commit 29cd02c

Please sign in to comment.