2016-10-29 17:44:10 +00:00
|
|
|
# IRSC
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
|
|
$(LOCAL_PATH)/configs/sec_config:system/etc/sec_config
|
|
|
|
|
|
|
|
# Permissions
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
|
|
frameworks/native/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml \
|
|
|
|
frameworks/native/data/etc/android.hardware.telephony.cdma.xml:system/etc/permissions/android.hardware.telephony.cdma.xml \
|
|
|
|
frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml
|
|
|
|
|
|
|
|
# Properties
|
|
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
2016-11-06 10:22:52 +00:00
|
|
|
DEVICE_PROVISIONED=1 \
|
|
|
|
persist.data.iwlan.enable=false \
|
2016-10-29 17:44:10 +00:00
|
|
|
persist.data.mode=concurrent \
|
|
|
|
persist.data.netmgrd.qos.enable=true \
|
2016-11-06 10:22:52 +00:00
|
|
|
persist.dbg.volte_avail_ovr=1 \
|
|
|
|
persist.dbg.vt_avail_ovr=1 \
|
|
|
|
persist.radio.DROPSETENABLE=1 \
|
2016-10-29 17:44:10 +00:00
|
|
|
persist.radio.apm_sim_not_pwdn=1 \
|
|
|
|
persist.radio.custom_ecc=1 \
|
2016-11-06 10:22:52 +00:00
|
|
|
persist.radio.force_on_dc=true \
|
|
|
|
persist.radio.ignore_dom_time=5 \
|
|
|
|
persist.radio.mt_sms_ack=20 \
|
2016-10-29 17:44:10 +00:00
|
|
|
persist.radio.multisim.config=dsds \
|
2016-11-06 10:22:52 +00:00
|
|
|
persist.radio.rat_on=combine \
|
2016-10-29 17:44:10 +00:00
|
|
|
persist.radio.sib16_support=1 \
|
2016-11-06 10:22:52 +00:00
|
|
|
ril.subscription.types=NV,RUIM \
|
2016-10-29 17:44:10 +00:00
|
|
|
rild.libpath=/vendor/lib64/libril-qc-qmi-1.so \
|
2016-11-06 10:22:52 +00:00
|
|
|
ro.build.display.wtid=SW_S88537AA1_V053_M20_MP_XM \
|
|
|
|
ro.ct.device.model=XMP-2016030 \
|
|
|
|
ro.product.wt.boardid=S88537AA1 \
|
2016-11-03 09:47:37 +00:00
|
|
|
ro.telephony.call_ring.multiple=false \
|
2016-10-29 17:44:10 +00:00
|
|
|
ro.telephony.default_network=20 \
|
2016-11-06 10:22:52 +00:00
|
|
|
ro.use_data_netmgrd=true \
|
|
|
|
telephony.lteOnCdmaDevice=1
|
2016-10-29 17:44:10 +00:00
|
|
|
|
|
|
|
# RIL
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
libcnefeatureconfig \
|
|
|
|
librmnetctl \
|
|
|
|
libxml2
|