Skip to content
Snippets Groups Projects
Commit 1b856f52 authored by Pavan Kumar M's avatar Pavan Kumar M Committed by Gerrit - the friendly Code Review server
Browse files

Add IImsFactory and uceservice HAL entry

Add entry for new factory HAL for ims
and minor version upgrade in
uceservice HAL.

Change-Id: I3df552f4e9fbb3319b33bd5ee213c17548c7a422
parent c49613b1
No related branches found
No related tags found
No related merge requests found
......@@ -524,7 +524,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<hal format="hidl">
<name>com.qualcomm.qti.uceservice</name>
<transport>hwbinder</transport>
<version>2.1</version>
<version>2.2</version>
<interface>
<name>IUceService</name>
<instance>com.qualcomm.qti.uceservice</instance>
......@@ -550,7 +550,16 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<instance>qti.ims.connectionmanagerservice</instance>
</interface>
</hal>
<hal format="hidl">
<hal format="hidl">
<name>vendor.qti.ims.factory</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IImsFactory</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.qti.data.factory</name>
<transport>hwbinder</transport>
<version>2.1</version>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment