Add non-Samsung Exynos Shannon IMS

This commit is contained in:
Pierre-Hugues Husson 2020-05-30 14:56:40 +02:00
parent bb1bc0204e
commit 1bafa9feed
4 changed files with 28 additions and 0 deletions

8
SEC-IMS/Android.mk Normal file
View file

@ -0,0 +1,8 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := treble-overlay-sec-ims
LOCAL_MODULE_PATH := $(TARGET_OUT)/overlay
LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true
LOCAL_PRIVATE_PLATFORM_APIS := true
include $(BUILD_PACKAGE)

View file

@ -0,0 +1,10 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.secims"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="persist.sys.phh.ims.sec"
android:requiredSystemPropertyValue="true"
android:priority="182"
android:isStatic="true" />
</manifest>

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="config_ims_package">com.shannon.imsservice</string>
<bool name="config_dynamic_bind_ims">true</bool>
<bool name="config_carrier_volte_available">true</bool>
<bool name="config_device_volte_available">true</bool>
<bool name="config_device_wfc_ims_available">true</bool>
</resources>

View file

@ -95,8 +95,10 @@ PRODUCT_PACKAGES += \
treble-overlay-samsung-j6 \
treble-overlay-samsung-n9q \
treble-overlay-samsung-s10e \
treble-overlay-samsung-s9-systemui \
treble-overlay-samsung-s9pq \
treble-overlay-samsung-s9q \
treble-overlay-sec-ims \
treble-overlay-sharp-s2 \
treble-overlay-sony-XZ3 \
treble-overlay-teclast-m30 \