holi: enable single reg, update HALs.
- Enable IMS RCS single reg - update ims factory HAL to 2.2 - update qtiradio HAL to 2.7 Change-Id: I641e71a34e36c3d56e0d196c9db98ba240f73788
This commit is contained in:
parent
5a857c85a8
commit
0448188c4a
2 changed files with 5 additions and 1 deletions
|
@ -382,7 +382,7 @@
|
|||
<hal format="hidl">
|
||||
<name>vendor.qti.hardware.radio.qtiradio</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>2.6</version>
|
||||
<version>2.7</version>
|
||||
<interface>
|
||||
<name>IQtiRadio</name>
|
||||
<instance>slot1</instance>
|
||||
|
@ -485,6 +485,7 @@
|
|||
<name>vendor.qti.ims.factory</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>1.1</version>
|
||||
<version>2.2</version>
|
||||
<interface>
|
||||
<name>IImsFactory</name>
|
||||
<instance>default</instance>
|
||||
|
|
|
@ -7,3 +7,6 @@ ro.af.client_heap_size_kbyte=7168
|
|||
|
||||
# GMS
|
||||
ro.opa.device_model_id=ga-oplus-skill-os121-211011
|
||||
|
||||
# IMS
|
||||
persist.vendor.rcs.singlereg.feature=1
|
||||
|
|
Loading…
Reference in a new issue