sanders: Set IMS to use CodeAurora extension

Change-Id: I64cba319986748e4dad206ca664ccda7eefb348a
This commit is contained in:
Rashed Abdel-Tawab
2018-01-02 16:05:51 -05:00
committed by Keertesh
parent 5d8ed33094
commit ef4b2b36b1
2 changed files with 13 additions and 0 deletions

View File

@@ -341,6 +341,10 @@ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/seccomp_policy/mediacodec.policy:system/vendor/etc/seccomp_policy/mediacodec.policy \
$(LOCAL_PATH)/seccomp_policy/mediaextractor.policy:system/vendor/etc/seccomp_policy/mediaextractor.policy
# IMS
PRODUCT_PACKAGES += \
ims-ext-common
# Sensors
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/sensors/hals.conf:system/etc/sensors/hals.conf \

View File

@@ -302,6 +302,15 @@
provisioning, availability etc -->
<bool name="config_carrier_wfc_ims_available">true</bool>
<!-- Flag specifying whether VT is available on device -->
<bool name="config_device_vt_available">true</bool>
<!-- ImsService package name to bind to by default, if config_dynamic_bind_ims is true -->
<string name="config_ims_package">org.codeaurora.ims</string>
<!-- Flag specifying whether or not IMS will use the ImsResolver dynamically -->
<bool name="config_dynamic_bind_ims">true</bool>
<!-- Boolean indicating if current platform supports BLE peripheral mode -->
<bool name="config_bluetooth_le_peripheral_mode_supported">true</bool>