diff --git a/Android.bp b/Android.bp index 08f4dce..d81f9d7 100644 --- a/Android.bp +++ b/Android.bp @@ -78,17 +78,6 @@ android_app_import { soc_specific: true, } -android_app_import { - name: "com.oneplus.gpudrivers.kona.api30", - owner: "oneplus", - apk: "proprietary/vendor/app/com.oneplus.gpudrivers.kona.api30/com.oneplus.gpudrivers.kona.api30.apk", - presigned: true, - dex_preopt: { - enabled: false, - }, - soc_specific: true, -} - android_app_import { name: "com.qualcomm.qti.gpudrivers.lito.api30", owner: "oneplus", @@ -146,6 +135,17 @@ android_app_import { system_ext_specific: true, } +android_app_import { + name: "imssettings", + owner: "oneplus", + apk: "proprietary/system_ext/app/imssettings/imssettings.apk", + certificate: "platform", + dex_preopt: { + enabled: false, + }, + system_ext_specific: true, +} + android_app_import { name: "WfdService", owner: "oneplus", @@ -183,15 +183,44 @@ android_app_import { } dex_import { - name: "WfdCommon", + name: "tcmclient", owner: "oneplus", - jars: ["proprietary/system/framework/WfdCommon.jar"], + jars: ["proprietary/system/framework/tcmclient.jar"], } dex_import { - name: "qcnvitems", + name: "com.android.hotwordenrollment.common.util", owner: "oneplus", - jars: ["proprietary/system/framework/qcnvitems.jar"], + jars: ["proprietary/system_ext/framework/com.android.hotwordenrollment.common.util.jar"], + system_ext_specific: true, +} + +dex_import { + name: "com.qti.dpmframework", + owner: "oneplus", + jars: ["proprietary/system_ext/framework/com.qti.dpmframework.jar"], + system_ext_specific: true, +} + +dex_import { + name: "dpmapi", + owner: "oneplus", + jars: ["proprietary/system_ext/framework/dpmapi.jar"], + system_ext_specific: true, +} + +dex_import { + name: "qcrilhook", + owner: "oneplus", + jars: ["proprietary/system_ext/framework/qcrilhook.jar"], + system_ext_specific: true, +} + +dex_import { + name: "vendor.qti.hardware.alarm-V1.0-java", + owner: "oneplus", + jars: ["proprietary/system_ext/framework/vendor.qti.hardware.alarm-V1.0-java.jar"], + system_ext_specific: true, } prebuilt_etc_xml { diff --git a/proprietary/product/app/PowerOffAlarm/PowerOffAlarm.apk b/proprietary/product/app/PowerOffAlarm/PowerOffAlarm.apk index 1858ebc..60f8fba 100644 Binary files a/proprietary/product/app/PowerOffAlarm/PowerOffAlarm.apk and b/proprietary/product/app/PowerOffAlarm/PowerOffAlarm.apk differ diff --git a/proprietary/system/etc/sysconfig/qti_whitelist.xml b/proprietary/system/etc/sysconfig/qti_whitelist.xml index 2fbba0a..0d0d83d 100644 --- a/proprietary/system/etc/sysconfig/qti_whitelist.xml +++ b/proprietary/system/etc/sysconfig/qti_whitelist.xml @@ -47,6 +47,7 @@ + @@ -66,7 +67,6 @@ - @@ -99,7 +99,6 @@ - @@ -114,5 +113,6 @@ + diff --git a/proprietary/system/framework/WfdCommon.jar b/proprietary/system/framework/WfdCommon.jar deleted file mode 100644 index 1b246b9..0000000 Binary files a/proprietary/system/framework/WfdCommon.jar and /dev/null differ diff --git a/proprietary/system/framework/qcnvitems.jar b/proprietary/system/framework/qcnvitems.jar deleted file mode 100644 index 7714862..0000000 Binary files a/proprietary/system/framework/qcnvitems.jar and /dev/null differ diff --git a/proprietary/system/framework/tcmclient.jar b/proprietary/system/framework/tcmclient.jar index 00204a5..be6e996 100644 Binary files a/proprietary/system/framework/tcmclient.jar and b/proprietary/system/framework/tcmclient.jar differ diff --git a/proprietary/system_ext/app/QtiTelephonyService/QtiTelephonyService.apk b/proprietary/system_ext/app/QtiTelephonyService/QtiTelephonyService.apk index 7ee8a4b..5c83748 100644 Binary files a/proprietary/system_ext/app/QtiTelephonyService/QtiTelephonyService.apk and b/proprietary/system_ext/app/QtiTelephonyService/QtiTelephonyService.apk differ diff --git a/proprietary/system_ext/app/imssettings/imssettings.apk b/proprietary/system_ext/app/imssettings/imssettings.apk new file mode 100644 index 0000000..1e2a059 Binary files /dev/null and b/proprietary/system_ext/app/imssettings/imssettings.apk differ diff --git a/proprietary/system_ext/bin/dpmd b/proprietary/system_ext/bin/dpmd index 17d6a4e..a73f664 100755 Binary files a/proprietary/system_ext/bin/dpmd and b/proprietary/system_ext/bin/dpmd differ diff --git a/proprietary/system_ext/etc/permissions/dpmapi.xml b/proprietary/system_ext/etc/permissions/dpmapi.xml index cfe67f0..7c94479 100644 --- a/proprietary/system_ext/etc/permissions/dpmapi.xml +++ b/proprietary/system_ext/etc/permissions/dpmapi.xml @@ -1,8 +1,8 @@ - - diff --git a/proprietary/system_ext/etc/permissions/telephony_system-ext_privapp-permissions-qti.xml b/proprietary/system_ext/etc/permissions/telephony_system-ext_privapp-permissions-qti.xml new file mode 100644 index 0000000..e54d7e3 --- /dev/null +++ b/proprietary/system_ext/etc/permissions/telephony_system-ext_privapp-permissions-qti.xml @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proprietary/system_ext/etc/permissions/telephonyservice.xml b/proprietary/system_ext/etc/permissions/telephonyservice.xml deleted file mode 100644 index 6fe1cd2..0000000 --- a/proprietary/system_ext/etc/permissions/telephonyservice.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - diff --git a/proprietary/system_ext/framework/com.qti.dpmframework.jar b/proprietary/system_ext/framework/com.qti.dpmframework.jar index c7ff425..36021cd 100644 Binary files a/proprietary/system_ext/framework/com.qti.dpmframework.jar and b/proprietary/system_ext/framework/com.qti.dpmframework.jar differ diff --git a/proprietary/system_ext/framework/dpmapi.jar b/proprietary/system_ext/framework/dpmapi.jar index 59cf9bf..ecb15d8 100644 Binary files a/proprietary/system_ext/framework/dpmapi.jar and b/proprietary/system_ext/framework/dpmapi.jar differ diff --git a/proprietary/system_ext/framework/qcrilhook.jar b/proprietary/system_ext/framework/qcrilhook.jar index cfff89f..6a6db00 100644 Binary files a/proprietary/system_ext/framework/qcrilhook.jar and b/proprietary/system_ext/framework/qcrilhook.jar differ diff --git a/proprietary/system_ext/framework/vendor.qti.hardware.alarm-V1.0-java.jar b/proprietary/system_ext/framework/vendor.qti.hardware.alarm-V1.0-java.jar index 0587b5e..17bf2c1 100644 Binary files a/proprietary/system_ext/framework/vendor.qti.hardware.alarm-V1.0-java.jar and b/proprietary/system_ext/framework/vendor.qti.hardware.alarm-V1.0-java.jar differ diff --git a/proprietary/system_ext/lib/com.qualcomm.qti.dpm.api@1.0.so b/proprietary/system_ext/lib/com.qualcomm.qti.dpm.api@1.0.so index db40b97..8f8813c 100644 Binary files a/proprietary/system_ext/lib/com.qualcomm.qti.dpm.api@1.0.so and b/proprietary/system_ext/lib/com.qualcomm.qti.dpm.api@1.0.so differ diff --git a/proprietary/system_ext/lib/libdpmctmgr.so b/proprietary/system_ext/lib/libdpmctmgr.so index ed18d52..4fca6b0 100644 Binary files a/proprietary/system_ext/lib/libdpmctmgr.so and b/proprietary/system_ext/lib/libdpmctmgr.so differ diff --git a/proprietary/system_ext/lib/libdpmfdmgr.so b/proprietary/system_ext/lib/libdpmfdmgr.so index 8ad1cce..a2bf5ce 100644 Binary files a/proprietary/system_ext/lib/libdpmfdmgr.so and b/proprietary/system_ext/lib/libdpmfdmgr.so differ diff --git a/proprietary/system_ext/lib/libdpmframework.so b/proprietary/system_ext/lib/libdpmframework.so index e02ab8c..7bcd9e9 100644 Binary files a/proprietary/system_ext/lib/libdpmframework.so and b/proprietary/system_ext/lib/libdpmframework.so differ diff --git a/proprietary/system_ext/lib/libdpmtcm.so b/proprietary/system_ext/lib/libdpmtcm.so index 47dba22..48ede80 100644 Binary files a/proprietary/system_ext/lib/libdpmtcm.so and b/proprietary/system_ext/lib/libdpmtcm.so differ diff --git a/proprietary/system_ext/lib/libmmosal.so b/proprietary/system_ext/lib/libmmosal.so index 18a2e0f..933e7fb 100644 Binary files a/proprietary/system_ext/lib/libmmosal.so and b/proprietary/system_ext/lib/libmmosal.so differ diff --git a/proprietary/system_ext/lib/libmmparser_lite.so b/proprietary/system_ext/lib/libmmparser_lite.so index 48ac844..c53f270 100644 Binary files a/proprietary/system_ext/lib/libmmparser_lite.so and b/proprietary/system_ext/lib/libmmparser_lite.so differ diff --git a/proprietary/system_ext/lib/vendor.qti.diaghal@1.0.so b/proprietary/system_ext/lib/vendor.qti.diaghal@1.0.so index b4ac1af..95c6385 100644 Binary files a/proprietary/system_ext/lib/vendor.qti.diaghal@1.0.so and b/proprietary/system_ext/lib/vendor.qti.diaghal@1.0.so differ diff --git a/proprietary/system_ext/lib64/com.qualcomm.qti.dpm.api@1.0.so b/proprietary/system_ext/lib64/com.qualcomm.qti.dpm.api@1.0.so index 8fd7218..cf54da7 100644 Binary files a/proprietary/system_ext/lib64/com.qualcomm.qti.dpm.api@1.0.so and b/proprietary/system_ext/lib64/com.qualcomm.qti.dpm.api@1.0.so differ diff --git a/proprietary/system_ext/lib64/lib-imsvideocodec.so b/proprietary/system_ext/lib64/lib-imsvideocodec.so index 0d456fe..8070219 100644 Binary files a/proprietary/system_ext/lib64/lib-imsvideocodec.so and b/proprietary/system_ext/lib64/lib-imsvideocodec.so differ diff --git a/proprietary/system_ext/lib64/lib-imsvt.so b/proprietary/system_ext/lib64/lib-imsvt.so index 2c5924a..e8578d8 100644 Binary files a/proprietary/system_ext/lib64/lib-imsvt.so and b/proprietary/system_ext/lib64/lib-imsvt.so differ diff --git a/proprietary/system_ext/lib64/lib-imsvtextutils.so b/proprietary/system_ext/lib64/lib-imsvtextutils.so index 064249e..d9a42f1 100644 Binary files a/proprietary/system_ext/lib64/lib-imsvtextutils.so and b/proprietary/system_ext/lib64/lib-imsvtextutils.so differ diff --git a/proprietary/system_ext/lib64/lib-imsvtutils.so b/proprietary/system_ext/lib64/lib-imsvtutils.so index d5c774d..c4cbad0 100644 Binary files a/proprietary/system_ext/lib64/lib-imsvtutils.so and b/proprietary/system_ext/lib64/lib-imsvtutils.so differ diff --git a/proprietary/system_ext/lib64/libdiag_system.so b/proprietary/system_ext/lib64/libdiag_system.so index ac931e9..e5c02ab 100644 Binary files a/proprietary/system_ext/lib64/libdiag_system.so and b/proprietary/system_ext/lib64/libdiag_system.so differ diff --git a/proprietary/system_ext/lib64/libdpmctmgr.so b/proprietary/system_ext/lib64/libdpmctmgr.so index 4b95566..6cdb2e0 100644 Binary files a/proprietary/system_ext/lib64/libdpmctmgr.so and b/proprietary/system_ext/lib64/libdpmctmgr.so differ diff --git a/proprietary/system_ext/lib64/libdpmfdmgr.so b/proprietary/system_ext/lib64/libdpmfdmgr.so index 5fc9eef..fd13462 100644 Binary files a/proprietary/system_ext/lib64/libdpmfdmgr.so and b/proprietary/system_ext/lib64/libdpmfdmgr.so differ diff --git a/proprietary/system_ext/lib64/libdpmframework.so b/proprietary/system_ext/lib64/libdpmframework.so index 9e832a1..b437b5c 100644 Binary files a/proprietary/system_ext/lib64/libdpmframework.so and b/proprietary/system_ext/lib64/libdpmframework.so differ diff --git a/proprietary/system_ext/lib64/libdpmtcm.so b/proprietary/system_ext/lib64/libdpmtcm.so index b0d108b..73b8a90 100644 Binary files a/proprietary/system_ext/lib64/libdpmtcm.so and b/proprietary/system_ext/lib64/libdpmtcm.so differ diff --git a/proprietary/system_ext/lib64/libimscamera_jni.so b/proprietary/system_ext/lib64/libimscamera_jni.so index 31aa61d..1faac5b 100644 Binary files a/proprietary/system_ext/lib64/libimscamera_jni.so and b/proprietary/system_ext/lib64/libimscamera_jni.so differ diff --git a/proprietary/system_ext/lib64/libimsmedia_jni.so b/proprietary/system_ext/lib64/libimsmedia_jni.so index 366c9f9..efd35a0 100644 Binary files a/proprietary/system_ext/lib64/libimsmedia_jni.so and b/proprietary/system_ext/lib64/libimsmedia_jni.so differ diff --git a/proprietary/system_ext/lib64/libmmosal.so b/proprietary/system_ext/lib64/libmmosal.so index 2f51a19..8b8e344 100644 Binary files a/proprietary/system_ext/lib64/libmmosal.so and b/proprietary/system_ext/lib64/libmmosal.so differ diff --git a/proprietary/system_ext/lib64/vendor.qti.diaghal@1.0.so b/proprietary/system_ext/lib64/vendor.qti.diaghal@1.0.so index 50b3568..7861012 100644 Binary files a/proprietary/system_ext/lib64/vendor.qti.diaghal@1.0.so and b/proprietary/system_ext/lib64/vendor.qti.diaghal@1.0.so differ diff --git a/proprietary/system_ext/lib64/vendor.qti.ims.callcapability@1.0.so b/proprietary/system_ext/lib64/vendor.qti.ims.callcapability@1.0.so new file mode 100644 index 0000000..618ad58 Binary files /dev/null and b/proprietary/system_ext/lib64/vendor.qti.ims.callcapability@1.0.so differ diff --git a/proprietary/system_ext/lib64/vendor.qti.ims.callinfo@1.0.so b/proprietary/system_ext/lib64/vendor.qti.ims.callinfo@1.0.so new file mode 100644 index 0000000..aebba1c Binary files /dev/null and b/proprietary/system_ext/lib64/vendor.qti.ims.callinfo@1.0.so differ diff --git a/proprietary/system_ext/lib64/vendor.qti.ims.factory@1.0.so b/proprietary/system_ext/lib64/vendor.qti.ims.factory@1.0.so new file mode 100644 index 0000000..e23e085 Binary files /dev/null and b/proprietary/system_ext/lib64/vendor.qti.ims.factory@1.0.so differ diff --git a/proprietary/system_ext/lib64/vendor.qti.ims.factory@1.1.so b/proprietary/system_ext/lib64/vendor.qti.ims.factory@1.1.so new file mode 100644 index 0000000..f08378d Binary files /dev/null and b/proprietary/system_ext/lib64/vendor.qti.ims.factory@1.1.so differ diff --git a/proprietary/system_ext/lib64/vendor.qti.ims.rcsconfig@1.0.so b/proprietary/system_ext/lib64/vendor.qti.ims.rcsconfig@1.0.so new file mode 100644 index 0000000..149f3b3 Binary files /dev/null and b/proprietary/system_ext/lib64/vendor.qti.ims.rcsconfig@1.0.so differ diff --git a/proprietary/system_ext/lib64/vendor.qti.ims.rcsconfig@1.1.so b/proprietary/system_ext/lib64/vendor.qti.ims.rcsconfig@1.1.so new file mode 100644 index 0000000..c431ff9 Binary files /dev/null and b/proprietary/system_ext/lib64/vendor.qti.ims.rcsconfig@1.1.so differ diff --git a/proprietary/system_ext/lib64/vendor.qti.ims.rcsconfig@2.0.so b/proprietary/system_ext/lib64/vendor.qti.ims.rcsconfig@2.0.so new file mode 100644 index 0000000..9245f61 Binary files /dev/null and b/proprietary/system_ext/lib64/vendor.qti.ims.rcsconfig@2.0.so differ diff --git a/proprietary/system_ext/lib64/vendor.qti.ims.rcsconfig@2.1.so b/proprietary/system_ext/lib64/vendor.qti.ims.rcsconfig@2.1.so new file mode 100644 index 0000000..9e8c2f5 Binary files /dev/null and b/proprietary/system_ext/lib64/vendor.qti.ims.rcsconfig@2.1.so differ diff --git a/proprietary/system_ext/lib64/vendor.qti.imsrtpservice@3.0.so b/proprietary/system_ext/lib64/vendor.qti.imsrtpservice@3.0.so index fcd7d4c..4159948 100644 Binary files a/proprietary/system_ext/lib64/vendor.qti.imsrtpservice@3.0.so and b/proprietary/system_ext/lib64/vendor.qti.imsrtpservice@3.0.so differ diff --git a/proprietary/system_ext/priv-app/ims/ims.apk b/proprietary/system_ext/priv-app/ims/ims.apk index 2bc3b91..f017485 100644 Binary files a/proprietary/system_ext/priv-app/ims/ims.apk and b/proprietary/system_ext/priv-app/ims/ims.apk differ diff --git a/proprietary/system_ext/priv-app/qcrilmsgtunnel/qcrilmsgtunnel.apk b/proprietary/system_ext/priv-app/qcrilmsgtunnel/qcrilmsgtunnel.apk index 289042d..fd61b87 100644 Binary files a/proprietary/system_ext/priv-app/qcrilmsgtunnel/qcrilmsgtunnel.apk and b/proprietary/system_ext/priv-app/qcrilmsgtunnel/qcrilmsgtunnel.apk differ diff --git a/proprietary/vendor/app/CneApp/CneApp.apk b/proprietary/vendor/app/CneApp/CneApp.apk index 9992f30..35adc00 100644 Binary files a/proprietary/vendor/app/CneApp/CneApp.apk and b/proprietary/vendor/app/CneApp/CneApp.apk differ diff --git a/proprietary/vendor/app/IWlanService/IWlanService.apk b/proprietary/vendor/app/IWlanService/IWlanService.apk index 1875a52..cde1682 100644 Binary files a/proprietary/vendor/app/IWlanService/IWlanService.apk and b/proprietary/vendor/app/IWlanService/IWlanService.apk differ diff --git a/proprietary/vendor/app/TimeService/TimeService.apk b/proprietary/vendor/app/TimeService/TimeService.apk index 655bb64..23488f4 100644 Binary files a/proprietary/vendor/app/TimeService/TimeService.apk and b/proprietary/vendor/app/TimeService/TimeService.apk differ diff --git a/proprietary/vendor/app/com.oneplus.gpudrivers.kona.api30/com.oneplus.gpudrivers.kona.api30.apk b/proprietary/vendor/app/com.oneplus.gpudrivers.kona.api30/com.oneplus.gpudrivers.kona.api30.apk deleted file mode 100644 index 7a739eb..0000000 Binary files a/proprietary/vendor/app/com.oneplus.gpudrivers.kona.api30/com.oneplus.gpudrivers.kona.api30.apk and /dev/null differ diff --git a/proprietary/vendor/bin/ATFWD-daemon b/proprietary/vendor/bin/ATFWD-daemon index 2ec61e9..56cdb83 100755 Binary files a/proprietary/vendor/bin/ATFWD-daemon and b/proprietary/vendor/bin/ATFWD-daemon differ diff --git a/proprietary/vendor/bin/adpl b/proprietary/vendor/bin/adpl index 70dd771..1f17c38 100755 Binary files a/proprietary/vendor/bin/adpl and b/proprietary/vendor/bin/adpl differ diff --git a/proprietary/vendor/bin/cnd b/proprietary/vendor/bin/cnd index cd02852..9d9c031 100755 Binary files a/proprietary/vendor/bin/cnd and b/proprietary/vendor/bin/cnd differ diff --git a/proprietary/vendor/bin/dpmQmiMgr b/proprietary/vendor/bin/dpmQmiMgr index d7e76a9..2d664ec 100755 Binary files a/proprietary/vendor/bin/dpmQmiMgr and b/proprietary/vendor/bin/dpmQmiMgr differ diff --git a/proprietary/vendor/bin/hw/android.hardware.gatekeeper@1.0-service-qti b/proprietary/vendor/bin/hw/android.hardware.gatekeeper@1.0-service-qti index 64838cb..bdc9a62 100644 Binary files a/proprietary/vendor/bin/hw/android.hardware.gatekeeper@1.0-service-qti and b/proprietary/vendor/bin/hw/android.hardware.gatekeeper@1.0-service-qti differ diff --git a/proprietary/vendor/bin/hw/android.hardware.gnss@2.1-service-qti b/proprietary/vendor/bin/hw/android.hardware.gnss@2.1-service-qti index cf76961..86b7c5e 100644 Binary files a/proprietary/vendor/bin/hw/android.hardware.gnss@2.1-service-qti and b/proprietary/vendor/bin/hw/android.hardware.gnss@2.1-service-qti differ diff --git a/proprietary/vendor/bin/hw/android.hardware.neuralnetworks@1.3-service-qti b/proprietary/vendor/bin/hw/android.hardware.neuralnetworks@1.3-service-qti index 50ad4f6..1fc0277 100644 Binary files a/proprietary/vendor/bin/hw/android.hardware.neuralnetworks@1.3-service-qti and b/proprietary/vendor/bin/hw/android.hardware.neuralnetworks@1.3-service-qti differ diff --git a/proprietary/vendor/bin/hw/qcrild b/proprietary/vendor/bin/hw/qcrild index 64e2a1d..aa20b07 100644 Binary files a/proprietary/vendor/bin/hw/qcrild and b/proprietary/vendor/bin/hw/qcrild differ diff --git a/proprietary/vendor/bin/hw/vendor.oneplus.hardware.param@1.0-service b/proprietary/vendor/bin/hw/vendor.oneplus.hardware.param@1.0-service deleted file mode 100644 index fc056ad..0000000 Binary files a/proprietary/vendor/bin/hw/vendor.oneplus.hardware.param@1.0-service and /dev/null differ diff --git a/proprietary/vendor/bin/hw/vendor.qti.esepowermanager@1.1-service b/proprietary/vendor/bin/hw/vendor.qti.esepowermanager@1.1-service index 619cb3f..3f7cdbf 100644 Binary files a/proprietary/vendor/bin/hw/vendor.qti.esepowermanager@1.1-service and b/proprietary/vendor/bin/hw/vendor.qti.esepowermanager@1.1-service differ diff --git a/proprietary/vendor/bin/hw/vendor.qti.hardware.alarm@1.0-service b/proprietary/vendor/bin/hw/vendor.qti.hardware.alarm@1.0-service index ff4b0ce..e16395e 100644 Binary files a/proprietary/vendor/bin/hw/vendor.qti.hardware.alarm@1.0-service and b/proprietary/vendor/bin/hw/vendor.qti.hardware.alarm@1.0-service differ diff --git a/proprietary/vendor/bin/hw/vendor.qti.hardware.capabilityconfigstore@1.0-service b/proprietary/vendor/bin/hw/vendor.qti.hardware.capabilityconfigstore@1.0-service index 3f9f88b..f77ac12 100644 Binary files a/proprietary/vendor/bin/hw/vendor.qti.hardware.capabilityconfigstore@1.0-service and b/proprietary/vendor/bin/hw/vendor.qti.hardware.capabilityconfigstore@1.0-service differ diff --git a/proprietary/vendor/bin/hw/vendor.qti.hardware.iop@2.0-service b/proprietary/vendor/bin/hw/vendor.qti.hardware.iop@2.0-service index c144f9a..ba71602 100644 Binary files a/proprietary/vendor/bin/hw/vendor.qti.hardware.iop@2.0-service and b/proprietary/vendor/bin/hw/vendor.qti.hardware.iop@2.0-service differ diff --git a/proprietary/vendor/bin/hw/vendor.qti.hardware.perf@2.2-service b/proprietary/vendor/bin/hw/vendor.qti.hardware.perf@2.2-service index e3b0871..6531118 100644 Binary files a/proprietary/vendor/bin/hw/vendor.qti.hardware.perf@2.2-service and b/proprietary/vendor/bin/hw/vendor.qti.hardware.perf@2.2-service differ diff --git a/proprietary/vendor/bin/hw/vendor.qti.hardware.qccvndhal@1.0-service b/proprietary/vendor/bin/hw/vendor.qti.hardware.qccvndhal@1.0-service index a0381e8..0cd1620 100644 Binary files a/proprietary/vendor/bin/hw/vendor.qti.hardware.qccvndhal@1.0-service and b/proprietary/vendor/bin/hw/vendor.qti.hardware.qccvndhal@1.0-service differ diff --git a/proprietary/vendor/bin/hw/vendor.qti.hardware.qseecom@1.0-service b/proprietary/vendor/bin/hw/vendor.qti.hardware.qseecom@1.0-service index 552f9f0..3209ffd 100644 Binary files a/proprietary/vendor/bin/hw/vendor.qti.hardware.qseecom@1.0-service and b/proprietary/vendor/bin/hw/vendor.qti.hardware.qseecom@1.0-service differ diff --git a/proprietary/vendor/bin/hw/vendor.qti.hardware.qteeconnector@1.0-service b/proprietary/vendor/bin/hw/vendor.qti.hardware.qteeconnector@1.0-service index 3f43ecd..766add0 100644 Binary files a/proprietary/vendor/bin/hw/vendor.qti.hardware.qteeconnector@1.0-service and b/proprietary/vendor/bin/hw/vendor.qti.hardware.qteeconnector@1.0-service differ diff --git a/proprietary/vendor/bin/hw/vendor.qti.hardware.servicetracker@1.2-service b/proprietary/vendor/bin/hw/vendor.qti.hardware.servicetracker@1.2-service index eaed0fc..ec51ad0 100644 Binary files a/proprietary/vendor/bin/hw/vendor.qti.hardware.servicetracker@1.2-service and b/proprietary/vendor/bin/hw/vendor.qti.hardware.servicetracker@1.2-service differ diff --git a/proprietary/vendor/bin/hw/vendor.qti.hardware.soter@1.0-service b/proprietary/vendor/bin/hw/vendor.qti.hardware.soter@1.0-service index e23ec2d..e72241d 100644 Binary files a/proprietary/vendor/bin/hw/vendor.qti.hardware.soter@1.0-service and b/proprietary/vendor/bin/hw/vendor.qti.hardware.soter@1.0-service differ diff --git a/proprietary/vendor/bin/hw/vendor.qti.hardware.tui_comm@1.0-service-qti b/proprietary/vendor/bin/hw/vendor.qti.hardware.tui_comm@1.0-service-qti index 148b55a..a749efc 100644 Binary files a/proprietary/vendor/bin/hw/vendor.qti.hardware.tui_comm@1.0-service-qti and b/proprietary/vendor/bin/hw/vendor.qti.hardware.tui_comm@1.0-service-qti differ diff --git a/proprietary/vendor/bin/ims_rtp_daemon b/proprietary/vendor/bin/ims_rtp_daemon index e1167b5..5f69c08 100755 Binary files a/proprietary/vendor/bin/ims_rtp_daemon and b/proprietary/vendor/bin/ims_rtp_daemon differ diff --git a/proprietary/vendor/bin/imsdatadaemon b/proprietary/vendor/bin/imsdatadaemon index b3806c2..1063ad8 100755 Binary files a/proprietary/vendor/bin/imsdatadaemon and b/proprietary/vendor/bin/imsdatadaemon differ diff --git a/proprietary/vendor/bin/imsqmidaemon b/proprietary/vendor/bin/imsqmidaemon index 2e64de1..5cb2d8e 100755 Binary files a/proprietary/vendor/bin/imsqmidaemon and b/proprietary/vendor/bin/imsqmidaemon differ diff --git a/proprietary/vendor/bin/imsrcsd b/proprietary/vendor/bin/imsrcsd index 82e3e58..3ec2670 100755 Binary files a/proprietary/vendor/bin/imsrcsd and b/proprietary/vendor/bin/imsrcsd differ diff --git a/proprietary/vendor/bin/irsc_util b/proprietary/vendor/bin/irsc_util index cf2542c..bf79f38 100755 Binary files a/proprietary/vendor/bin/irsc_util and b/proprietary/vendor/bin/irsc_util differ diff --git a/proprietary/vendor/bin/ks b/proprietary/vendor/bin/ks index 2fea801..23a4ba5 100755 Binary files a/proprietary/vendor/bin/ks and b/proprietary/vendor/bin/ks differ diff --git a/proprietary/vendor/bin/loc_launcher b/proprietary/vendor/bin/loc_launcher index 410f938..78cd6ab 100755 Binary files a/proprietary/vendor/bin/loc_launcher and b/proprietary/vendor/bin/loc_launcher differ diff --git a/proprietary/vendor/bin/lowi-server b/proprietary/vendor/bin/lowi-server index 399bb82..7c8dce8 100755 Binary files a/proprietary/vendor/bin/lowi-server and b/proprietary/vendor/bin/lowi-server differ diff --git a/proprietary/vendor/bin/mlid b/proprietary/vendor/bin/mlid index 697ea01..917e1ff 100755 Binary files a/proprietary/vendor/bin/mlid and b/proprietary/vendor/bin/mlid differ diff --git a/proprietary/vendor/bin/msm_irqbalance b/proprietary/vendor/bin/msm_irqbalance index f3361be..bd0595a 100755 Binary files a/proprietary/vendor/bin/msm_irqbalance and b/proprietary/vendor/bin/msm_irqbalance differ diff --git a/proprietary/vendor/bin/netmgrd b/proprietary/vendor/bin/netmgrd index a9b0134..1d4d2a9 100755 Binary files a/proprietary/vendor/bin/netmgrd and b/proprietary/vendor/bin/netmgrd differ diff --git a/proprietary/vendor/bin/pd-mapper b/proprietary/vendor/bin/pd-mapper index 982e9be..18116e5 100755 Binary files a/proprietary/vendor/bin/pd-mapper and b/proprietary/vendor/bin/pd-mapper differ diff --git a/proprietary/vendor/bin/pm-proxy b/proprietary/vendor/bin/pm-proxy index e66cbad..2238e41 100755 Binary files a/proprietary/vendor/bin/pm-proxy and b/proprietary/vendor/bin/pm-proxy differ diff --git a/proprietary/vendor/bin/pm-service b/proprietary/vendor/bin/pm-service index 4c3c5dc..83f17f1 100755 Binary files a/proprietary/vendor/bin/pm-service and b/proprietary/vendor/bin/pm-service differ diff --git a/proprietary/vendor/bin/port-bridge b/proprietary/vendor/bin/port-bridge index 8ee4391..b9aafed 100755 Binary files a/proprietary/vendor/bin/port-bridge and b/proprietary/vendor/bin/port-bridge differ diff --git a/proprietary/vendor/bin/power_off_alarm b/proprietary/vendor/bin/power_off_alarm index 2a3fc2e..96c426b 100755 Binary files a/proprietary/vendor/bin/power_off_alarm and b/proprietary/vendor/bin/power_off_alarm differ diff --git a/proprietary/vendor/bin/qmipriod b/proprietary/vendor/bin/qmipriod index c3e6902..399d8af 100755 Binary files a/proprietary/vendor/bin/qmipriod and b/proprietary/vendor/bin/qmipriod differ diff --git a/proprietary/vendor/bin/qrtr-cfg b/proprietary/vendor/bin/qrtr-cfg index 3dd0ea1..84d69ea 100755 Binary files a/proprietary/vendor/bin/qrtr-cfg and b/proprietary/vendor/bin/qrtr-cfg differ diff --git a/proprietary/vendor/bin/qrtr-lookup b/proprietary/vendor/bin/qrtr-lookup index fc0697f..62d0ee0 100755 Binary files a/proprietary/vendor/bin/qrtr-lookup and b/proprietary/vendor/bin/qrtr-lookup differ diff --git a/proprietary/vendor/bin/qrtr-ns b/proprietary/vendor/bin/qrtr-ns index d3c3baf..9c00a38 100755 Binary files a/proprietary/vendor/bin/qrtr-ns and b/proprietary/vendor/bin/qrtr-ns differ diff --git a/proprietary/vendor/bin/qseecomd b/proprietary/vendor/bin/qseecomd index 3a4a81f..c9d2ba4 100755 Binary files a/proprietary/vendor/bin/qseecomd and b/proprietary/vendor/bin/qseecomd differ diff --git a/proprietary/vendor/bin/qti b/proprietary/vendor/bin/qti index 7c7c095..0338613 100755 Binary files a/proprietary/vendor/bin/qti and b/proprietary/vendor/bin/qti differ diff --git a/proprietary/vendor/bin/rmt_storage b/proprietary/vendor/bin/rmt_storage new file mode 100755 index 0000000..57cd824 Binary files /dev/null and b/proprietary/vendor/bin/rmt_storage differ diff --git a/proprietary/vendor/bin/slim_daemon b/proprietary/vendor/bin/slim_daemon index 370f810..26ca4d4 100755 Binary files a/proprietary/vendor/bin/slim_daemon and b/proprietary/vendor/bin/slim_daemon differ diff --git a/proprietary/vendor/bin/ssgqmigd b/proprietary/vendor/bin/ssgqmigd deleted file mode 100755 index 3730b9f..0000000 Binary files a/proprietary/vendor/bin/ssgqmigd and /dev/null differ diff --git a/proprietary/vendor/bin/ssgtzd b/proprietary/vendor/bin/ssgtzd index 912d7d5..c0220b7 100755 Binary files a/proprietary/vendor/bin/ssgtzd and b/proprietary/vendor/bin/ssgtzd differ diff --git a/proprietary/vendor/bin/tftp_server b/proprietary/vendor/bin/tftp_server index 0439fbf..ff7af7d 100755 Binary files a/proprietary/vendor/bin/tftp_server and b/proprietary/vendor/bin/tftp_server differ diff --git a/proprietary/vendor/bin/thermal-engine b/proprietary/vendor/bin/thermal-engine index e735aaa..5dba4eb 100755 Binary files a/proprietary/vendor/bin/thermal-engine and b/proprietary/vendor/bin/thermal-engine differ diff --git a/proprietary/vendor/bin/time_daemon b/proprietary/vendor/bin/time_daemon index 89b0876..3578837 100755 Binary files a/proprietary/vendor/bin/time_daemon and b/proprietary/vendor/bin/time_daemon differ diff --git a/proprietary/vendor/bin/vendor.qti.qspmhal@1.0-service b/proprietary/vendor/bin/vendor.qti.qspmhal@1.0-service index 37d1c4c..fee3356 100755 Binary files a/proprietary/vendor/bin/vendor.qti.qspmhal@1.0-service and b/proprietary/vendor/bin/vendor.qti.qspmhal@1.0-service differ diff --git a/proprietary/vendor/bin/vppservice b/proprietary/vendor/bin/vppservice index e8a555e..3db3c26 100755 Binary files a/proprietary/vendor/bin/vppservice and b/proprietary/vendor/bin/vppservice differ diff --git a/proprietary/vendor/bin/xtra-daemon b/proprietary/vendor/bin/xtra-daemon index 8f10b41..101382d 100755 Binary files a/proprietary/vendor/bin/xtra-daemon and b/proprietary/vendor/bin/xtra-daemon differ diff --git a/proprietary/vendor/bin/xtwifi-client b/proprietary/vendor/bin/xtwifi-client index 6e1c843..d50a888 100755 Binary files a/proprietary/vendor/bin/xtwifi-client and b/proprietary/vendor/bin/xtwifi-client differ diff --git a/proprietary/vendor/bin/xtwifi-inet-agent b/proprietary/vendor/bin/xtwifi-inet-agent index b7f9c99..7a2d557 100755 Binary files a/proprietary/vendor/bin/xtwifi-inet-agent and b/proprietary/vendor/bin/xtwifi-inet-agent differ diff --git a/proprietary/vendor/etc/cne/SwimConfig.xml b/proprietary/vendor/etc/cne/SwimConfig.xml new file mode 100644 index 0000000..5ad5fb4 --- /dev/null +++ b/proprietary/vendor/etc/cne/SwimConfig.xml @@ -0,0 +1,70 @@ + + + + + 1.0 + + + ON + + + + 365 + + + 10 + + + 900 + 900 + 900 + + 5 + + + + + 60 + 2 + 4 + + + 70 + 2 + 4 + + + http://cne.qualcomm.com/cne/v1/bqe/traffic + https://cne-post.qualcomm.com/cne/v1/bqe/findings + + 0 + 4000000 + 1360 + 250 + 1 + 7 + 10800 + 10080 + 1440 + + + + 7 + 3600 + 5 + 0.05 + https://cne-ssl.qualcomm.com/cne/v1/icd/wifi-data + http://cne.qualcomm.com/cne/v1/icd + + + 3000 + 0.15 + 2 + 2 + 0.8 + 3600 + + + diff --git a/proprietary/vendor/etc/cne/andsfCne.xml b/proprietary/vendor/etc/cne/andsfCne.xml new file mode 100644 index 0000000..c29d82d --- /dev/null +++ b/proprietary/vendor/etc/cne/andsfCne.xml @@ -0,0 +1,388 @@ + + + + Qualcomm + FFA + + 5.0 + Test 1 + + + + + false + true + + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + + + + 60 + 3 + + someauthapp1 + someauthapp2 + someauthapp3 + + + + + + + + + + false + + false + + 400 + + 1000000 + + 20 + + 0.2 + + + + + + + + + + + + + -86,-86 + + + -91,-91 + + 5 + + -91 + + + 2 + + 120 + + 0.36 + + 0.05 + + 19 + + 5 + + 0 + + 0.01 + + 1 + + 0.82 + + 6 + + 9 + + 3 + + 100 + + 300 + + 0.25 + + 10 + + 80 + + 1000000 + + + + + + + + -86,-86 + + + -91,-91 + + -72 + + 5 + + -91 + + + 2 + + 120 + + 0.5 + + 3 + + 2 + + + + 0.25 + + + 0.2347 + + + 0.0489 + + + + 0.22 + + + 0.2281 + + + 0.1314 + + + + + + + + + diff --git a/proprietary/vendor/etc/cne/mwqem.conf b/proprietary/vendor/etc/cne/mwqem.conf new file mode 100644 index 0000000..fb44c05 --- /dev/null +++ b/proprietary/vendor/etc/cne/mwqem.conf @@ -0,0 +1,17 @@ +#configuration parameters for Multi-network Wireless Quality Estimation and Management. + +#Number of previous latency iterations to track to decide the better LQS interface +latency_count:3 +#Threshold in ms to decide the better interface for LQS. +latency_threshold:10 +#Number of tcp connections to be established in each latency session +max_tcp_connects:3 +#Max waiting time for a dns query to be resolved +dns_timeout:9 +#Minimum change in mwqem ratio to update the new LQA ratio +lqa_update_threshold:0.25 +#Timer in msec to track the lqs updates. Only one update will be allowed +#in this duration +lqa_update_count_timer:10000 +#default URL for establishing a tcp sessions +mwqem_http_url:www.qualcomm.com \ No newline at end of file diff --git a/proprietary/vendor/etc/cne/profileSlm.xml b/proprietary/vendor/etc/cne/profileMwqem.xml similarity index 100% rename from proprietary/vendor/etc/cne/profileSlm.xml rename to proprietary/vendor/etc/cne/profileMwqem.xml diff --git a/proprietary/vendor/etc/cne/slm.conf b/proprietary/vendor/etc/cne/slm.conf deleted file mode 100644 index 5bdf52d..0000000 --- a/proprietary/vendor/etc/cne/slm.conf +++ /dev/null @@ -1,17 +0,0 @@ -#configuration parameters for Smart Link Management. - -#Number of previous latency iterations to track to decide the better SLS interface -latency_count:3 -#Threshold in ms to decide the better interface for SLS. -latency_threshold:10 -#Number of tcp connections to be established in each latency session -max_tcp_connects:3 -#Max waiting time for a dns query to be resolved -dns_timeout:9 -#Minimum change in slm ratio to update the new SLA ratio -sla_update_threshold:0.25 -#Timer in msec to track the sls updates. Only one update will be allowed -#in this duration -sla_update_count_timer:10000 -#default URL for establishing a tcp sessions -slm_http_url:www.qualcomm.com \ No newline at end of file diff --git a/proprietary/vendor/etc/data/dsi_config.xml b/proprietary/vendor/etc/data/dsi_config.xml index f64eb6f..14d9028 100644 --- a/proprietary/vendor/etc/data/dsi_config.xml +++ b/proprietary/vendor/etc/data/dsi_config.xml @@ -1,7 +1,7 @@ @@ -1258,5 +1258,139 @@ rmnet_data16 + + + + + 1 + 1 + rmnet_ipa0 + 1 + + 1 + rmnet0 + + 17 + + rmnet_data0 + rmnet_data1 + rmnet_data2 + rmnet_data3 + rmnet_data4 + rmnet_data5 + rmnet_data6 + rmnet_data7 + rmnet_data8 + rmnet_data9 + rmnet_data10 + rmnet_data11 + rmnet_data12 + rmnet_data13 + rmnet_data14 + rmnet_data15 + rmnet_data16 + + + + rmnet_data0 + rmnet_data1 + rmnet_data2 + rmnet_data3 + rmnet_data4 + rmnet_data5 + rmnet_data6 + rmnet_data7 + rmnet_data8 + rmnet_data9 + rmnet_data10 + rmnet_data11 + rmnet_data12 + rmnet_data13 + rmnet_data14 + rmnet_data15 + rmnet_data16 + + + + + + + 1 + 1 + rmnet_ipa0 + 1 + + 1 + rmnet0 + + 11 + + rmnet_data0 + rmnet_data1 + rmnet_data2 + rmnet_data3 + rmnet_data4 + rmnet_data5 + rmnet_data6 + rmnet_data7 + rmnet_data8 + rmnet_data9 + rmnet_data10 + + + + rmnet_data0 + rmnet_data1 + rmnet_data2 + rmnet_data3 + rmnet_data4 + rmnet_data5 + rmnet_data6 + rmnet_data7 + rmnet_data8 + rmnet_data9 + rmnet_data10 + + + + + + + 1 + 1 + rmnet_ipa0 + 1 + + 1 + rmnet0 + + 11 + + rmnet_data0 + rmnet_data1 + rmnet_data2 + rmnet_data3 + rmnet_data4 + rmnet_data5 + rmnet_data6 + rmnet_data7 + rmnet_data8 + rmnet_data9 + rmnet_data10 + + + rmnet_data0 + rmnet_data1 + rmnet_data2 + rmnet_data3 + rmnet_data4 + rmnet_data5 + rmnet_data6 + rmnet_data7 + rmnet_data8 + rmnet_data9 + rmnet_data10 + + diff --git a/proprietary/vendor/etc/data/netmgr_config.xml b/proprietary/vendor/etc/data/netmgr_config.xml index 13aa513..acec47d 100644 --- a/proprietary/vendor/etc/data/netmgr_config.xml +++ b/proprietary/vendor/etc/data/netmgr_config.xml @@ -1,7 +1,7 @@ @@ -2165,9 +2165,6 @@ 0 1 1 - - 1 - 2 0 @@ -2384,9 +2381,6 @@ 0 2 13 - - 1 - 0 1 0 @@ -2576,7 +2570,7 @@ 1 1 1 - 1 + 2 100000 1 1 @@ -2585,9 +2579,6 @@ 1 2 125 - - 1 - 0 1 9216 @@ -2702,9 +2693,6 @@ 2 2 125 - - 1 - 0 1 1 @@ -2850,9 +2838,6 @@ 2 2 125 - - 1 - 0 1500 @@ -3094,9 +3079,6 @@ 4 - - 1 - @@ -3134,6 +3116,7 @@ 1 1 1 + 1 100000 1500 @@ -3240,4 +3223,369 @@ 4 + + + + + 1 + 0 + 10000 + 1 + 4 + 1 + 1 + 1 + 1 + + 1 + rmnet0 + DATA5_CNTL + 1 + 63 + 64844 + 32 + 16384 + 1000000 + 1 + 9 + 9 + 1 + 1 + 2 + 2 + rmnet_ipa0 + 1 + 1 + 1 + 1 + 1 + 1 + 100000 + 1500 + + 1 + 1 + 1400 + 2 + 2 + 125 + 1 + 9216 + 1 + 2 + + 1 + 0 + + + 17 + + rmnet_data0 + rmnet_data1 + rmnet_data2 + rmnet_data3 + rmnet_data4 + rmnet_data5 + rmnet_data6 + rmnet_data7 + rmnet_data8 + rmnet_data9 + rmnet_data10 + rmnet_data11 + rmnet_data12 + rmnet_data13 + rmnet_data14 + rmnet_data15 + rmnet_data16 + + + 17 + + rmnet_data0 + rmnet_data1 + rmnet_data2 + rmnet_data3 + rmnet_data4 + rmnet_data5 + rmnet_data6 + rmnet_data7 + rmnet_data8 + rmnet_data9 + rmnet_data10 + rmnet_data11 + rmnet_data12 + rmnet_data13 + rmnet_data14 + rmnet_data15 + rmnet_data16 + + + 6 + + + 1 + 16 + + r_rmnet_data0 + r_rmnet_data1 + r_rmnet_data2 + r_rmnet_data3 + r_rmnet_data4 + r_rmnet_data5 + r_rmnet_data6 + r_rmnet_data7 + r_rmnet_data8 + r_rmnet_data9 + r_rmnet_data10 + r_rmnet_data11 + r_rmnet_data12 + r_rmnet_data13 + r_rmnet_data14 + r_rmnet_data15 + + + 16 + + r_rmnet_data0 + r_rmnet_data1 + r_rmnet_data2 + r_rmnet_data3 + r_rmnet_data4 + r_rmnet_data5 + r_rmnet_data6 + r_rmnet_data7 + r_rmnet_data8 + r_rmnet_data9 + r_rmnet_data10 + r_rmnet_data11 + r_rmnet_data12 + r_rmnet_data13 + r_rmnet_data14 + r_rmnet_data15 + + + 4 + + + + + + 1 + 0 + 10000 + 1 + 0 + 0 + 0 + 1 + + 1 + rmnet0 + DATA5_CNTL + 1 + 10 + 8192 + 0 + 0 + 0 + 0 + 8 + 8 + 1 + 1 + 0 + 0 + rmnet_ipa0 + 1 + 0 + 0 + 0 + 1 + 1 + 10000 + 1500 + + 1 + 1 + 1400 + 0 + 2 + 12 + 1 + 9216 + 1 + 2 + + 1 + 0 + + + 11 + + rmnet_data0 + rmnet_data1 + rmnet_data2 + rmnet_data3 + rmnet_data4 + rmnet_data5 + rmnet_data6 + rmnet_data7 + rmnet_data8 + rmnet_data9 + rmnet_data10 + + + 11 + + rmnet_data0 + rmnet_data1 + rmnet_data2 + rmnet_data3 + rmnet_data4 + rmnet_data5 + rmnet_data6 + rmnet_data7 + rmnet_data8 + rmnet_data9 + rmnet_data10 + + + 6 + + + 1 + 9 + + r_rmnet_data0 + r_rmnet_data1 + r_rmnet_data2 + r_rmnet_data3 + r_rmnet_data4 + r_rmnet_data5 + r_rmnet_data6 + r_rmnet_data7 + r_rmnet_data8 + + + 9 + + r_rmnet_data0 + r_rmnet_data1 + r_rmnet_data2 + r_rmnet_data3 + r_rmnet_data4 + r_rmnet_data5 + r_rmnet_data6 + r_rmnet_data7 + r_rmnet_data8 + + + 4 + + + + + + 1 + 0 + 10000 + 1 + 1 + + 1 + rmnet0 + DATA5_CNTL + + 155000000 + 1 + 25000 + + 1 + 10 + 8192 + 0 + 0 + 8 + 8 + 1 + 1 + rmnet_ipa0 + 1 + 1 + 10000 + + 1 + 1 + 1400 + 2 + 12 + 0 + 2 + 1 + 1 + + 2 + + 1 + 0 + + + 11 + + rmnet_data0 + rmnet_data1 + rmnet_data2 + rmnet_data3 + rmnet_data4 + rmnet_data5 + rmnet_data6 + rmnet_data7 + rmnet_data8 + rmnet_data9 + rmnet_data10 + + + 11 + + rmnet_data0 + rmnet_data1 + rmnet_data2 + rmnet_data3 + rmnet_data4 + rmnet_data5 + rmnet_data6 + rmnet_data7 + rmnet_data8 + rmnet_data9 + rmnet_data10 + + + + 1 + 9 + + r_rmnet_data0 + r_rmnet_data1 + r_rmnet_data2 + r_rmnet_data3 + r_rmnet_data4 + r_rmnet_data5 + r_rmnet_data6 + r_rmnet_data7 + r_rmnet_data8 + + + 9 + + r_rmnet_data0 + r_rmnet_data1 + r_rmnet_data2 + r_rmnet_data3 + r_rmnet_data4 + r_rmnet_data5 + r_rmnet_data6 + r_rmnet_data7 + r_rmnet_data8 + + diff --git a/proprietary/vendor/etc/default-permissions/com.qualcomm.qti.cne.xml b/proprietary/vendor/etc/default-permissions/com.qualcomm.qti.cne.xml index 1d7f3b2..7e89700 100644 --- a/proprietary/vendor/etc/default-permissions/com.qualcomm.qti.cne.xml +++ b/proprietary/vendor/etc/default-permissions/com.qualcomm.qti.cne.xml @@ -13,6 +13,7 @@ It allows additional grants on top of privapp-permissions-platform.xml + diff --git a/proprietary/vendor/etc/init/android.hardware.gatekeeper@1.0-service-qti.rc b/proprietary/vendor/etc/init/android.hardware.gatekeeper@1.0-service-qti.rc index 4c5e37a..47091e6 100644 --- a/proprietary/vendor/etc/init/android.hardware.gatekeeper@1.0-service-qti.rc +++ b/proprietary/vendor/etc/init/android.hardware.gatekeeper@1.0-service-qti.rc @@ -1,7 +1,3 @@ -on property:vendor.keymaster.strongbox.version=* - enable gatekeeper-1-0 - start gatekeeper-1-0 - service gatekeeper-1-0 /vendor/bin/hw/android.hardware.gatekeeper@1.0-service-qti class early_hal user system diff --git a/proprietary/vendor/etc/init/netmgrd.rc b/proprietary/vendor/etc/init/netmgrd.rc index 47be52f..755090a 100644 --- a/proprietary/vendor/etc/init/netmgrd.rc +++ b/proprietary/vendor/etc/init/netmgrd.rc @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2020 Qualcomm Technologies, Inc. +# Copyright (c) 2019-2021 Qualcomm Technologies, Inc. # All Rights Reserved. # Confidential and Proprietary - Qualcomm Technologies, Inc. # diff --git a/proprietary/vendor/etc/init/ssgtzd.rc b/proprietary/vendor/etc/init/ssgtzd.rc index 1db24c7..3d11b3c 100644 --- a/proprietary/vendor/etc/init/ssgtzd.rc +++ b/proprietary/vendor/etc/init/ssgtzd.rc @@ -1,4 +1,4 @@ -# Copyright (c) 2019 Qualcomm Technologies, Inc. +# Copyright (c) 2019,2021 Qualcomm Technologies, Inc. # All Rights Reserved. # Confidential and Proprietary - Qualcomm Technologies, Inc. @@ -7,8 +7,8 @@ on post-fs-data mkdir /data/vendor/qwes 0755 system system -# Start daemon after boot completed -on property:sys.boot_completed=1 +# Start daemon on early-boot +on early-boot start vendor.ssgtzd # Used 'disabled' flag, so daemon won't be started until explicit start diff --git a/proprietary/vendor/etc/init/vendor.oneplus.hardware.param@1.0-service.rc b/proprietary/vendor/etc/init/vendor.oneplus.hardware.param@1.0-service.rc deleted file mode 100644 index dd5ec6a..0000000 --- a/proprietary/vendor/etc/init/vendor.oneplus.hardware.param@1.0-service.rc +++ /dev/null @@ -1,4 +0,0 @@ -service oneplus_param_service /vendor/bin/hw/vendor.oneplus.hardware.param@1.0-service - class hal - user system - group system diff --git a/proprietary/vendor/etc/perf/commonresourceconfigs.xml b/proprietary/vendor/etc/perf/commonresourceconfigs.xml index fee1c11..3f40225 100644 --- a/proprietary/vendor/etc/perf/commonresourceconfigs.xml +++ b/proprietary/vendor/etc/perf/commonresourceconfigs.xml @@ -107,6 +107,14 @@ need to be added just before the end of it's major group. --> + + + + + + + + @@ -162,6 +170,9 @@ need to be added just before the end of it's major group. --> + + + @@ -213,7 +224,7 @@ need to be added just before the end of it's major group. --> - + @@ -236,6 +247,9 @@ need to be added just before the end of it's major group. --> + + + @@ -259,6 +273,14 @@ need to be added just before the end of it's major group. --> + + + + + + + + diff --git a/proprietary/vendor/etc/perf/perfboostsconfig.xml b/proprietary/vendor/etc/perf/perfboostsconfig.xml index 1977f70..fd0f8e0 100644 --- a/proprietary/vendor/etc/perf/perfboostsconfig.xml +++ b/proprietary/vendor/etc/perf/perfboostsconfig.xml @@ -45,7 +45,7 @@ + 0x40800000, 1555, 0x40800100, 1516" /> @@ -232,6 +232,11 @@ Resources="0x43010000, 0x26, 0x40800000, 2073, 0x40800100, 1516, 0x40C00000, 2, 0x40C74000, 0xC0, 0x40408000, 0x27" /> + + @@ -294,6 +299,11 @@ Resources="0x43010000, 0x26, 0x40800000, 2073, 0x40800100, 1516, 0x40C00000, 2, 0x40C74000, 0xC0, 0x40408000, 0x27" /> + + @@ -356,6 +366,11 @@ Resources="0x43010000, 0x26, 0x40800000, 2073, 0x40800100, 1516, 0x40C00000, 2, 0x40C74000, 0xC0, 0x40408000, 0x27" /> + + @@ -382,8 +397,8 @@ + Resources="0x40C00000, 0x1, 0x40804000, 0xFFF, 0x40804100, 0xFFF, 0x40800000, 1555, + 0x40800100, 1516, 0x42C10000, 0x1, 0x40408000, 0x19" /> @@ -489,6 +504,10 @@ Id="0x00001087" Type="1" Enable="true" Timeout="0" Target="lagoon" Fps="120" Resources="0x40800000, 1036, 0x40800100, 1017, 0x40C00000, 2" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proprietary/vendor/etc/perf/perfconfigstore.xml b/proprietary/vendor/etc/perf/perfconfigstore.xml index 0f16f6c..d9f94a2 100644 --- a/proprietary/vendor/etc/perf/perfconfigstore.xml +++ b/proprietary/vendor/etc/perf/perfconfigstore.xml @@ -25,7 +25,7 @@ property Name is called. --> Variant=bengal -> bengal 64 bit target Resolution="1080p", "2560", "720p", "HD+" Kernel: kernel version, examples: "4.19", "5.4", etc - Ram: ram size in GB, examples: "1","2","3","4" (4 for target with >= 4GB of RAM as well) + Ram: ram size in GB, examples: "1","2","3","4","6","8","10","12" (12 for target with >= 12GB of RAM as well) _______________________________________________________________________________________________ --> diff --git a/proprietary/vendor/etc/perf/targetresourceconfigs.xml b/proprietary/vendor/etc/perf/targetresourceconfigs.xml index 7edfddc..9a64feb 100644 --- a/proprietary/vendor/etc/perf/targetresourceconfigs.xml +++ b/proprietary/vendor/etc/perf/targetresourceconfigs.xml @@ -39,6 +39,8 @@ as anyway perflock calls of these resources would fail. --> + + diff --git a/proprietary/vendor/etc/powerhint.xml b/proprietary/vendor/etc/powerhint.xml index 488ce9b..450e8c7 100644 --- a/proprietary/vendor/etc/powerhint.xml +++ b/proprietary/vendor/etc/powerhint.xml @@ -107,7 +107,7 @@ Resources="0x40C68100, 0xFFFFFFFA, 0x40C68110, 0xFFFFFFFA, 0x40C68120, 0xFFFFFFFA, 0x40C68130, 0xFFFFFFFA, 0x40C68140, 0xFFFFFFFA, 0x40C68150, 0xFFFFFFFA, 0x4181C000, 0xC8, 0x41830000, 0, 0x4183C000, 0xA, 0x43034000, 0x14, 0x4182C000, 0, - 0x41000100, 6, 0x41808000, 100,0x40800000,0x76C, 0x40800100 ,0x6AC"/> + 0x41000100, 6, 0x41808000, 100"/> @@ -551,222 +551,6 @@ Id="0x00001301" Enable="true" Timeout="0" Target="lagoon" Resources="0x40800000, 0x4CC, 0x40800100, 0x4CC, 0x40804000, 0x4CC, 0x40804100, 0x4CC, 0X4280C000, 0x163, 0X42810000, 0x163, 0x42814000, 0x0"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/proprietary/vendor/etc/seccomp_policy/imsrtp.policy b/proprietary/vendor/etc/seccomp_policy/imsrtp.policy index 3ed54f6..38dc4c9 100644 --- a/proprietary/vendor/etc/seccomp_policy/imsrtp.policy +++ b/proprietary/vendor/etc/seccomp_policy/imsrtp.policy @@ -92,4 +92,4 @@ sched_getaffinity: 1 socket: 1 process_vm_readv: 1 tgkill: 1 - +sigreturn: 1 diff --git a/proprietary/vendor/etc/ssg/ta_config.json b/proprietary/vendor/etc/ssg/ta_config.json index 22a3ccf..54b74b4 100644 --- a/proprietary/vendor/etc/ssg/ta_config.json +++ b/proprietary/vendor/etc/ssg/ta_config.json @@ -5,7 +5,6 @@ Confidential and Proprietary - Qualcomm Technologies, Inc. *********************************************************************/ { "embedded_ta_images": [ - { "name":"rtice"}, { "name":"qwes"}, { "name":"tzsc"} ], @@ -15,7 +14,6 @@ Confidential and Proprietary - Qualcomm Technologies, Inc. { "path":"/vendor/firmware_mnt/image/haventkn.mbn"}, { "path":"/vendor/firmware/image/haventkn.mbn"}, { "path":"/vendor/firmware_mnt/image/tzsc.mbn"}, - { "path":"/vendor/firmware_mnt/image/rtice.mbn"}, - { "path":"/vendor/firmware_mnt/image/rtic.mbn"} + { "path":"/vendor/firmware_mnt/image/rtice.mbn"} ] } diff --git a/proprietary/vendor/firmware/a615_zap.b01 b/proprietary/vendor/firmware/a615_zap.b01 index dcd91a5..b9b5d12 100644 Binary files a/proprietary/vendor/firmware/a615_zap.b01 and b/proprietary/vendor/firmware/a615_zap.b01 differ diff --git a/proprietary/vendor/firmware/a615_zap.elf b/proprietary/vendor/firmware/a615_zap.elf index 7e1e1c0..50491f4 100644 Binary files a/proprietary/vendor/firmware/a615_zap.elf and b/proprietary/vendor/firmware/a615_zap.elf differ diff --git a/proprietary/vendor/firmware/a615_zap.mdt b/proprietary/vendor/firmware/a615_zap.mdt index 9a8563d..12bf3d9 100644 Binary files a/proprietary/vendor/firmware/a615_zap.mdt and b/proprietary/vendor/firmware/a615_zap.mdt differ diff --git a/proprietary/vendor/lib/egl/eglSubDriverAndroid.so b/proprietary/vendor/lib/egl/eglSubDriverAndroid.so index d5df84b..9fdaf94 100644 Binary files a/proprietary/vendor/lib/egl/eglSubDriverAndroid.so and b/proprietary/vendor/lib/egl/eglSubDriverAndroid.so differ diff --git a/proprietary/vendor/lib/egl/libEGL_adreno.so b/proprietary/vendor/lib/egl/libEGL_adreno.so index b6d70f1..4a41ad8 100644 Binary files a/proprietary/vendor/lib/egl/libEGL_adreno.so and b/proprietary/vendor/lib/egl/libEGL_adreno.so differ diff --git a/proprietary/vendor/lib/egl/libGLESv1_CM_adreno.so b/proprietary/vendor/lib/egl/libGLESv1_CM_adreno.so index 7f5821d..e4d40d7 100644 Binary files a/proprietary/vendor/lib/egl/libGLESv1_CM_adreno.so and b/proprietary/vendor/lib/egl/libGLESv1_CM_adreno.so differ diff --git a/proprietary/vendor/lib/egl/libGLESv2_adreno.so b/proprietary/vendor/lib/egl/libGLESv2_adreno.so index 3731ff0..6f4d46d 100644 Binary files a/proprietary/vendor/lib/egl/libGLESv2_adreno.so and b/proprietary/vendor/lib/egl/libGLESv2_adreno.so differ diff --git a/proprietary/vendor/lib/egl/libq3dtools_adreno.so b/proprietary/vendor/lib/egl/libq3dtools_adreno.so index a9f99be..dbd497e 100644 Binary files a/proprietary/vendor/lib/egl/libq3dtools_adreno.so and b/proprietary/vendor/lib/egl/libq3dtools_adreno.so differ diff --git a/proprietary/vendor/lib/egl/libq3dtools_esx.so b/proprietary/vendor/lib/egl/libq3dtools_esx.so index 666c53c..f93bf98 100644 Binary files a/proprietary/vendor/lib/egl/libq3dtools_esx.so and b/proprietary/vendor/lib/egl/libq3dtools_esx.so differ diff --git a/proprietary/vendor/lib/hw/sound_trigger.primary.lito.so b/proprietary/vendor/lib/hw/sound_trigger.primary.lito.so index 578eab5..4a8a8c7 100644 Binary files a/proprietary/vendor/lib/hw/sound_trigger.primary.lito.so and b/proprietary/vendor/lib/hw/sound_trigger.primary.lito.so differ diff --git a/proprietary/vendor/lib/hw/vendor.qti.hardware.capabilityconfigstore@1.0-impl.so b/proprietary/vendor/lib/hw/vendor.qti.hardware.capabilityconfigstore@1.0-impl.so deleted file mode 100644 index 569b27b..0000000 Binary files a/proprietary/vendor/lib/hw/vendor.qti.hardware.capabilityconfigstore@1.0-impl.so and /dev/null differ diff --git a/proprietary/vendor/lib/hw/vulkan.adreno.so b/proprietary/vendor/lib/hw/vulkan.adreno.so index 50057c7..6aa7bc1 100644 Binary files a/proprietary/vendor/lib/hw/vulkan.adreno.so and b/proprietary/vendor/lib/hw/vulkan.adreno.so differ diff --git a/proprietary/vendor/lib/libAlacSwDec.so b/proprietary/vendor/lib/libAlacSwDec.so index 2eaeed0..14526e4 100644 Binary files a/proprietary/vendor/lib/libAlacSwDec.so and b/proprietary/vendor/lib/libAlacSwDec.so differ diff --git a/proprietary/vendor/lib/libApeSwDec.so b/proprietary/vendor/lib/libApeSwDec.so index 3af9a88..8a490a8 100644 Binary files a/proprietary/vendor/lib/libApeSwDec.so and b/proprietary/vendor/lib/libApeSwDec.so differ diff --git a/proprietary/vendor/lib/libC2D2.so b/proprietary/vendor/lib/libC2D2.so index 3d53c2d..fb8330d 100644 Binary files a/proprietary/vendor/lib/libC2D2.so and b/proprietary/vendor/lib/libC2D2.so differ diff --git a/proprietary/vendor/lib/libCB.so b/proprietary/vendor/lib/libCB.so index fc63dfc..6415928 100644 Binary files a/proprietary/vendor/lib/libCB.so and b/proprietary/vendor/lib/libCB.so differ diff --git a/proprietary/vendor/lib/libFlacSwDec.so b/proprietary/vendor/lib/libFlacSwDec.so index 4189b90..110272a 100644 Binary files a/proprietary/vendor/lib/libFlacSwDec.so and b/proprietary/vendor/lib/libFlacSwDec.so differ diff --git a/proprietary/vendor/lib/libMpeg4SwEncoder.so b/proprietary/vendor/lib/libMpeg4SwEncoder.so index a367e4b..84b0e40 100644 Binary files a/proprietary/vendor/lib/libMpeg4SwEncoder.so and b/proprietary/vendor/lib/libMpeg4SwEncoder.so differ diff --git a/proprietary/vendor/lib/libMpeghSwEnc.so b/proprietary/vendor/lib/libMpeghSwEnc.so index f417d7d..1a0e0db 100644 Binary files a/proprietary/vendor/lib/libMpeghSwEnc.so and b/proprietary/vendor/lib/libMpeghSwEnc.so differ diff --git a/proprietary/vendor/lib/libOmxAacDec.so b/proprietary/vendor/lib/libOmxAacDec.so index 27683df..868c6d2 100644 Binary files a/proprietary/vendor/lib/libOmxAacDec.so and b/proprietary/vendor/lib/libOmxAacDec.so differ diff --git a/proprietary/vendor/lib/libOmxAlacDec.so b/proprietary/vendor/lib/libOmxAlacDec.so index 99e15c7..cf0db8b 100644 Binary files a/proprietary/vendor/lib/libOmxAlacDec.so and b/proprietary/vendor/lib/libOmxAlacDec.so differ diff --git a/proprietary/vendor/lib/libOmxAlacDecSw.so b/proprietary/vendor/lib/libOmxAlacDecSw.so index 64c3820..b00223d 100644 Binary files a/proprietary/vendor/lib/libOmxAlacDecSw.so and b/proprietary/vendor/lib/libOmxAlacDecSw.so differ diff --git a/proprietary/vendor/lib/libOmxAmrDec.so b/proprietary/vendor/lib/libOmxAmrDec.so index ce056a9..47e2504 100644 Binary files a/proprietary/vendor/lib/libOmxAmrDec.so and b/proprietary/vendor/lib/libOmxAmrDec.so differ diff --git a/proprietary/vendor/lib/libOmxAmrwbplusDec.so b/proprietary/vendor/lib/libOmxAmrwbplusDec.so index 0a60837..ce08a72 100644 Binary files a/proprietary/vendor/lib/libOmxAmrwbplusDec.so and b/proprietary/vendor/lib/libOmxAmrwbplusDec.so differ diff --git a/proprietary/vendor/lib/libOmxApeDec.so b/proprietary/vendor/lib/libOmxApeDec.so index b6a67c2..b863ee6 100644 Binary files a/proprietary/vendor/lib/libOmxApeDec.so and b/proprietary/vendor/lib/libOmxApeDec.so differ diff --git a/proprietary/vendor/lib/libOmxApeDecSw.so b/proprietary/vendor/lib/libOmxApeDecSw.so index 58c28e8..5202430 100644 Binary files a/proprietary/vendor/lib/libOmxApeDecSw.so and b/proprietary/vendor/lib/libOmxApeDecSw.so differ diff --git a/proprietary/vendor/lib/libOmxDsdDec.so b/proprietary/vendor/lib/libOmxDsdDec.so index c28ae75..53864e7 100644 Binary files a/proprietary/vendor/lib/libOmxDsdDec.so and b/proprietary/vendor/lib/libOmxDsdDec.so differ diff --git a/proprietary/vendor/lib/libOmxEvrcDec.so b/proprietary/vendor/lib/libOmxEvrcDec.so index 795a2dd..35abf57 100644 Binary files a/proprietary/vendor/lib/libOmxEvrcDec.so and b/proprietary/vendor/lib/libOmxEvrcDec.so differ diff --git a/proprietary/vendor/lib/libOmxG711Dec.so b/proprietary/vendor/lib/libOmxG711Dec.so index d69f7e9..b88ed7d 100644 Binary files a/proprietary/vendor/lib/libOmxG711Dec.so and b/proprietary/vendor/lib/libOmxG711Dec.so differ diff --git a/proprietary/vendor/lib/libOmxMpeghDecSw.so b/proprietary/vendor/lib/libOmxMpeghDecSw.so index f118e21..799ea39 100644 Binary files a/proprietary/vendor/lib/libOmxMpeghDecSw.so and b/proprietary/vendor/lib/libOmxMpeghDecSw.so differ diff --git a/proprietary/vendor/lib/libOmxMpeghEncSw.so b/proprietary/vendor/lib/libOmxMpeghEncSw.so index 73342e7..434c8ba 100644 Binary files a/proprietary/vendor/lib/libOmxMpeghEncSw.so and b/proprietary/vendor/lib/libOmxMpeghEncSw.so differ diff --git a/proprietary/vendor/lib/libOmxQcelp13Dec.so b/proprietary/vendor/lib/libOmxQcelp13Dec.so index 4434163..0a65088 100644 Binary files a/proprietary/vendor/lib/libOmxQcelp13Dec.so and b/proprietary/vendor/lib/libOmxQcelp13Dec.so differ diff --git a/proprietary/vendor/lib/libOmxSwVdec.so b/proprietary/vendor/lib/libOmxSwVdec.so index 0cb494b..1ab3b38 100644 Binary files a/proprietary/vendor/lib/libOmxSwVdec.so and b/proprietary/vendor/lib/libOmxSwVdec.so differ diff --git a/proprietary/vendor/lib/libOmxSwVencMpeg4.so b/proprietary/vendor/lib/libOmxSwVencMpeg4.so index 2db3903..472ce22 100644 Binary files a/proprietary/vendor/lib/libOmxSwVencMpeg4.so and b/proprietary/vendor/lib/libOmxSwVencMpeg4.so differ diff --git a/proprietary/vendor/lib/libOmxVideoDSMode.so b/proprietary/vendor/lib/libOmxVideoDSMode.so index a871e33..b985442 100644 Binary files a/proprietary/vendor/lib/libOmxVideoDSMode.so and b/proprietary/vendor/lib/libOmxVideoDSMode.so differ diff --git a/proprietary/vendor/lib/libOmxVpp.so b/proprietary/vendor/lib/libOmxVpp.so index c7f9b74..ad32b9a 100644 Binary files a/proprietary/vendor/lib/libOmxVpp.so and b/proprietary/vendor/lib/libOmxVpp.so differ diff --git a/proprietary/vendor/lib/libOmxWmaDec.so b/proprietary/vendor/lib/libOmxWmaDec.so index b7b3edb..2e03113 100644 Binary files a/proprietary/vendor/lib/libOmxWmaDec.so and b/proprietary/vendor/lib/libOmxWmaDec.so differ diff --git a/proprietary/vendor/lib/libOpenCL.so b/proprietary/vendor/lib/libOpenCL.so index 12e93b4..a21ab60 100644 Binary files a/proprietary/vendor/lib/libOpenCL.so and b/proprietary/vendor/lib/libOpenCL.so differ diff --git a/proprietary/vendor/lib/libVkLayer_q3dtools.so b/proprietary/vendor/lib/libVkLayer_q3dtools.so index 91fc422..f59efe2 100644 Binary files a/proprietary/vendor/lib/libVkLayer_q3dtools.so and b/proprietary/vendor/lib/libVkLayer_q3dtools.so differ diff --git a/proprietary/vendor/lib/libadpcmdec.so b/proprietary/vendor/lib/libadpcmdec.so index a0b1e92..3065603 100644 Binary files a/proprietary/vendor/lib/libadpcmdec.so and b/proprietary/vendor/lib/libadpcmdec.so differ diff --git a/proprietary/vendor/lib/libadreno_app_profiles.so b/proprietary/vendor/lib/libadreno_app_profiles.so index 2153601..e1c5b23 100644 Binary files a/proprietary/vendor/lib/libadreno_app_profiles.so and b/proprietary/vendor/lib/libadreno_app_profiles.so differ diff --git a/proprietary/vendor/lib/libadreno_utils.so b/proprietary/vendor/lib/libadreno_utils.so index 181271c..d83e8e9 100644 Binary files a/proprietary/vendor/lib/libadreno_utils.so and b/proprietary/vendor/lib/libadreno_utils.so differ diff --git a/proprietary/vendor/lib/libc2d30_bltlib.so b/proprietary/vendor/lib/libc2d30_bltlib.so index 7db3834..ddce60d 100644 Binary files a/proprietary/vendor/lib/libc2d30_bltlib.so and b/proprietary/vendor/lib/libc2d30_bltlib.so differ diff --git a/proprietary/vendor/lib/libcapiv2svacnn.so b/proprietary/vendor/lib/libcapiv2svacnn.so index f177c16..b2f11f7 100644 Binary files a/proprietary/vendor/lib/libcapiv2svacnn.so and b/proprietary/vendor/lib/libcapiv2svacnn.so differ diff --git a/proprietary/vendor/lib/libcapiv2vop.so b/proprietary/vendor/lib/libcapiv2vop.so index 4a74e95..9982691 100644 Binary files a/proprietary/vendor/lib/libcapiv2vop.so and b/proprietary/vendor/lib/libcapiv2vop.so differ diff --git a/proprietary/vendor/lib/libdiag.so b/proprietary/vendor/lib/libdiag.so index 3cf9884..e783951 100644 Binary files a/proprietary/vendor/lib/libdiag.so and b/proprietary/vendor/lib/libdiag.so differ diff --git a/proprietary/vendor/lib/libdsd2pcm.so b/proprietary/vendor/lib/libdsd2pcm.so index 54bda6b..70e0d6c 100644 Binary files a/proprietary/vendor/lib/libdsd2pcm.so and b/proprietary/vendor/lib/libdsd2pcm.so differ diff --git a/proprietary/vendor/lib/libdsi_netctrl.so b/proprietary/vendor/lib/libdsi_netctrl.so index ed322f9..68f2eab 100644 Binary files a/proprietary/vendor/lib/libdsi_netctrl.so and b/proprietary/vendor/lib/libdsi_netctrl.so differ diff --git a/proprietary/vendor/lib/libdsutils.so b/proprietary/vendor/lib/libdsutils.so index f8c734f..95a1822 100644 Binary files a/proprietary/vendor/lib/libdsutils.so and b/proprietary/vendor/lib/libdsutils.so differ diff --git a/proprietary/vendor/lib/libfastcvdsp_stub.so b/proprietary/vendor/lib/libfastcvdsp_stub.so index 15b291b..f8de748 100644 Binary files a/proprietary/vendor/lib/libfastcvdsp_stub.so and b/proprietary/vendor/lib/libfastcvdsp_stub.so differ diff --git a/proprietary/vendor/lib/libfastcvopt.so b/proprietary/vendor/lib/libfastcvopt.so index a88e09b..2480b75 100644 Binary files a/proprietary/vendor/lib/libfastcvopt.so and b/proprietary/vendor/lib/libfastcvopt.so differ diff --git a/proprietary/vendor/lib/libgcs-calwrapper.so b/proprietary/vendor/lib/libgcs-calwrapper.so index bbf0155..519782c 100644 Binary files a/proprietary/vendor/lib/libgcs-calwrapper.so and b/proprietary/vendor/lib/libgcs-calwrapper.so differ diff --git a/proprietary/vendor/lib/libgcs-ipc.so b/proprietary/vendor/lib/libgcs-ipc.so index 011a93e..44720b4 100644 Binary files a/proprietary/vendor/lib/libgcs-ipc.so and b/proprietary/vendor/lib/libgcs-ipc.so differ diff --git a/proprietary/vendor/lib/libgcs-osal.so b/proprietary/vendor/lib/libgcs-osal.so index 64abeee..cef4c0b 100644 Binary files a/proprietary/vendor/lib/libgcs-osal.so and b/proprietary/vendor/lib/libgcs-osal.so differ diff --git a/proprietary/vendor/lib/libgcs.so b/proprietary/vendor/lib/libgcs.so index 5064d61..d418c52 100644 Binary files a/proprietary/vendor/lib/libgcs.so and b/proprietary/vendor/lib/libgcs.so differ diff --git a/proprietary/vendor/lib/libgpudataproducer.so b/proprietary/vendor/lib/libgpudataproducer.so index f663805..38f8ae6 100644 Binary files a/proprietary/vendor/lib/libgpudataproducer.so and b/proprietary/vendor/lib/libgpudataproducer.so differ diff --git a/proprietary/vendor/lib/libgsl.so b/proprietary/vendor/lib/libgsl.so index 739fdb8..a8c12e9 100644 Binary files a/proprietary/vendor/lib/libgsl.so and b/proprietary/vendor/lib/libgsl.so differ diff --git a/proprietary/vendor/lib/libidl.so b/proprietary/vendor/lib/libidl.so index 6d62330..d93524c 100644 Binary files a/proprietary/vendor/lib/libidl.so and b/proprietary/vendor/lib/libidl.so differ diff --git a/proprietary/vendor/lib/liblistensoundmodel2.so b/proprietary/vendor/lib/liblistensoundmodel2.so index 497dea0..7d15733 100644 Binary files a/proprietary/vendor/lib/liblistensoundmodel2.so and b/proprietary/vendor/lib/liblistensoundmodel2.so differ diff --git a/proprietary/vendor/lib/libllvm-glnext.so b/proprietary/vendor/lib/libllvm-glnext.so index 3753a92..67c8719 100644 Binary files a/proprietary/vendor/lib/libllvm-glnext.so and b/proprietary/vendor/lib/libllvm-glnext.so differ diff --git a/proprietary/vendor/lib/libllvm-qcom.so b/proprietary/vendor/lib/libllvm-qcom.so index 3901ef9..610f229 100644 Binary files a/proprietary/vendor/lib/libllvm-qcom.so and b/proprietary/vendor/lib/libllvm-qcom.so differ diff --git a/proprietary/vendor/lib/libmulawdec.so b/proprietary/vendor/lib/libmulawdec.so index 112316e..a6e0ac3 100644 Binary files a/proprietary/vendor/lib/libmulawdec.so and b/proprietary/vendor/lib/libmulawdec.so differ diff --git a/proprietary/vendor/lib/libopf.so b/proprietary/vendor/lib/libopf.so deleted file mode 100644 index e8cddae..0000000 Binary files a/proprietary/vendor/lib/libopf.so and /dev/null differ diff --git a/proprietary/vendor/lib/libperfconfig.so b/proprietary/vendor/lib/libperfconfig.so index 8c8427a..2cd8662 100644 Binary files a/proprietary/vendor/lib/libperfconfig.so and b/proprietary/vendor/lib/libperfconfig.so differ diff --git a/proprietary/vendor/lib/libperfgluelayer.so b/proprietary/vendor/lib/libperfgluelayer.so index ec3b3c3..f855ee0 100644 Binary files a/proprietary/vendor/lib/libperfgluelayer.so and b/proprietary/vendor/lib/libperfgluelayer.so differ diff --git a/proprietary/vendor/lib/libperfioctl.so b/proprietary/vendor/lib/libperfioctl.so index 970a3f5..066e88d 100644 Binary files a/proprietary/vendor/lib/libperfioctl.so and b/proprietary/vendor/lib/libperfioctl.so differ diff --git a/proprietary/vendor/lib/libqcci_legacy.so b/proprietary/vendor/lib/libqcci_legacy.so index 9097d55..38e8b78 100644 Binary files a/proprietary/vendor/lib/libqcci_legacy.so and b/proprietary/vendor/lib/libqcci_legacy.so differ diff --git a/proprietary/vendor/lib/libqcmaputils.so b/proprietary/vendor/lib/libqcmaputils.so index e835fd5..50ee0dc 100644 Binary files a/proprietary/vendor/lib/libqcmaputils.so and b/proprietary/vendor/lib/libqcmaputils.so differ diff --git a/proprietary/vendor/lib/libqdi.so b/proprietary/vendor/lib/libqdi.so index 72ba53b..9d494d3 100644 Binary files a/proprietary/vendor/lib/libqdi.so and b/proprietary/vendor/lib/libqdi.so differ diff --git a/proprietary/vendor/lib/libqdp.so b/proprietary/vendor/lib/libqdp.so index 8b72ee2..83fc893 100644 Binary files a/proprietary/vendor/lib/libqdp.so and b/proprietary/vendor/lib/libqdp.so differ diff --git a/proprietary/vendor/lib/libqmi.so b/proprietary/vendor/lib/libqmi.so index 6be16f0..59c3e62 100644 Binary files a/proprietary/vendor/lib/libqmi.so and b/proprietary/vendor/lib/libqmi.so differ diff --git a/proprietary/vendor/lib/libqmi_cci.so b/proprietary/vendor/lib/libqmi_cci.so index 3663603..06bdc3b 100644 Binary files a/proprietary/vendor/lib/libqmi_cci.so and b/proprietary/vendor/lib/libqmi_cci.so differ diff --git a/proprietary/vendor/lib/libqmi_client_helper.so b/proprietary/vendor/lib/libqmi_client_helper.so index c1c1699..d9175b6 100644 Binary files a/proprietary/vendor/lib/libqmi_client_helper.so and b/proprietary/vendor/lib/libqmi_client_helper.so differ diff --git a/proprietary/vendor/lib/libqmi_client_qmux.so b/proprietary/vendor/lib/libqmi_client_qmux.so index 7b5c91f..ab435c0 100644 Binary files a/proprietary/vendor/lib/libqmi_client_qmux.so and b/proprietary/vendor/lib/libqmi_client_qmux.so differ diff --git a/proprietary/vendor/lib/libqmi_common_so.so b/proprietary/vendor/lib/libqmi_common_so.so index 3c15b67..d3a0283 100644 Binary files a/proprietary/vendor/lib/libqmi_common_so.so and b/proprietary/vendor/lib/libqmi_common_so.so differ diff --git a/proprietary/vendor/lib/libqmi_csi.so b/proprietary/vendor/lib/libqmi_csi.so index 48a1faf..90a5c70 100644 Binary files a/proprietary/vendor/lib/libqmi_csi.so and b/proprietary/vendor/lib/libqmi_csi.so differ diff --git a/proprietary/vendor/lib/libqmi_encdec.so b/proprietary/vendor/lib/libqmi_encdec.so index e102692..75343cb 100644 Binary files a/proprietary/vendor/lib/libqmi_encdec.so and b/proprietary/vendor/lib/libqmi_encdec.so differ diff --git a/proprietary/vendor/lib/libqmiservices.so b/proprietary/vendor/lib/libqmiservices.so index 998fd03..d0884aa 100644 Binary files a/proprietary/vendor/lib/libqmiservices.so and b/proprietary/vendor/lib/libqmiservices.so differ diff --git a/proprietary/vendor/lib/libqti-perfd-client.so b/proprietary/vendor/lib/libqti-perfd-client.so index 49e3d75..dc2350a 100644 Binary files a/proprietary/vendor/lib/libqti-perfd-client.so and b/proprietary/vendor/lib/libqti-perfd-client.so differ diff --git a/proprietary/vendor/lib/libqti-perfd.so b/proprietary/vendor/lib/libqti-perfd.so index 0e6f52d..64e6055 100644 Binary files a/proprietary/vendor/lib/libqti-perfd.so and b/proprietary/vendor/lib/libqti-perfd.so differ diff --git a/proprietary/vendor/lib/libqti-util.so b/proprietary/vendor/lib/libqti-util.so index be9a8b7..e0270fe 100644 Binary files a/proprietary/vendor/lib/libqti-util.so and b/proprietary/vendor/lib/libqti-util.so differ diff --git a/proprietary/vendor/lib/libscveCommon.so b/proprietary/vendor/lib/libscveCommon.so index 4b2c3a7..41a86a4 100644 Binary files a/proprietary/vendor/lib/libscveCommon.so and b/proprietary/vendor/lib/libscveCommon.so differ diff --git a/proprietary/vendor/lib/libscveCommon_stub.so b/proprietary/vendor/lib/libscveCommon_stub.so index dcce53a..fc4f5d0 100644 Binary files a/proprietary/vendor/lib/libscveCommon_stub.so and b/proprietary/vendor/lib/libscveCommon_stub.so differ diff --git a/proprietary/vendor/lib/libscveObjectSegmentation.so b/proprietary/vendor/lib/libscveObjectSegmentation.so index 82f9832..ddafacc 100644 Binary files a/proprietary/vendor/lib/libscveObjectSegmentation.so and b/proprietary/vendor/lib/libscveObjectSegmentation.so differ diff --git a/proprietary/vendor/lib/libscveObjectSegmentation_stub.so b/proprietary/vendor/lib/libscveObjectSegmentation_stub.so index 652c7ab..181d1e7 100644 Binary files a/proprietary/vendor/lib/libscveObjectSegmentation_stub.so and b/proprietary/vendor/lib/libscveObjectSegmentation_stub.so differ diff --git a/proprietary/vendor/lib/libscveObjectTracker.so b/proprietary/vendor/lib/libscveObjectTracker.so index cb739ac..42cbeae 100644 Binary files a/proprietary/vendor/lib/libscveObjectTracker.so and b/proprietary/vendor/lib/libscveObjectTracker.so differ diff --git a/proprietary/vendor/lib/libscveObjectTracker_stub.so b/proprietary/vendor/lib/libscveObjectTracker_stub.so index 8465b4b..93ca428 100644 Binary files a/proprietary/vendor/lib/libscveObjectTracker_stub.so and b/proprietary/vendor/lib/libscveObjectTracker_stub.so differ diff --git a/proprietary/vendor/lib/libsmwrapper.so b/proprietary/vendor/lib/libsmwrapper.so index ffdb2e4..1079a2c 100644 Binary files a/proprietary/vendor/lib/libsmwrapper.so and b/proprietary/vendor/lib/libsmwrapper.so differ diff --git a/proprietary/vendor/lib/libswvdec.so b/proprietary/vendor/lib/libswvdec.so index c4e467a..452968b 100644 Binary files a/proprietary/vendor/lib/libswvdec.so and b/proprietary/vendor/lib/libswvdec.so differ diff --git a/proprietary/vendor/lib/libthermalclient.so b/proprietary/vendor/lib/libthermalclient.so index b2a3aaf..1690efd 100644 Binary files a/proprietary/vendor/lib/libthermalclient.so and b/proprietary/vendor/lib/libthermalclient.so differ diff --git a/proprietary/vendor/lib/libvppclient.so b/proprietary/vendor/lib/libvppclient.so index ba08a46..88cb94e 100644 Binary files a/proprietary/vendor/lib/libvppclient.so and b/proprietary/vendor/lib/libvppclient.so differ diff --git a/proprietary/vendor/lib/libvpphcp.so b/proprietary/vendor/lib/libvpphcp.so index e8e4028..ff95dbe 100644 Binary files a/proprietary/vendor/lib/libvpphcp.so and b/proprietary/vendor/lib/libvpphcp.so differ diff --git a/proprietary/vendor/lib/libvpphvx.so b/proprietary/vendor/lib/libvpphvx.so index 934db51..89a5395 100644 Binary files a/proprietary/vendor/lib/libvpphvx.so and b/proprietary/vendor/lib/libvpphvx.so differ diff --git a/proprietary/vendor/lib/libvpplibrary.so b/proprietary/vendor/lib/libvpplibrary.so index 07f73a3..eda316b 100644 Binary files a/proprietary/vendor/lib/libvpplibrary.so and b/proprietary/vendor/lib/libvpplibrary.so differ diff --git a/proprietary/vendor/lib/vendor.qti.hardware.vpp@1.1.so b/proprietary/vendor/lib/vendor.qti.hardware.vpp@1.1.so index 24742bf..cbf3cba 100644 Binary files a/proprietary/vendor/lib/vendor.qti.hardware.vpp@1.1.so and b/proprietary/vendor/lib/vendor.qti.hardware.vpp@1.1.so differ diff --git a/proprietary/vendor/lib/vendor.qti.hardware.vpp@1.2.so b/proprietary/vendor/lib/vendor.qti.hardware.vpp@1.2.so index c79d5f2..50e9520 100644 Binary files a/proprietary/vendor/lib/vendor.qti.hardware.vpp@1.2.so and b/proprietary/vendor/lib/vendor.qti.hardware.vpp@1.2.so differ diff --git a/proprietary/vendor/lib/vendor.qti.hardware.vpp@1.3.so b/proprietary/vendor/lib/vendor.qti.hardware.vpp@1.3.so index be5352c..cac6da2 100644 Binary files a/proprietary/vendor/lib/vendor.qti.hardware.vpp@1.3.so and b/proprietary/vendor/lib/vendor.qti.hardware.vpp@1.3.so differ diff --git a/proprietary/vendor/lib64/com.qualcomm.qti.dpm.api@1.0.so b/proprietary/vendor/lib64/com.qualcomm.qti.dpm.api@1.0.so index 53dcf64..9f28bc0 100644 Binary files a/proprietary/vendor/lib64/com.qualcomm.qti.dpm.api@1.0.so and b/proprietary/vendor/lib64/com.qualcomm.qti.dpm.api@1.0.so differ diff --git a/proprietary/vendor/lib64/com.qualcomm.qti.imscmservice@1.0.so b/proprietary/vendor/lib64/com.qualcomm.qti.imscmservice@1.0.so index 6a0cb9b..f79d906 100644 Binary files a/proprietary/vendor/lib64/com.qualcomm.qti.imscmservice@1.0.so and b/proprietary/vendor/lib64/com.qualcomm.qti.imscmservice@1.0.so differ diff --git a/proprietary/vendor/lib64/com.qualcomm.qti.imscmservice@2.0.so b/proprietary/vendor/lib64/com.qualcomm.qti.imscmservice@2.0.so index 4b478a0..8e350d1 100644 Binary files a/proprietary/vendor/lib64/com.qualcomm.qti.imscmservice@2.0.so and b/proprietary/vendor/lib64/com.qualcomm.qti.imscmservice@2.0.so differ diff --git a/proprietary/vendor/lib64/com.qualcomm.qti.imscmservice@2.1.so b/proprietary/vendor/lib64/com.qualcomm.qti.imscmservice@2.1.so index 5540c9a..22d20cd 100644 Binary files a/proprietary/vendor/lib64/com.qualcomm.qti.imscmservice@2.1.so and b/proprietary/vendor/lib64/com.qualcomm.qti.imscmservice@2.1.so differ diff --git a/proprietary/vendor/lib64/com.qualcomm.qti.imscmservice@2.2.so b/proprietary/vendor/lib64/com.qualcomm.qti.imscmservice@2.2.so index 1ada97a..9e968c0 100644 Binary files a/proprietary/vendor/lib64/com.qualcomm.qti.imscmservice@2.2.so and b/proprietary/vendor/lib64/com.qualcomm.qti.imscmservice@2.2.so differ diff --git a/proprietary/vendor/lib64/com.qualcomm.qti.uceservice@2.0.so b/proprietary/vendor/lib64/com.qualcomm.qti.uceservice@2.0.so index 9cf7aa0..4842b6b 100644 Binary files a/proprietary/vendor/lib64/com.qualcomm.qti.uceservice@2.0.so and b/proprietary/vendor/lib64/com.qualcomm.qti.uceservice@2.0.so differ diff --git a/proprietary/vendor/lib64/com.qualcomm.qti.uceservice@2.1.so b/proprietary/vendor/lib64/com.qualcomm.qti.uceservice@2.1.so index f1a9165..568a5dc 100644 Binary files a/proprietary/vendor/lib64/com.qualcomm.qti.uceservice@2.1.so and b/proprietary/vendor/lib64/com.qualcomm.qti.uceservice@2.1.so differ diff --git a/proprietary/vendor/lib64/com.qualcomm.qti.uceservice@2.2.so b/proprietary/vendor/lib64/com.qualcomm.qti.uceservice@2.2.so index 5ae2325..4bdf1ff 100644 Binary files a/proprietary/vendor/lib64/com.qualcomm.qti.uceservice@2.2.so and b/proprietary/vendor/lib64/com.qualcomm.qti.uceservice@2.2.so differ diff --git a/proprietary/vendor/lib64/com.qualcomm.qti.uceservice@2.3.so b/proprietary/vendor/lib64/com.qualcomm.qti.uceservice@2.3.so new file mode 100644 index 0000000..e5a2eb4 Binary files /dev/null and b/proprietary/vendor/lib64/com.qualcomm.qti.uceservice@2.3.so differ diff --git a/proprietary/vendor/lib64/deviceInfoServiceModule.so b/proprietary/vendor/lib64/deviceInfoServiceModule.so index ccc285e..d96bed1 100644 Binary files a/proprietary/vendor/lib64/deviceInfoServiceModule.so and b/proprietary/vendor/lib64/deviceInfoServiceModule.so differ diff --git a/proprietary/vendor/lib64/egl/eglSubDriverAndroid.so b/proprietary/vendor/lib64/egl/eglSubDriverAndroid.so index 77cb403..509e10c 100644 Binary files a/proprietary/vendor/lib64/egl/eglSubDriverAndroid.so and b/proprietary/vendor/lib64/egl/eglSubDriverAndroid.so differ diff --git a/proprietary/vendor/lib64/egl/libEGL_adreno.so b/proprietary/vendor/lib64/egl/libEGL_adreno.so index 9123797..1a11542 100644 Binary files a/proprietary/vendor/lib64/egl/libEGL_adreno.so and b/proprietary/vendor/lib64/egl/libEGL_adreno.so differ diff --git a/proprietary/vendor/lib64/egl/libGLESv1_CM_adreno.so b/proprietary/vendor/lib64/egl/libGLESv1_CM_adreno.so index 1c5d036..3e6554a 100644 Binary files a/proprietary/vendor/lib64/egl/libGLESv1_CM_adreno.so and b/proprietary/vendor/lib64/egl/libGLESv1_CM_adreno.so differ diff --git a/proprietary/vendor/lib64/egl/libGLESv2_adreno.so b/proprietary/vendor/lib64/egl/libGLESv2_adreno.so index 3380ff1..0254696 100644 Binary files a/proprietary/vendor/lib64/egl/libGLESv2_adreno.so and b/proprietary/vendor/lib64/egl/libGLESv2_adreno.so differ diff --git a/proprietary/vendor/lib64/egl/libq3dtools_adreno.so b/proprietary/vendor/lib64/egl/libq3dtools_adreno.so index 023222e..8aa828b 100644 Binary files a/proprietary/vendor/lib64/egl/libq3dtools_adreno.so and b/proprietary/vendor/lib64/egl/libq3dtools_adreno.so differ diff --git a/proprietary/vendor/lib64/egl/libq3dtools_esx.so b/proprietary/vendor/lib64/egl/libq3dtools_esx.so index ed18150..438e519 100644 Binary files a/proprietary/vendor/lib64/egl/libq3dtools_esx.so and b/proprietary/vendor/lib64/egl/libq3dtools_esx.so differ diff --git a/proprietary/vendor/lib64/hw/android.hardware.gatekeeper@1.0-impl-qti.so b/proprietary/vendor/lib64/hw/android.hardware.gatekeeper@1.0-impl-qti.so index 96a6146..24a66eb 100644 Binary files a/proprietary/vendor/lib64/hw/android.hardware.gatekeeper@1.0-impl-qti.so and b/proprietary/vendor/lib64/hw/android.hardware.gatekeeper@1.0-impl-qti.so differ diff --git a/proprietary/vendor/lib64/hw/android.hardware.gnss@2.1-impl-qti.so b/proprietary/vendor/lib64/hw/android.hardware.gnss@2.1-impl-qti.so index cbe0a70..9e64ea3 100644 Binary files a/proprietary/vendor/lib64/hw/android.hardware.gnss@2.1-impl-qti.so and b/proprietary/vendor/lib64/hw/android.hardware.gnss@2.1-impl-qti.so differ diff --git a/proprietary/vendor/lib64/hw/vendor.qti.esepowermanager@1.1-impl.so b/proprietary/vendor/lib64/hw/vendor.qti.esepowermanager@1.1-impl.so index a21ba1f..bf376ae 100644 Binary files a/proprietary/vendor/lib64/hw/vendor.qti.esepowermanager@1.1-impl.so and b/proprietary/vendor/lib64/hw/vendor.qti.esepowermanager@1.1-impl.so differ diff --git a/proprietary/vendor/lib64/hw/vendor.qti.gnss@4.0-impl.so b/proprietary/vendor/lib64/hw/vendor.qti.gnss@4.0-impl.so index c064232..80fc92c 100644 Binary files a/proprietary/vendor/lib64/hw/vendor.qti.gnss@4.0-impl.so and b/proprietary/vendor/lib64/hw/vendor.qti.gnss@4.0-impl.so differ diff --git a/proprietary/vendor/lib64/hw/vendor.qti.hardware.alarm@1.0-impl.so b/proprietary/vendor/lib64/hw/vendor.qti.hardware.alarm@1.0-impl.so index 4f990b2..5650892 100644 Binary files a/proprietary/vendor/lib64/hw/vendor.qti.hardware.alarm@1.0-impl.so and b/proprietary/vendor/lib64/hw/vendor.qti.hardware.alarm@1.0-impl.so differ diff --git a/proprietary/vendor/lib64/hw/vendor.qti.hardware.capabilityconfigstore@1.0-impl.so b/proprietary/vendor/lib64/hw/vendor.qti.hardware.capabilityconfigstore@1.0-impl.so index d448ea1..60bf61e 100644 Binary files a/proprietary/vendor/lib64/hw/vendor.qti.hardware.capabilityconfigstore@1.0-impl.so and b/proprietary/vendor/lib64/hw/vendor.qti.hardware.capabilityconfigstore@1.0-impl.so differ diff --git a/proprietary/vendor/lib64/hw/vendor.qti.hardware.qccvndhal@1.0-impl.so b/proprietary/vendor/lib64/hw/vendor.qti.hardware.qccvndhal@1.0-impl.so index 975644d..3837248 100644 Binary files a/proprietary/vendor/lib64/hw/vendor.qti.hardware.qccvndhal@1.0-impl.so and b/proprietary/vendor/lib64/hw/vendor.qti.hardware.qccvndhal@1.0-impl.so differ diff --git a/proprietary/vendor/lib64/hw/vendor.qti.hardware.qseecom@1.0-impl.so b/proprietary/vendor/lib64/hw/vendor.qti.hardware.qseecom@1.0-impl.so index e486b36..5ada2f3 100644 Binary files a/proprietary/vendor/lib64/hw/vendor.qti.hardware.qseecom@1.0-impl.so and b/proprietary/vendor/lib64/hw/vendor.qti.hardware.qseecom@1.0-impl.so differ diff --git a/proprietary/vendor/lib64/hw/vendor.qti.hardware.qteeconnector@1.0-impl.so b/proprietary/vendor/lib64/hw/vendor.qti.hardware.qteeconnector@1.0-impl.so index b144fcb..ecf4004 100644 Binary files a/proprietary/vendor/lib64/hw/vendor.qti.hardware.qteeconnector@1.0-impl.so and b/proprietary/vendor/lib64/hw/vendor.qti.hardware.qteeconnector@1.0-impl.so differ diff --git a/proprietary/vendor/lib64/hw/vendor.qti.hardware.servicetracker@1.2-impl.so b/proprietary/vendor/lib64/hw/vendor.qti.hardware.servicetracker@1.2-impl.so index e945496..38f5cba 100644 Binary files a/proprietary/vendor/lib64/hw/vendor.qti.hardware.servicetracker@1.2-impl.so and b/proprietary/vendor/lib64/hw/vendor.qti.hardware.servicetracker@1.2-impl.so differ diff --git a/proprietary/vendor/lib64/hw/vendor.qti.hardware.soter@1.0-impl.so b/proprietary/vendor/lib64/hw/vendor.qti.hardware.soter@1.0-impl.so index 73fc280..f202f30 100644 Binary files a/proprietary/vendor/lib64/hw/vendor.qti.hardware.soter@1.0-impl.so and b/proprietary/vendor/lib64/hw/vendor.qti.hardware.soter@1.0-impl.so differ diff --git a/proprietary/vendor/lib64/hw/vulkan.adreno.so b/proprietary/vendor/lib64/hw/vulkan.adreno.so index 7731e64..013a15d 100644 Binary files a/proprietary/vendor/lib64/hw/vulkan.adreno.so and b/proprietary/vendor/lib64/hw/vulkan.adreno.so differ diff --git a/proprietary/vendor/lib64/lib-imscmservice.so b/proprietary/vendor/lib64/lib-imscmservice.so index 9124058..95a8d82 100644 Binary files a/proprietary/vendor/lib64/lib-imscmservice.so and b/proprietary/vendor/lib64/lib-imscmservice.so differ diff --git a/proprietary/vendor/lib64/lib-imsdpl.so b/proprietary/vendor/lib64/lib-imsdpl.so index 18833b6..5f06a01 100644 Binary files a/proprietary/vendor/lib64/lib-imsdpl.so and b/proprietary/vendor/lib64/lib-imsdpl.so differ diff --git a/proprietary/vendor/lib64/lib-imsqimf.so b/proprietary/vendor/lib64/lib-imsqimf.so index a3da484..ae502aa 100644 Binary files a/proprietary/vendor/lib64/lib-imsqimf.so and b/proprietary/vendor/lib64/lib-imsqimf.so differ diff --git a/proprietary/vendor/lib64/lib-imsrcs-v2.so b/proprietary/vendor/lib64/lib-imsrcs-v2.so index 6f72d04..91e4be3 100644 Binary files a/proprietary/vendor/lib64/lib-imsrcs-v2.so and b/proprietary/vendor/lib64/lib-imsrcs-v2.so differ diff --git a/proprietary/vendor/lib64/lib-imsrcsbaseimpl.so b/proprietary/vendor/lib64/lib-imsrcsbaseimpl.so index 182609e..c346cc1 100644 Binary files a/proprietary/vendor/lib64/lib-imsrcsbaseimpl.so and b/proprietary/vendor/lib64/lib-imsrcsbaseimpl.so differ diff --git a/proprietary/vendor/lib64/lib-imsvtcore.so b/proprietary/vendor/lib64/lib-imsvtcore.so index 7e495c8..e79b202 100644 Binary files a/proprietary/vendor/lib64/lib-imsvtcore.so and b/proprietary/vendor/lib64/lib-imsvtcore.so differ diff --git a/proprietary/vendor/lib64/lib-imsxml.so b/proprietary/vendor/lib64/lib-imsxml.so index e266c61..e0780bc 100644 Binary files a/proprietary/vendor/lib64/lib-imsxml.so and b/proprietary/vendor/lib64/lib-imsxml.so differ diff --git a/proprietary/vendor/lib64/lib-rcsconfig.so b/proprietary/vendor/lib64/lib-rcsconfig.so index b9649fd..75008ef 100644 Binary files a/proprietary/vendor/lib64/lib-rcsconfig.so and b/proprietary/vendor/lib64/lib-rcsconfig.so differ diff --git a/proprietary/vendor/lib64/lib-rtpcommon.so b/proprietary/vendor/lib64/lib-rtpcommon.so index b2d21ae..fff88f1 100644 Binary files a/proprietary/vendor/lib64/lib-rtpcommon.so and b/proprietary/vendor/lib64/lib-rtpcommon.so differ diff --git a/proprietary/vendor/lib64/lib-rtpcore.so b/proprietary/vendor/lib64/lib-rtpcore.so index 08efc25..95d1a4d 100644 Binary files a/proprietary/vendor/lib64/lib-rtpcore.so and b/proprietary/vendor/lib64/lib-rtpcore.so differ diff --git a/proprietary/vendor/lib64/lib-rtpsl.so b/proprietary/vendor/lib64/lib-rtpsl.so index 715575d..b76814b 100644 Binary files a/proprietary/vendor/lib64/lib-rtpsl.so and b/proprietary/vendor/lib64/lib-rtpsl.so differ diff --git a/proprietary/vendor/lib64/lib-siputility.so b/proprietary/vendor/lib64/lib-siputility.so index 186c4c2..a4019b5 100644 Binary files a/proprietary/vendor/lib64/lib-siputility.so and b/proprietary/vendor/lib64/lib-siputility.so differ diff --git a/proprietary/vendor/lib64/lib-uceservice.so b/proprietary/vendor/lib64/lib-uceservice.so index 52f0731..0c418b2 100644 Binary files a/proprietary/vendor/lib64/lib-uceservice.so and b/proprietary/vendor/lib64/lib-uceservice.so differ diff --git a/proprietary/vendor/lib64/libAlacSwDec.so b/proprietary/vendor/lib64/libAlacSwDec.so index 5a09174..d954314 100644 Binary files a/proprietary/vendor/lib64/libAlacSwDec.so and b/proprietary/vendor/lib64/libAlacSwDec.so differ diff --git a/proprietary/vendor/lib64/libApeSwDec.so b/proprietary/vendor/lib64/libApeSwDec.so index 1cab2f5..49d33ea 100644 Binary files a/proprietary/vendor/lib64/libApeSwDec.so and b/proprietary/vendor/lib64/libApeSwDec.so differ diff --git a/proprietary/vendor/lib64/libC2D2.so b/proprietary/vendor/lib64/libC2D2.so index 0ee11e4..6a2deff 100644 Binary files a/proprietary/vendor/lib64/libC2D2.so and b/proprietary/vendor/lib64/libC2D2.so differ diff --git a/proprietary/vendor/lib64/libCB.so b/proprietary/vendor/lib64/libCB.so index 701dc79..c636c97 100644 Binary files a/proprietary/vendor/lib64/libCB.so and b/proprietary/vendor/lib64/libCB.so differ diff --git a/proprietary/vendor/lib64/libFlacSwDec.so b/proprietary/vendor/lib64/libFlacSwDec.so index 75dd281..cec2996 100644 Binary files a/proprietary/vendor/lib64/libFlacSwDec.so and b/proprietary/vendor/lib64/libFlacSwDec.so differ diff --git a/proprietary/vendor/lib64/libGPQTEEC_vendor.so b/proprietary/vendor/lib64/libGPQTEEC_vendor.so index 87a7db6..a6bae74 100644 Binary files a/proprietary/vendor/lib64/libGPQTEEC_vendor.so and b/proprietary/vendor/lib64/libGPQTEEC_vendor.so differ diff --git a/proprietary/vendor/lib64/libGPTEE_vendor.so b/proprietary/vendor/lib64/libGPTEE_vendor.so index 8c333cf..915c123 100644 Binary files a/proprietary/vendor/lib64/libGPTEE_vendor.so and b/proprietary/vendor/lib64/libGPTEE_vendor.so differ diff --git a/proprietary/vendor/lib64/libGPreqcancel.so b/proprietary/vendor/lib64/libGPreqcancel.so index 4f1c8a9..647b1e8 100644 Binary files a/proprietary/vendor/lib64/libGPreqcancel.so and b/proprietary/vendor/lib64/libGPreqcancel.so differ diff --git a/proprietary/vendor/lib64/libGPreqcancel_svc.so b/proprietary/vendor/lib64/libGPreqcancel_svc.so index 282dcac..23fe11a 100644 Binary files a/proprietary/vendor/lib64/libGPreqcancel_svc.so and b/proprietary/vendor/lib64/libGPreqcancel_svc.so differ diff --git a/proprietary/vendor/lib64/libMpeg4SwEncoder.so b/proprietary/vendor/lib64/libMpeg4SwEncoder.so index cf35a8a..0168a06 100644 Binary files a/proprietary/vendor/lib64/libMpeg4SwEncoder.so and b/proprietary/vendor/lib64/libMpeg4SwEncoder.so differ diff --git a/proprietary/vendor/lib64/libMpeghSwEnc.so b/proprietary/vendor/lib64/libMpeghSwEnc.so index e0c0b5c..fa27bfe 100644 Binary files a/proprietary/vendor/lib64/libMpeghSwEnc.so and b/proprietary/vendor/lib64/libMpeghSwEnc.so differ diff --git a/proprietary/vendor/lib64/libOmxAacDec.so b/proprietary/vendor/lib64/libOmxAacDec.so index afb097c..8c81abc 100644 Binary files a/proprietary/vendor/lib64/libOmxAacDec.so and b/proprietary/vendor/lib64/libOmxAacDec.so differ diff --git a/proprietary/vendor/lib64/libOmxAlacDec.so b/proprietary/vendor/lib64/libOmxAlacDec.so index 1d82796..280c1da 100644 Binary files a/proprietary/vendor/lib64/libOmxAlacDec.so and b/proprietary/vendor/lib64/libOmxAlacDec.so differ diff --git a/proprietary/vendor/lib64/libOmxAlacDecSw.so b/proprietary/vendor/lib64/libOmxAlacDecSw.so index 149eb8c..e4574c2 100644 Binary files a/proprietary/vendor/lib64/libOmxAlacDecSw.so and b/proprietary/vendor/lib64/libOmxAlacDecSw.so differ diff --git a/proprietary/vendor/lib64/libOmxAmrDec.so b/proprietary/vendor/lib64/libOmxAmrDec.so index 5c08d6a..1868525 100644 Binary files a/proprietary/vendor/lib64/libOmxAmrDec.so and b/proprietary/vendor/lib64/libOmxAmrDec.so differ diff --git a/proprietary/vendor/lib64/libOmxAmrwbplusDec.so b/proprietary/vendor/lib64/libOmxAmrwbplusDec.so index 558fb87..311c778 100644 Binary files a/proprietary/vendor/lib64/libOmxAmrwbplusDec.so and b/proprietary/vendor/lib64/libOmxAmrwbplusDec.so differ diff --git a/proprietary/vendor/lib64/libOmxApeDec.so b/proprietary/vendor/lib64/libOmxApeDec.so index 3c2d1dd..64fd038 100644 Binary files a/proprietary/vendor/lib64/libOmxApeDec.so and b/proprietary/vendor/lib64/libOmxApeDec.so differ diff --git a/proprietary/vendor/lib64/libOmxApeDecSw.so b/proprietary/vendor/lib64/libOmxApeDecSw.so index c1f4f5c..b0e3018 100644 Binary files a/proprietary/vendor/lib64/libOmxApeDecSw.so and b/proprietary/vendor/lib64/libOmxApeDecSw.so differ diff --git a/proprietary/vendor/lib64/libOmxEvrcDec.so b/proprietary/vendor/lib64/libOmxEvrcDec.so index 6e85792..ea8c2f9 100644 Binary files a/proprietary/vendor/lib64/libOmxEvrcDec.so and b/proprietary/vendor/lib64/libOmxEvrcDec.so differ diff --git a/proprietary/vendor/lib64/libOmxG711Dec.so b/proprietary/vendor/lib64/libOmxG711Dec.so index 51bbd25..f795634 100644 Binary files a/proprietary/vendor/lib64/libOmxG711Dec.so and b/proprietary/vendor/lib64/libOmxG711Dec.so differ diff --git a/proprietary/vendor/lib64/libOmxMpeghEncSw.so b/proprietary/vendor/lib64/libOmxMpeghEncSw.so index 4844e5c..a41e1dd 100644 Binary files a/proprietary/vendor/lib64/libOmxMpeghEncSw.so and b/proprietary/vendor/lib64/libOmxMpeghEncSw.so differ diff --git a/proprietary/vendor/lib64/libOmxQcelp13Dec.so b/proprietary/vendor/lib64/libOmxQcelp13Dec.so index 9107ff2..8c3d1a9 100644 Binary files a/proprietary/vendor/lib64/libOmxQcelp13Dec.so and b/proprietary/vendor/lib64/libOmxQcelp13Dec.so differ diff --git a/proprietary/vendor/lib64/libOmxSwVdec.so b/proprietary/vendor/lib64/libOmxSwVdec.so index 209b0e1..67e1cce 100644 Binary files a/proprietary/vendor/lib64/libOmxSwVdec.so and b/proprietary/vendor/lib64/libOmxSwVdec.so differ diff --git a/proprietary/vendor/lib64/libOmxSwVencMpeg4.so b/proprietary/vendor/lib64/libOmxSwVencMpeg4.so index 25149d7..fe07363 100644 Binary files a/proprietary/vendor/lib64/libOmxSwVencMpeg4.so and b/proprietary/vendor/lib64/libOmxSwVencMpeg4.so differ diff --git a/proprietary/vendor/lib64/libOmxVpp.so b/proprietary/vendor/lib64/libOmxVpp.so index 85b8cc6..cbd12b0 100644 Binary files a/proprietary/vendor/lib64/libOmxVpp.so and b/proprietary/vendor/lib64/libOmxVpp.so differ diff --git a/proprietary/vendor/lib64/libOmxWmaDec.so b/proprietary/vendor/lib64/libOmxWmaDec.so index 1e97324..4762f63 100644 Binary files a/proprietary/vendor/lib64/libOmxWmaDec.so and b/proprietary/vendor/lib64/libOmxWmaDec.so differ diff --git a/proprietary/vendor/lib64/libOpenCL.so b/proprietary/vendor/lib64/libOpenCL.so index 440fb21..d5ff3b7 100644 Binary files a/proprietary/vendor/lib64/libOpenCL.so and b/proprietary/vendor/lib64/libOpenCL.so differ diff --git a/proprietary/vendor/lib64/libQSEEComAPI.so b/proprietary/vendor/lib64/libQSEEComAPI.so index 1c72519..dd72987 100644 Binary files a/proprietary/vendor/lib64/libQSEEComAPI.so and b/proprietary/vendor/lib64/libQSEEComAPI.so differ diff --git a/proprietary/vendor/lib64/libQTEEConnector_listener.so b/proprietary/vendor/lib64/libQTEEConnector_listener.so new file mode 100644 index 0000000..b7c7195 Binary files /dev/null and b/proprietary/vendor/lib64/libQTEEConnector_listener.so differ diff --git a/proprietary/vendor/lib64/libQTEEConnector_vendor.so b/proprietary/vendor/lib64/libQTEEConnector_vendor.so index 37cdfc6..b266197 100644 Binary files a/proprietary/vendor/lib64/libQTEEConnector_vendor.so and b/proprietary/vendor/lib64/libQTEEConnector_vendor.so differ diff --git a/proprietary/vendor/lib64/libSecureUILib.so b/proprietary/vendor/lib64/libSecureUILib.so index 038f491..be26bb1 100644 Binary files a/proprietary/vendor/lib64/libSecureUILib.so and b/proprietary/vendor/lib64/libSecureUILib.so differ diff --git a/proprietary/vendor/lib64/libStDrvInt.so b/proprietary/vendor/lib64/libStDrvInt.so index 58d1c92..a894540 100644 Binary files a/proprietary/vendor/lib64/libStDrvInt.so and b/proprietary/vendor/lib64/libStDrvInt.so differ diff --git a/proprietary/vendor/lib64/libVkLayer_q3dtools.so b/proprietary/vendor/lib64/libVkLayer_q3dtools.so index 4c650a4..60f6c63 100644 Binary files a/proprietary/vendor/lib64/libVkLayer_q3dtools.so and b/proprietary/vendor/lib64/libVkLayer_q3dtools.so differ diff --git a/proprietary/vendor/lib64/libadreno_app_profiles.so b/proprietary/vendor/lib64/libadreno_app_profiles.so index 0117e2f..d9e6c10 100644 Binary files a/proprietary/vendor/lib64/libadreno_app_profiles.so and b/proprietary/vendor/lib64/libadreno_app_profiles.so differ diff --git a/proprietary/vendor/lib64/libadreno_utils.so b/proprietary/vendor/lib64/libadreno_utils.so index d40a156..eadd3e3 100644 Binary files a/proprietary/vendor/lib64/libadreno_utils.so and b/proprietary/vendor/lib64/libadreno_utils.so differ diff --git a/proprietary/vendor/lib64/libaoa.so b/proprietary/vendor/lib64/libaoa.so index d4a9536..313e538 100644 Binary files a/proprietary/vendor/lib64/libaoa.so and b/proprietary/vendor/lib64/libaoa.so differ diff --git a/proprietary/vendor/lib64/libbatching.so b/proprietary/vendor/lib64/libbatching.so index 256613e..4931017 100644 Binary files a/proprietary/vendor/lib64/libbatching.so and b/proprietary/vendor/lib64/libbatching.so differ diff --git a/proprietary/vendor/lib64/libc2d30_bltlib.so b/proprietary/vendor/lib64/libc2d30_bltlib.so index 1402aeb..a3c85da 100644 Binary files a/proprietary/vendor/lib64/libc2d30_bltlib.so and b/proprietary/vendor/lib64/libc2d30_bltlib.so differ diff --git a/proprietary/vendor/lib64/libcacertclient.so b/proprietary/vendor/lib64/libcacertclient.so index 4702b32..41ff055 100644 Binary files a/proprietary/vendor/lib64/libcacertclient.so and b/proprietary/vendor/lib64/libcacertclient.so differ diff --git a/proprietary/vendor/lib64/libcne.so b/proprietary/vendor/lib64/libcne.so index 21d7a83..3602e56 100644 Binary files a/proprietary/vendor/lib64/libcne.so and b/proprietary/vendor/lib64/libcne.so differ diff --git a/proprietary/vendor/lib64/libcneapiclient.so b/proprietary/vendor/lib64/libcneapiclient.so index 2e95227..6f23fc6 100644 Binary files a/proprietary/vendor/lib64/libcneapiclient.so and b/proprietary/vendor/lib64/libcneapiclient.so differ diff --git a/proprietary/vendor/lib64/libcneoplookup.so b/proprietary/vendor/lib64/libcneoplookup.so index 5a9af60..59f79e8 100644 Binary files a/proprietary/vendor/lib64/libcneoplookup.so and b/proprietary/vendor/lib64/libcneoplookup.so differ diff --git a/proprietary/vendor/lib64/libcneqmiutils.so b/proprietary/vendor/lib64/libcneqmiutils.so index 1841e4e..168e1ac 100644 Binary files a/proprietary/vendor/lib64/libcneqmiutils.so and b/proprietary/vendor/lib64/libcneqmiutils.so differ diff --git a/proprietary/vendor/lib64/libconfigdb.so b/proprietary/vendor/lib64/libconfigdb.so index 838a05f..4c999a4 100644 Binary files a/proprietary/vendor/lib64/libconfigdb.so and b/proprietary/vendor/lib64/libconfigdb.so differ diff --git a/proprietary/vendor/lib64/libcpion.so b/proprietary/vendor/lib64/libcpion.so index 9bc804a..2b598a1 100644 Binary files a/proprietary/vendor/lib64/libcpion.so and b/proprietary/vendor/lib64/libcpion.so differ diff --git a/proprietary/vendor/lib64/libdataitems.so b/proprietary/vendor/lib64/libdataitems.so index e82cc50..a4b2788 100644 Binary files a/proprietary/vendor/lib64/libdataitems.so and b/proprietary/vendor/lib64/libdataitems.so differ diff --git a/proprietary/vendor/lib64/libdiag.so b/proprietary/vendor/lib64/libdiag.so index f029a16..4e6f699 100644 Binary files a/proprietary/vendor/lib64/libdiag.so and b/proprietary/vendor/lib64/libdiag.so differ diff --git a/proprietary/vendor/lib64/libdpmqmihal.so b/proprietary/vendor/lib64/libdpmqmihal.so index 2857179..0817e23 100644 Binary files a/proprietary/vendor/lib64/libdpmqmihal.so and b/proprietary/vendor/lib64/libdpmqmihal.so differ diff --git a/proprietary/vendor/lib64/libdrmfs.so b/proprietary/vendor/lib64/libdrmfs.so index c01ff61..256968e 100644 Binary files a/proprietary/vendor/lib64/libdrmfs.so and b/proprietary/vendor/lib64/libdrmfs.so differ diff --git a/proprietary/vendor/lib64/libdrmtime.so b/proprietary/vendor/lib64/libdrmtime.so index 41ba13b..6ad6599 100644 Binary files a/proprietary/vendor/lib64/libdrmtime.so and b/proprietary/vendor/lib64/libdrmtime.so differ diff --git a/proprietary/vendor/lib64/libdsi_netctrl.so b/proprietary/vendor/lib64/libdsi_netctrl.so index 3f86b8f..c8cbc77 100644 Binary files a/proprietary/vendor/lib64/libdsi_netctrl.so and b/proprietary/vendor/lib64/libdsi_netctrl.so differ diff --git a/proprietary/vendor/lib64/libdsutils.so b/proprietary/vendor/lib64/libdsutils.so index 8107020..1755d21 100644 Binary files a/proprietary/vendor/lib64/libdsutils.so and b/proprietary/vendor/lib64/libdsutils.so differ diff --git a/proprietary/vendor/lib64/libfastcvdsp_stub.so b/proprietary/vendor/lib64/libfastcvdsp_stub.so index 56cb541..6ba2677 100644 Binary files a/proprietary/vendor/lib64/libfastcvdsp_stub.so and b/proprietary/vendor/lib64/libfastcvdsp_stub.so differ diff --git a/proprietary/vendor/lib64/libfastcvopt.so b/proprietary/vendor/lib64/libfastcvopt.so index 89ec527..e50813f 100644 Binary files a/proprietary/vendor/lib64/libfastcvopt.so and b/proprietary/vendor/lib64/libfastcvopt.so differ diff --git a/proprietary/vendor/lib64/libgdtap.so b/proprietary/vendor/lib64/libgdtap.so index 7666bd3..ebe59e8 100644 Binary files a/proprietary/vendor/lib64/libgdtap.so and b/proprietary/vendor/lib64/libgdtap.so differ diff --git a/proprietary/vendor/lib64/libgeofencing.so b/proprietary/vendor/lib64/libgeofencing.so index ba0ef02..30fa146 100644 Binary files a/proprietary/vendor/lib64/libgeofencing.so and b/proprietary/vendor/lib64/libgeofencing.so differ diff --git a/proprietary/vendor/lib64/libgnss.so b/proprietary/vendor/lib64/libgnss.so index 09523ae..42f5e5b 100644 Binary files a/proprietary/vendor/lib64/libgnss.so and b/proprietary/vendor/lib64/libgnss.so differ diff --git a/proprietary/vendor/lib64/libgnsspps.so b/proprietary/vendor/lib64/libgnsspps.so index 0b638e7..94e1e5c 100644 Binary files a/proprietary/vendor/lib64/libgnsspps.so and b/proprietary/vendor/lib64/libgnsspps.so differ diff --git a/proprietary/vendor/lib64/libgps.utils.so b/proprietary/vendor/lib64/libgps.utils.so index 5fe57de..02fa880 100644 Binary files a/proprietary/vendor/lib64/libgps.utils.so and b/proprietary/vendor/lib64/libgps.utils.so differ diff --git a/proprietary/vendor/lib64/libgpudataproducer.so b/proprietary/vendor/lib64/libgpudataproducer.so index 22842eb..934976e 100644 Binary files a/proprietary/vendor/lib64/libgpudataproducer.so and b/proprietary/vendor/lib64/libgpudataproducer.so differ diff --git a/proprietary/vendor/lib64/libgsl.so b/proprietary/vendor/lib64/libgsl.so index 2000e60..1bc5357 100644 Binary files a/proprietary/vendor/lib64/libgsl.so and b/proprietary/vendor/lib64/libgsl.so differ diff --git a/proprietary/vendor/lib64/libhexagon_nn_stub.so b/proprietary/vendor/lib64/libhexagon_nn_stub.so index eddcd33..d2c53ff 100644 Binary files a/proprietary/vendor/lib64/libhexagon_nn_stub.so and b/proprietary/vendor/lib64/libhexagon_nn_stub.so differ diff --git a/proprietary/vendor/lib64/libhta.so b/proprietary/vendor/lib64/libhta.so deleted file mode 100644 index 0724605..0000000 Binary files a/proprietary/vendor/lib64/libhta.so and /dev/null differ diff --git a/proprietary/vendor/lib64/libhta_hexagon_runtime.so b/proprietary/vendor/lib64/libhta_hexagon_runtime.so index 26838af..be9bfa1 100644 Binary files a/proprietary/vendor/lib64/libhta_hexagon_runtime.so and b/proprietary/vendor/lib64/libhta_hexagon_runtime.so differ diff --git a/proprietary/vendor/lib64/libidl.so b/proprietary/vendor/lib64/libidl.so index 6516823..f187514 100644 Binary files a/proprietary/vendor/lib64/libidl.so and b/proprietary/vendor/lib64/libidl.so differ diff --git a/proprietary/vendor/lib64/libizat_client_api.so b/proprietary/vendor/lib64/libizat_client_api.so index fdf107d..cf53beb 100644 Binary files a/proprietary/vendor/lib64/libizat_client_api.so and b/proprietary/vendor/lib64/libizat_client_api.so differ diff --git a/proprietary/vendor/lib64/libizat_core.so b/proprietary/vendor/lib64/libizat_core.so index b08e08d..5818540 100644 Binary files a/proprietary/vendor/lib64/libizat_core.so and b/proprietary/vendor/lib64/libizat_core.so differ diff --git a/proprietary/vendor/lib64/libjnihelper.so b/proprietary/vendor/lib64/libjnihelper.so index c530ba3..f62c9c2 100644 Binary files a/proprietary/vendor/lib64/libjnihelper.so and b/proprietary/vendor/lib64/libjnihelper.so differ diff --git a/proprietary/vendor/lib64/liblbs_core.so b/proprietary/vendor/lib64/liblbs_core.so index 58b8e7c..5f47ea7 100644 Binary files a/proprietary/vendor/lib64/liblbs_core.so and b/proprietary/vendor/lib64/liblbs_core.so differ diff --git a/proprietary/vendor/lib64/liblearningmodule.so b/proprietary/vendor/lib64/liblearningmodule.so index 621a449..ef3a6e6 100644 Binary files a/proprietary/vendor/lib64/liblearningmodule.so and b/proprietary/vendor/lib64/liblearningmodule.so differ diff --git a/proprietary/vendor/lib64/libllvm-glnext.so b/proprietary/vendor/lib64/libllvm-glnext.so index 9354ff3..49618fe 100644 Binary files a/proprietary/vendor/lib64/libllvm-glnext.so and b/proprietary/vendor/lib64/libllvm-glnext.so differ diff --git a/proprietary/vendor/lib64/libllvm-qcom.so b/proprietary/vendor/lib64/libllvm-qcom.so index 5ba2089..30fce7f 100644 Binary files a/proprietary/vendor/lib64/libllvm-qcom.so and b/proprietary/vendor/lib64/libllvm-qcom.so differ diff --git a/proprietary/vendor/lib64/libloc_api_v02.so b/proprietary/vendor/lib64/libloc_api_v02.so index 4ebac57..336a45c 100644 Binary files a/proprietary/vendor/lib64/libloc_api_v02.so and b/proprietary/vendor/lib64/libloc_api_v02.so differ diff --git a/proprietary/vendor/lib64/libloc_core.so b/proprietary/vendor/lib64/libloc_core.so index 7f93bbf..a1ad754 100644 Binary files a/proprietary/vendor/lib64/libloc_core.so and b/proprietary/vendor/lib64/libloc_core.so differ diff --git a/proprietary/vendor/lib64/libloc_socket.so b/proprietary/vendor/lib64/libloc_socket.so index 02fda30..9ead1cd 100644 Binary files a/proprietary/vendor/lib64/libloc_socket.so and b/proprietary/vendor/lib64/libloc_socket.so differ diff --git a/proprietary/vendor/lib64/liblocation_api.so b/proprietary/vendor/lib64/liblocation_api.so index 98cddd7..f6ed18e 100644 Binary files a/proprietary/vendor/lib64/liblocation_api.so and b/proprietary/vendor/lib64/liblocation_api.so differ diff --git a/proprietary/vendor/lib64/liblocationservice.so b/proprietary/vendor/lib64/liblocationservice.so index 371bd1f..902ddc3 100644 Binary files a/proprietary/vendor/lib64/liblocationservice.so and b/proprietary/vendor/lib64/liblocationservice.so differ diff --git a/proprietary/vendor/lib64/liblocationservice_glue.so b/proprietary/vendor/lib64/liblocationservice_glue.so index a429e47..7267ccb 100644 Binary files a/proprietary/vendor/lib64/liblocationservice_glue.so and b/proprietary/vendor/lib64/liblocationservice_glue.so differ diff --git a/proprietary/vendor/lib64/liblowi_client.so b/proprietary/vendor/lib64/liblowi_client.so index cd49e52..ee747db 100644 Binary files a/proprietary/vendor/lib64/liblowi_client.so and b/proprietary/vendor/lib64/liblowi_client.so differ diff --git a/proprietary/vendor/lib64/liblowi_wifihal.so b/proprietary/vendor/lib64/liblowi_wifihal.so index 25ac778..1648d32 100644 Binary files a/proprietary/vendor/lib64/liblowi_wifihal.so and b/proprietary/vendor/lib64/liblowi_wifihal.so differ diff --git a/proprietary/vendor/lib64/liblqe.so b/proprietary/vendor/lib64/liblqe.so index cf29103..8d1aa45 100644 Binary files a/proprietary/vendor/lib64/liblqe.so and b/proprietary/vendor/lib64/liblqe.so differ diff --git a/proprietary/vendor/lib64/libmdmdetect.so b/proprietary/vendor/lib64/libmdmdetect.so index 2021a2b..1b3d581 100644 Binary files a/proprietary/vendor/lib64/libmdmdetect.so and b/proprietary/vendor/lib64/libmdmdetect.so differ diff --git a/proprietary/vendor/lib64/libmeters.so b/proprietary/vendor/lib64/libmeters.so index bc6a80c..a4687da 100644 Binary files a/proprietary/vendor/lib64/libmeters.so and b/proprietary/vendor/lib64/libmeters.so differ diff --git a/proprietary/vendor/lib64/libminkdescriptor.so b/proprietary/vendor/lib64/libminkdescriptor.so index b683d7a..21054d1 100644 Binary files a/proprietary/vendor/lib64/libminkdescriptor.so and b/proprietary/vendor/lib64/libminkdescriptor.so differ diff --git a/proprietary/vendor/lib64/libminksocket.so b/proprietary/vendor/lib64/libminksocket.so index 031ea19..26fcb59 100644 Binary files a/proprietary/vendor/lib64/libminksocket.so and b/proprietary/vendor/lib64/libminksocket.so differ diff --git a/proprietary/vendor/lib64/libmmosal.so b/proprietary/vendor/lib64/libmmosal.so index 581d57f..e48f055 100644 Binary files a/proprietary/vendor/lib64/libmmosal.so and b/proprietary/vendor/lib64/libmmosal.so differ diff --git a/proprietary/vendor/lib64/libnetmgr.so b/proprietary/vendor/lib64/libnetmgr.so index 248ae28..432ff15 100644 Binary files a/proprietary/vendor/lib64/libnetmgr.so and b/proprietary/vendor/lib64/libnetmgr.so differ diff --git a/proprietary/vendor/lib64/libnetmgr_common.so b/proprietary/vendor/lib64/libnetmgr_common.so index d8ff80d..17ab8f6 100644 Binary files a/proprietary/vendor/lib64/libnetmgr_common.so and b/proprietary/vendor/lib64/libnetmgr_common.so differ diff --git a/proprietary/vendor/lib64/libnetmgr_nr_fusion.so b/proprietary/vendor/lib64/libnetmgr_nr_fusion.so index 2daf737..54abea6 100644 Binary files a/proprietary/vendor/lib64/libnetmgr_nr_fusion.so and b/proprietary/vendor/lib64/libnetmgr_nr_fusion.so differ diff --git a/proprietary/vendor/lib64/libnetmgr_rmnet_ext.so b/proprietary/vendor/lib64/libnetmgr_rmnet_ext.so index 0821f8e..64bca64 100644 Binary files a/proprietary/vendor/lib64/libnetmgr_rmnet_ext.so and b/proprietary/vendor/lib64/libnetmgr_rmnet_ext.so differ diff --git a/proprietary/vendor/lib64/libnlnetmgr.so b/proprietary/vendor/lib64/libnlnetmgr.so index 49ed8a6..723d85f 100644 Binary files a/proprietary/vendor/lib64/libnlnetmgr.so and b/proprietary/vendor/lib64/libnlnetmgr.so differ diff --git a/proprietary/vendor/lib64/liboemnvbk_img_helper.so b/proprietary/vendor/lib64/liboemnvbk_img_helper.so deleted file mode 100644 index 7bc43c3..0000000 Binary files a/proprietary/vendor/lib64/liboemnvbk_img_helper.so and /dev/null differ diff --git a/proprietary/vendor/lib64/libopf.so b/proprietary/vendor/lib64/libopf.so deleted file mode 100644 index 57fe4c6..0000000 Binary files a/proprietary/vendor/lib64/libopf.so and /dev/null differ diff --git a/proprietary/vendor/lib64/libops.so b/proprietary/vendor/lib64/libops.so index f498ca8..ecd589e 100644 Binary files a/proprietary/vendor/lib64/libops.so and b/proprietary/vendor/lib64/libops.so differ diff --git a/proprietary/vendor/lib64/libparam_vendor.so b/proprietary/vendor/lib64/libparam_vendor.so deleted file mode 100644 index 5d964ac..0000000 Binary files a/proprietary/vendor/lib64/libparam_vendor.so and /dev/null differ diff --git a/proprietary/vendor/lib64/libpdmapper.so b/proprietary/vendor/lib64/libpdmapper.so index fa1586e..baa413f 100644 Binary files a/proprietary/vendor/lib64/libpdmapper.so and b/proprietary/vendor/lib64/libpdmapper.so differ diff --git a/proprietary/vendor/lib64/libpdnotifier.so b/proprietary/vendor/lib64/libpdnotifier.so index 69264c3..a98acb4 100644 Binary files a/proprietary/vendor/lib64/libpdnotifier.so and b/proprietary/vendor/lib64/libpdnotifier.so differ diff --git a/proprietary/vendor/lib64/libperfconfig.so b/proprietary/vendor/lib64/libperfconfig.so index fc1d8ca..bb5a2cb 100644 Binary files a/proprietary/vendor/lib64/libperfconfig.so and b/proprietary/vendor/lib64/libperfconfig.so differ diff --git a/proprietary/vendor/lib64/libperfgluelayer.so b/proprietary/vendor/lib64/libperfgluelayer.so index eb32c6e..cf92a1d 100644 Binary files a/proprietary/vendor/lib64/libperfgluelayer.so and b/proprietary/vendor/lib64/libperfgluelayer.so differ diff --git a/proprietary/vendor/lib64/libperfioctl.so b/proprietary/vendor/lib64/libperfioctl.so index 32899db..6158ccd 100644 Binary files a/proprietary/vendor/lib64/libperfioctl.so and b/proprietary/vendor/lib64/libperfioctl.so differ diff --git a/proprietary/vendor/lib64/libperipheral_client.so b/proprietary/vendor/lib64/libperipheral_client.so index d75109e..372d534 100644 Binary files a/proprietary/vendor/lib64/libperipheral_client.so and b/proprietary/vendor/lib64/libperipheral_client.so differ diff --git a/proprietary/vendor/lib64/libqcbor.so b/proprietary/vendor/lib64/libqcbor.so index a2b898a..ff28879 100644 Binary files a/proprietary/vendor/lib64/libqcbor.so and b/proprietary/vendor/lib64/libqcbor.so differ diff --git a/proprietary/vendor/lib64/libqcc_file_agent.so b/proprietary/vendor/lib64/libqcc_file_agent.so index 9a0499f..4e43134 100644 Binary files a/proprietary/vendor/lib64/libqcc_file_agent.so and b/proprietary/vendor/lib64/libqcc_file_agent.so differ diff --git a/proprietary/vendor/lib64/libqcci_legacy.so b/proprietary/vendor/lib64/libqcci_legacy.so index 1738a94..6cf7227 100644 Binary files a/proprietary/vendor/lib64/libqcci_legacy.so and b/proprietary/vendor/lib64/libqcci_legacy.so differ diff --git a/proprietary/vendor/lib64/libqcmaputils.so b/proprietary/vendor/lib64/libqcmaputils.so index 711ac7c..e7245eb 100644 Binary files a/proprietary/vendor/lib64/libqcmaputils.so and b/proprietary/vendor/lib64/libqcmaputils.so differ diff --git a/proprietary/vendor/lib64/libqcrilFramework.so b/proprietary/vendor/lib64/libqcrilFramework.so index 8bae10a..b0877f6 100644 Binary files a/proprietary/vendor/lib64/libqcrilFramework.so and b/proprietary/vendor/lib64/libqcrilFramework.so differ diff --git a/proprietary/vendor/lib64/libqcrildatactl.so b/proprietary/vendor/lib64/libqcrildatactl.so index c69dd03..5934ae5 100644 Binary files a/proprietary/vendor/lib64/libqcrildatactl.so and b/proprietary/vendor/lib64/libqcrildatactl.so differ diff --git a/proprietary/vendor/lib64/libqdi.so b/proprietary/vendor/lib64/libqdi.so index ae68a7c..78845e7 100644 Binary files a/proprietary/vendor/lib64/libqdi.so and b/proprietary/vendor/lib64/libqdi.so differ diff --git a/proprietary/vendor/lib64/libqdma_file_agent.so b/proprietary/vendor/lib64/libqdma_file_agent.so index f803ceb..682027e 100644 Binary files a/proprietary/vendor/lib64/libqdma_file_agent.so and b/proprietary/vendor/lib64/libqdma_file_agent.so differ diff --git a/proprietary/vendor/lib64/libqdp.so b/proprietary/vendor/lib64/libqdp.so index 3d7becf..28f5faa 100644 Binary files a/proprietary/vendor/lib64/libqdp.so and b/proprietary/vendor/lib64/libqdp.so differ diff --git a/proprietary/vendor/lib64/libqisl.so b/proprietary/vendor/lib64/libqisl.so index 73fe4f5..e0edd58 100644 Binary files a/proprietary/vendor/lib64/libqisl.so and b/proprietary/vendor/lib64/libqisl.so differ diff --git a/proprietary/vendor/lib64/libqmi.so b/proprietary/vendor/lib64/libqmi.so index 839d04b..32ae9a2 100644 Binary files a/proprietary/vendor/lib64/libqmi.so and b/proprietary/vendor/lib64/libqmi.so differ diff --git a/proprietary/vendor/lib64/libqmi_cci.so b/proprietary/vendor/lib64/libqmi_cci.so index f210d75..7d9c69a 100644 Binary files a/proprietary/vendor/lib64/libqmi_cci.so and b/proprietary/vendor/lib64/libqmi_cci.so differ diff --git a/proprietary/vendor/lib64/libqmi_client_helper.so b/proprietary/vendor/lib64/libqmi_client_helper.so index a66e62c..4c859b8 100644 Binary files a/proprietary/vendor/lib64/libqmi_client_helper.so and b/proprietary/vendor/lib64/libqmi_client_helper.so differ diff --git a/proprietary/vendor/lib64/libqmi_client_qmux.so b/proprietary/vendor/lib64/libqmi_client_qmux.so index 775f758..e39d035 100644 Binary files a/proprietary/vendor/lib64/libqmi_client_qmux.so and b/proprietary/vendor/lib64/libqmi_client_qmux.so differ diff --git a/proprietary/vendor/lib64/libqmi_common_so.so b/proprietary/vendor/lib64/libqmi_common_so.so index 07a2dd0..0e5dd86 100644 Binary files a/proprietary/vendor/lib64/libqmi_common_so.so and b/proprietary/vendor/lib64/libqmi_common_so.so differ diff --git a/proprietary/vendor/lib64/libqmi_csi.so b/proprietary/vendor/lib64/libqmi_csi.so index 5e6bc9f..bc0ba89 100644 Binary files a/proprietary/vendor/lib64/libqmi_csi.so and b/proprietary/vendor/lib64/libqmi_csi.so differ diff --git a/proprietary/vendor/lib64/libqmi_encdec.so b/proprietary/vendor/lib64/libqmi_encdec.so index 394583c..a5a4db6 100644 Binary files a/proprietary/vendor/lib64/libqmi_encdec.so and b/proprietary/vendor/lib64/libqmi_encdec.so differ diff --git a/proprietary/vendor/lib64/libqmiservices.so b/proprietary/vendor/lib64/libqmiservices.so index 144533e..c64db7b 100644 Binary files a/proprietary/vendor/lib64/libqmiservices.so and b/proprietary/vendor/lib64/libqmiservices.so differ diff --git a/proprietary/vendor/lib64/libqrtr.so b/proprietary/vendor/lib64/libqrtr.so index 60651ab..da20747 100644 Binary files a/proprietary/vendor/lib64/libqrtr.so and b/proprietary/vendor/lib64/libqrtr.so differ diff --git a/proprietary/vendor/lib64/libqsocket.so b/proprietary/vendor/lib64/libqsocket.so index c92965a..c21d110 100644 Binary files a/proprietary/vendor/lib64/libqsocket.so and b/proprietary/vendor/lib64/libqsocket.so differ diff --git a/proprietary/vendor/lib64/libqti-iopd-client.so b/proprietary/vendor/lib64/libqti-iopd-client.so index add6a2e..1be0234 100644 Binary files a/proprietary/vendor/lib64/libqti-iopd-client.so and b/proprietary/vendor/lib64/libqti-iopd-client.so differ diff --git a/proprietary/vendor/lib64/libqti-iopd.so b/proprietary/vendor/lib64/libqti-iopd.so index 8d112a1..eda003f 100644 Binary files a/proprietary/vendor/lib64/libqti-iopd.so and b/proprietary/vendor/lib64/libqti-iopd.so differ diff --git a/proprietary/vendor/lib64/libqti-perfd-client.so b/proprietary/vendor/lib64/libqti-perfd-client.so index 31ee68c..90d5fdc 100644 Binary files a/proprietary/vendor/lib64/libqti-perfd-client.so and b/proprietary/vendor/lib64/libqti-perfd-client.so differ diff --git a/proprietary/vendor/lib64/libqti-perfd.so b/proprietary/vendor/lib64/libqti-perfd.so index ba2eb02..094e9b4 100644 Binary files a/proprietary/vendor/lib64/libqti-perfd.so and b/proprietary/vendor/lib64/libqti-perfd.so differ diff --git a/proprietary/vendor/lib64/libqti-util.so b/proprietary/vendor/lib64/libqti-util.so index 6ab9a1b..ff43dd1 100644 Binary files a/proprietary/vendor/lib64/libqti-util.so and b/proprietary/vendor/lib64/libqti-util.so differ diff --git a/proprietary/vendor/lib64/librcc.so b/proprietary/vendor/lib64/librcc.so index b203ec0..6b56ea9 100644 Binary files a/proprietary/vendor/lib64/librcc.so and b/proprietary/vendor/lib64/librcc.so differ diff --git a/proprietary/vendor/lib64/libril-qc-hal-qmi.so b/proprietary/vendor/lib64/libril-qc-hal-qmi.so index d88aa9c..b14d420 100644 Binary files a/proprietary/vendor/lib64/libril-qc-hal-qmi.so and b/proprietary/vendor/lib64/libril-qc-hal-qmi.so differ diff --git a/proprietary/vendor/lib64/libril-qc-logger.so b/proprietary/vendor/lib64/libril-qc-logger.so index efc17d2..e3e1ee2 100644 Binary files a/proprietary/vendor/lib64/libril-qc-logger.so and b/proprietary/vendor/lib64/libril-qc-logger.so differ diff --git a/proprietary/vendor/lib64/libril-qc-ltedirectdisc.so b/proprietary/vendor/lib64/libril-qc-ltedirectdisc.so index 3695f16..a8a1af8 100644 Binary files a/proprietary/vendor/lib64/libril-qc-ltedirectdisc.so and b/proprietary/vendor/lib64/libril-qc-ltedirectdisc.so differ diff --git a/proprietary/vendor/lib64/libril-qc-radioconfig.so b/proprietary/vendor/lib64/libril-qc-radioconfig.so index 2a57884..6db0be2 100644 Binary files a/proprietary/vendor/lib64/libril-qc-radioconfig.so and b/proprietary/vendor/lib64/libril-qc-radioconfig.so differ diff --git a/proprietary/vendor/lib64/libril-qcril-hook-oem.so b/proprietary/vendor/lib64/libril-qcril-hook-oem.so index b55c000..c72e957 100644 Binary files a/proprietary/vendor/lib64/libril-qcril-hook-oem.so and b/proprietary/vendor/lib64/libril-qcril-hook-oem.so differ diff --git a/proprietary/vendor/lib64/librilqmiservices.so b/proprietary/vendor/lib64/librilqmiservices.so index 13531cb..56ac9d3 100644 Binary files a/proprietary/vendor/lib64/librilqmiservices.so and b/proprietary/vendor/lib64/librilqmiservices.so differ diff --git a/proprietary/vendor/lib64/librpmb.so b/proprietary/vendor/lib64/librpmb.so index 958423c..0916056 100644 Binary files a/proprietary/vendor/lib64/librpmb.so and b/proprietary/vendor/lib64/librpmb.so differ diff --git a/proprietary/vendor/lib64/libscveCommon.so b/proprietary/vendor/lib64/libscveCommon.so index 3895253..ac5f8bb 100644 Binary files a/proprietary/vendor/lib64/libscveCommon.so and b/proprietary/vendor/lib64/libscveCommon.so differ diff --git a/proprietary/vendor/lib64/libscveCommon_stub.so b/proprietary/vendor/lib64/libscveCommon_stub.so index 4e656ef..4196fdc 100644 Binary files a/proprietary/vendor/lib64/libscveCommon_stub.so and b/proprietary/vendor/lib64/libscveCommon_stub.so differ diff --git a/proprietary/vendor/lib64/libscveObjectSegmentation.so b/proprietary/vendor/lib64/libscveObjectSegmentation.so index e8278cf..399d3b1 100644 Binary files a/proprietary/vendor/lib64/libscveObjectSegmentation.so and b/proprietary/vendor/lib64/libscveObjectSegmentation.so differ diff --git a/proprietary/vendor/lib64/libscveObjectSegmentation_stub.so b/proprietary/vendor/lib64/libscveObjectSegmentation_stub.so index eff9f6f..5a5d865 100644 Binary files a/proprietary/vendor/lib64/libscveObjectSegmentation_stub.so and b/proprietary/vendor/lib64/libscveObjectSegmentation_stub.so differ diff --git a/proprietary/vendor/lib64/libscveObjectTracker.so b/proprietary/vendor/lib64/libscveObjectTracker.so index ee9fc7c..a7f2fd6 100644 Binary files a/proprietary/vendor/lib64/libscveObjectTracker.so and b/proprietary/vendor/lib64/libscveObjectTracker.so differ diff --git a/proprietary/vendor/lib64/libscveObjectTracker_stub.so b/proprietary/vendor/lib64/libscveObjectTracker_stub.so index 71b26a9..ede10d1 100644 Binary files a/proprietary/vendor/lib64/libscveObjectTracker_stub.so and b/proprietary/vendor/lib64/libscveObjectTracker_stub.so differ diff --git a/proprietary/vendor/lib64/libsecureui.so b/proprietary/vendor/lib64/libsecureui.so index ae8ad84..63d71d7 100644 Binary files a/proprietary/vendor/lib64/libsecureui.so and b/proprietary/vendor/lib64/libsecureui.so differ diff --git a/proprietary/vendor/lib64/libsecureui_svcsock.so b/proprietary/vendor/lib64/libsecureui_svcsock.so index 782690d..f4e18f0 100644 Binary files a/proprietary/vendor/lib64/libsecureui_svcsock.so and b/proprietary/vendor/lib64/libsecureui_svcsock.so differ diff --git a/proprietary/vendor/lib64/libsettings.so b/proprietary/vendor/lib64/libsettings.so index 8167abf..d0a93d1 100644 Binary files a/proprietary/vendor/lib64/libsettings.so and b/proprietary/vendor/lib64/libsettings.so differ diff --git a/proprietary/vendor/lib64/libslimclient.so b/proprietary/vendor/lib64/libslimclient.so index d7f924e..73aceea 100644 Binary files a/proprietary/vendor/lib64/libslimclient.so and b/proprietary/vendor/lib64/libslimclient.so differ diff --git a/proprietary/vendor/lib64/libssd.so b/proprietary/vendor/lib64/libssd.so index a415808..8e02047 100644 Binary files a/proprietary/vendor/lib64/libssd.so and b/proprietary/vendor/lib64/libssd.so differ diff --git a/proprietary/vendor/lib64/libswvdec.so b/proprietary/vendor/lib64/libswvdec.so index 634ca2f..a3e5ace 100644 Binary files a/proprietary/vendor/lib64/libswvdec.so and b/proprietary/vendor/lib64/libswvdec.so differ diff --git a/proprietary/vendor/lib64/libsynergy_loc_api.so b/proprietary/vendor/lib64/libsynergy_loc_api.so index 134ff17..3444289 100644 Binary files a/proprietary/vendor/lib64/libsynergy_loc_api.so and b/proprietary/vendor/lib64/libsynergy_loc_api.so differ diff --git a/proprietary/vendor/lib64/libsystem_health_mon.so b/proprietary/vendor/lib64/libsystem_health_mon.so index 1ff72a0..a705d17 100644 Binary files a/proprietary/vendor/lib64/libsystem_health_mon.so and b/proprietary/vendor/lib64/libsystem_health_mon.so differ diff --git a/proprietary/vendor/lib64/libthermalclient.so b/proprietary/vendor/lib64/libthermalclient.so index 44524e9..9a4f04e 100644 Binary files a/proprietary/vendor/lib64/libthermalclient.so and b/proprietary/vendor/lib64/libthermalclient.so differ diff --git a/proprietary/vendor/lib64/libtime_genoff.so b/proprietary/vendor/lib64/libtime_genoff.so index 76bb400..596dcaf 100644 Binary files a/proprietary/vendor/lib64/libtime_genoff.so and b/proprietary/vendor/lib64/libtime_genoff.so differ diff --git a/proprietary/vendor/lib64/libtzdrmgenprov.so b/proprietary/vendor/lib64/libtzdrmgenprov.so index ecf9375..7fab54e 100644 Binary files a/proprietary/vendor/lib64/libtzdrmgenprov.so and b/proprietary/vendor/lib64/libtzdrmgenprov.so differ diff --git a/proprietary/vendor/lib64/libvppclient.so b/proprietary/vendor/lib64/libvppclient.so index 5919fc6..b0bd5a9 100644 Binary files a/proprietary/vendor/lib64/libvppclient.so and b/proprietary/vendor/lib64/libvppclient.so differ diff --git a/proprietary/vendor/lib64/libvpphcp.so b/proprietary/vendor/lib64/libvpphcp.so index 0826ee2..4fea568 100644 Binary files a/proprietary/vendor/lib64/libvpphcp.so and b/proprietary/vendor/lib64/libvpphcp.so differ diff --git a/proprietary/vendor/lib64/libvpphvx.so b/proprietary/vendor/lib64/libvpphvx.so index 28745d1..a0676e5 100644 Binary files a/proprietary/vendor/lib64/libvpphvx.so and b/proprietary/vendor/lib64/libvpphvx.so differ diff --git a/proprietary/vendor/lib64/libvpplibrary.so b/proprietary/vendor/lib64/libvpplibrary.so index 3b3e329..b9d1ef0 100644 Binary files a/proprietary/vendor/lib64/libvpplibrary.so and b/proprietary/vendor/lib64/libvpplibrary.so differ diff --git a/proprietary/vendor/lib64/libwms.so b/proprietary/vendor/lib64/libwms.so index 02676db..bd85925 100644 Binary files a/proprietary/vendor/lib64/libwms.so and b/proprietary/vendor/lib64/libwms.so differ diff --git a/proprietary/vendor/lib64/libwqe.so b/proprietary/vendor/lib64/libwqe.so index 321be88..fd8e602 100644 Binary files a/proprietary/vendor/lib64/libwqe.so and b/proprietary/vendor/lib64/libwqe.so differ diff --git a/proprietary/vendor/lib64/libxml.so b/proprietary/vendor/lib64/libxml.so index 0a15721..de675d5 100644 Binary files a/proprietary/vendor/lib64/libxml.so and b/proprietary/vendor/lib64/libxml.so differ diff --git a/proprietary/vendor/lib64/libxtadapter.so b/proprietary/vendor/lib64/libxtadapter.so index b776df2..9567a4f 100644 Binary files a/proprietary/vendor/lib64/libxtadapter.so and b/proprietary/vendor/lib64/libxtadapter.so differ diff --git a/proprietary/vendor/lib64/libxtwifi_server_protocol.so b/proprietary/vendor/lib64/libxtwifi_server_protocol.so index c231d3c..9bdd552 100644 Binary files a/proprietary/vendor/lib64/libxtwifi_server_protocol.so and b/proprietary/vendor/lib64/libxtwifi_server_protocol.so differ diff --git a/proprietary/vendor/lib64/libxtwifi_server_protocol_uri_v3.so b/proprietary/vendor/lib64/libxtwifi_server_protocol_uri_v3.so index 1f1a30e..f2da8a9 100644 Binary files a/proprietary/vendor/lib64/libxtwifi_server_protocol_uri_v3.so and b/proprietary/vendor/lib64/libxtwifi_server_protocol_uri_v3.so differ diff --git a/proprietary/vendor/lib64/qcrild_librilutils.so b/proprietary/vendor/lib64/qcrild_librilutils.so index ce631ce..bca3658 100644 Binary files a/proprietary/vendor/lib64/qcrild_librilutils.so and b/proprietary/vendor/lib64/qcrild_librilutils.so differ diff --git a/proprietary/vendor/lib64/qtibus.so b/proprietary/vendor/lib64/qtibus.so index 06cdc62..cff0bad 100644 Binary files a/proprietary/vendor/lib64/qtibus.so and b/proprietary/vendor/lib64/qtibus.so differ diff --git a/proprietary/vendor/lib64/qtimutex.so b/proprietary/vendor/lib64/qtimutex.so index 4eb558e..ef91016 100644 Binary files a/proprietary/vendor/lib64/qtimutex.so and b/proprietary/vendor/lib64/qtimutex.so differ diff --git a/proprietary/vendor/lib64/unnhal-acc-adreno.so b/proprietary/vendor/lib64/unnhal-acc-adreno.so index 3054328..100b226 100644 Binary files a/proprietary/vendor/lib64/unnhal-acc-adreno.so and b/proprietary/vendor/lib64/unnhal-acc-adreno.so differ diff --git a/proprietary/vendor/lib64/unnhal-acc-common.so b/proprietary/vendor/lib64/unnhal-acc-common.so index f44cb3f..8fb9d10 100644 Binary files a/proprietary/vendor/lib64/unnhal-acc-common.so and b/proprietary/vendor/lib64/unnhal-acc-common.so differ diff --git a/proprietary/vendor/lib64/unnhal-acc-hta.so b/proprietary/vendor/lib64/unnhal-acc-hta.so index bdde075..073094f 100644 Binary files a/proprietary/vendor/lib64/unnhal-acc-hta.so and b/proprietary/vendor/lib64/unnhal-acc-hta.so differ diff --git a/proprietary/vendor/lib64/unnhal-acc-hvx.so b/proprietary/vendor/lib64/unnhal-acc-hvx.so index a7529b2..2a90fc8 100644 Binary files a/proprietary/vendor/lib64/unnhal-acc-hvx.so and b/proprietary/vendor/lib64/unnhal-acc-hvx.so differ diff --git a/proprietary/vendor/lib64/vendor.oneplus.hardware.param@1.0.so b/proprietary/vendor/lib64/vendor.oneplus.hardware.param@1.0.so deleted file mode 100644 index 1f806ed..0000000 Binary files a/proprietary/vendor/lib64/vendor.oneplus.hardware.param@1.0.so and /dev/null differ diff --git a/proprietary/vendor/lib64/vendor.qti.data.factory@2.0.so b/proprietary/vendor/lib64/vendor.qti.data.factory@2.0.so index 496c5c4..0ab3241 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.data.factory@2.0.so and b/proprietary/vendor/lib64/vendor.qti.data.factory@2.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.data.factory@2.1.so b/proprietary/vendor/lib64/vendor.qti.data.factory@2.1.so index f71de5b..4e0ca3b 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.data.factory@2.1.so and b/proprietary/vendor/lib64/vendor.qti.data.factory@2.1.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.data.factory@2.2.so b/proprietary/vendor/lib64/vendor.qti.data.factory@2.2.so new file mode 100644 index 0000000..b4d822f Binary files /dev/null and b/proprietary/vendor/lib64/vendor.qti.data.factory@2.2.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.data.factory@2.3.so b/proprietary/vendor/lib64/vendor.qti.data.factory@2.3.so new file mode 100644 index 0000000..e34fd3b Binary files /dev/null and b/proprietary/vendor/lib64/vendor.qti.data.factory@2.3.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.data.mwqem@1.0.so b/proprietary/vendor/lib64/vendor.qti.data.mwqem@1.0.so new file mode 100644 index 0000000..0507fd9 Binary files /dev/null and b/proprietary/vendor/lib64/vendor.qti.data.mwqem@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.data.slm@1.0.so b/proprietary/vendor/lib64/vendor.qti.data.slm@1.0.so index ecbd15c..ba24753 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.data.slm@1.0.so and b/proprietary/vendor/lib64/vendor.qti.data.slm@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.esepowermanager@1.0.so b/proprietary/vendor/lib64/vendor.qti.esepowermanager@1.0.so index 6f791bf..dff08b2 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.esepowermanager@1.0.so and b/proprietary/vendor/lib64/vendor.qti.esepowermanager@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.esepowermanager@1.1.so b/proprietary/vendor/lib64/vendor.qti.esepowermanager@1.1.so index a43afc3..236684d 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.esepowermanager@1.1.so and b/proprietary/vendor/lib64/vendor.qti.esepowermanager@1.1.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.gnss@1.0.so b/proprietary/vendor/lib64/vendor.qti.gnss@1.0.so index 7e2f83e..0b288fd 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.gnss@1.0.so and b/proprietary/vendor/lib64/vendor.qti.gnss@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.gnss@1.1.so b/proprietary/vendor/lib64/vendor.qti.gnss@1.1.so index b0416a0..36b5715 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.gnss@1.1.so and b/proprietary/vendor/lib64/vendor.qti.gnss@1.1.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.gnss@1.2.so b/proprietary/vendor/lib64/vendor.qti.gnss@1.2.so index 7d35cef..6b064f7 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.gnss@1.2.so and b/proprietary/vendor/lib64/vendor.qti.gnss@1.2.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.gnss@2.0.so b/proprietary/vendor/lib64/vendor.qti.gnss@2.0.so index 08288b4..0205638 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.gnss@2.0.so and b/proprietary/vendor/lib64/vendor.qti.gnss@2.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.gnss@2.1.so b/proprietary/vendor/lib64/vendor.qti.gnss@2.1.so index 9c53c10..12c05cf 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.gnss@2.1.so and b/proprietary/vendor/lib64/vendor.qti.gnss@2.1.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.gnss@3.0.so b/proprietary/vendor/lib64/vendor.qti.gnss@3.0.so index 776120e..e048e1c 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.gnss@3.0.so and b/proprietary/vendor/lib64/vendor.qti.gnss@3.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.gnss@4.0-service.so b/proprietary/vendor/lib64/vendor.qti.gnss@4.0-service.so index 15b1f94..e75954b 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.gnss@4.0-service.so and b/proprietary/vendor/lib64/vendor.qti.gnss@4.0-service.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.gnss@4.0.so b/proprietary/vendor/lib64/vendor.qti.gnss@4.0.so index b81d973..74e9aec 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.gnss@4.0.so and b/proprietary/vendor/lib64/vendor.qti.gnss@4.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.alarm@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.alarm@1.0.so index 9a20ecd..daa59a2 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.alarm@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.alarm@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.cacert@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.cacert@1.0.so index 8252b88..08e1dca 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.cacert@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.cacert@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.data.cne.internal.api@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.data.cne.internal.api@1.0.so index bd4e6f5..7a294fb 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.data.cne.internal.api@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.data.cne.internal.api@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.data.cne.internal.constants@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.data.cne.internal.constants@1.0.so index 0060af3..7009a95 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.data.cne.internal.constants@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.data.cne.internal.constants@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.data.cne.internal.server@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.data.cne.internal.server@1.0.so index a21bb8b..12e3392 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.data.cne.internal.server@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.data.cne.internal.server@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.data.connection@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.data.connection@1.0.so index 9f95c26..a283de0 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.data.connection@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.data.connection@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.data.connection@1.1.so b/proprietary/vendor/lib64/vendor.qti.hardware.data.connection@1.1.so index fb18071..48339c7 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.data.connection@1.1.so and b/proprietary/vendor/lib64/vendor.qti.hardware.data.connection@1.1.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.data.dynamicdds@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.data.dynamicdds@1.0.so index 4625d1e..6e07402 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.data.dynamicdds@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.data.dynamicdds@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.data.iwlan@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.data.iwlan@1.0.so index b148b2f..e2754d1 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.data.iwlan@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.data.iwlan@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.data.latency@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.data.latency@1.0.so index a10875e..b32fb9c 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.data.latency@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.data.latency@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.data.lce@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.data.lce@1.0.so new file mode 100644 index 0000000..f70f5b2 Binary files /dev/null and b/proprietary/vendor/lib64/vendor.qti.hardware.data.lce@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.data.qmi@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.data.qmi@1.0.so index 4cde327..e98b55a 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.data.qmi@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.data.qmi@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.iop@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.iop@1.0.so index a421af8..75b6dcd 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.iop@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.iop@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.iop@2.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.iop@2.0.so index 1f7d937..705c4b9 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.iop@2.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.iop@2.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.mwqemadapter@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.mwqemadapter@1.0.so new file mode 100644 index 0000000..3f80a2f Binary files /dev/null and b/proprietary/vendor/lib64/vendor.qti.hardware.mwqemadapter@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.qccsyshal@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.qccsyshal@1.0.so index f4832fb..a815837 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.qccsyshal@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.qccsyshal@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.qccvndhal@1.0-halimpl.so b/proprietary/vendor/lib64/vendor.qti.hardware.qccvndhal@1.0-halimpl.so index d481902..be65a3e 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.qccvndhal@1.0-halimpl.so and b/proprietary/vendor/lib64/vendor.qti.hardware.qccvndhal@1.0-halimpl.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.qccvndhal@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.qccvndhal@1.0.so index 97173ee..3ee9413 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.qccvndhal@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.qccvndhal@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.qseecom@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.qseecom@1.0.so index 7cfdc06..f3d09d1 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.qseecom@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.qseecom@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.qteeconnector@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.qteeconnector@1.0.so index 5104d11..25f5c9d 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.qteeconnector@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.qteeconnector@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.am@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.am@1.0.so index 909a5d0..c3d93c2 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.am@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.am@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.atcmdfwd@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.atcmdfwd@1.0.so index 7f10bd0..6c11aef 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.atcmdfwd@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.atcmdfwd@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.0.so index 2be2231..9074ba6 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.1.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.1.so index d22786b..af575da 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.1.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.1.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.2.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.2.so index aded31d..e73b48e 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.2.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.2.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.3.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.3.so index 14c42f9..134930e 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.3.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.3.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.4.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.4.so index 9b43ff1..13ac659 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.4.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.4.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.5.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.5.so index 35da555..ee55106 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.5.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.5.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.6.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.6.so index c365e87..6191474 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.6.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.6.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.7.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.7.so new file mode 100644 index 0000000..f5efb8d Binary files /dev/null and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.7.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.internal.deviceinfo@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.internal.deviceinfo@1.0.so index cc5b254..98c99cb 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.internal.deviceinfo@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.internal.deviceinfo@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.lpa@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.lpa@1.0.so index 1b227ec..dabb8ab 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.lpa@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.lpa@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.lpa@1.1.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.lpa@1.1.so new file mode 100644 index 0000000..ffb8704 Binary files /dev/null and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.lpa@1.1.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.qcrilhook@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.qcrilhook@1.0.so index ec9d656..5da73cd 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.qcrilhook@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.qcrilhook@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@1.0.so index b5c8096..8aad6ea 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.0.so index 6bbfd19..ecba137 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.1.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.1.so index 8a01f28..4917f6b 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.1.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.1.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.2.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.2.so index 1c55d3b..7790f97 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.2.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.2.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.3.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.3.so index 3ae1d1e..8f87d29 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.3.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.3.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.4.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.4.so index 964f252..b6388c0 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.4.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.4.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim@1.0.so index 3106e58..340201f 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim@1.1.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim@1.1.so index f5bc8a8..c4513c6 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim@1.1.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim@1.1.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim@1.2.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim@1.2.so index 30fe266..e268093 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim@1.2.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim@1.2.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim_remote_client@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim_remote_client@1.0.so index 796b73e..ba32b83 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim_remote_client@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim_remote_client@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim_remote_client@1.1.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim_remote_client@1.1.so index e8138fe..1f524e1 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim_remote_client@1.1.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim_remote_client@1.1.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim_remote_client@1.2.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim_remote_client@1.2.so index 1eef38d..721fe7a 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim_remote_client@1.2.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim_remote_client@1.2.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim_remote_server@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim_remote_server@1.0.so index 6b38fd0..d37e769 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim_remote_server@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim_remote_server@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.slmadapter@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.slmadapter@1.0.so index a91c214..59769db 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.slmadapter@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.slmadapter@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.soter@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.soter@1.0.so index 8deeaa7..8d47f90 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.soter@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.soter@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.tui_comm@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.tui_comm@1.0.so index 4698cb1..20434c6 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.tui_comm@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.tui_comm@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.vpp@1.1.so b/proprietary/vendor/lib64/vendor.qti.hardware.vpp@1.1.so index a7558e9..7ddc58a 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.vpp@1.1.so and b/proprietary/vendor/lib64/vendor.qti.hardware.vpp@1.1.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.vpp@1.2.so b/proprietary/vendor/lib64/vendor.qti.hardware.vpp@1.2.so index f8c931b..4dbbce1 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.vpp@1.2.so and b/proprietary/vendor/lib64/vendor.qti.hardware.vpp@1.2.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.vpp@1.3.so b/proprietary/vendor/lib64/vendor.qti.hardware.vpp@1.3.so index 2399834..f088d2d 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.vpp@1.3.so and b/proprietary/vendor/lib64/vendor.qti.hardware.vpp@1.3.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.ims.callcapability@1.0.so b/proprietary/vendor/lib64/vendor.qti.ims.callcapability@1.0.so index 4e2637a..8a9e790 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.ims.callcapability@1.0.so and b/proprietary/vendor/lib64/vendor.qti.ims.callcapability@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.ims.callinfo@1.0.so b/proprietary/vendor/lib64/vendor.qti.ims.callinfo@1.0.so index f0c2982..b94b866 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.ims.callinfo@1.0.so and b/proprietary/vendor/lib64/vendor.qti.ims.callinfo@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.ims.factory@1.0.so b/proprietary/vendor/lib64/vendor.qti.ims.factory@1.0.so index 8dcdf46..8fd6b09 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.ims.factory@1.0.so and b/proprietary/vendor/lib64/vendor.qti.ims.factory@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.ims.factory@1.1.so b/proprietary/vendor/lib64/vendor.qti.ims.factory@1.1.so new file mode 100644 index 0000000..f11ecdd Binary files /dev/null and b/proprietary/vendor/lib64/vendor.qti.ims.factory@1.1.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.ims.rcsconfig@1.0.so b/proprietary/vendor/lib64/vendor.qti.ims.rcsconfig@1.0.so index ffe7a08..cfc8243 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.ims.rcsconfig@1.0.so and b/proprietary/vendor/lib64/vendor.qti.ims.rcsconfig@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.ims.rcsconfig@1.1.so b/proprietary/vendor/lib64/vendor.qti.ims.rcsconfig@1.1.so index 1b37df3..17f9f79 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.ims.rcsconfig@1.1.so and b/proprietary/vendor/lib64/vendor.qti.ims.rcsconfig@1.1.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.ims.rcsconfig@2.0.so b/proprietary/vendor/lib64/vendor.qti.ims.rcsconfig@2.0.so index 4efef4f..be41b10 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.ims.rcsconfig@2.0.so and b/proprietary/vendor/lib64/vendor.qti.ims.rcsconfig@2.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.ims.rcsconfig@2.1.so b/proprietary/vendor/lib64/vendor.qti.ims.rcsconfig@2.1.so index bef9a3b..a332390 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.ims.rcsconfig@2.1.so and b/proprietary/vendor/lib64/vendor.qti.ims.rcsconfig@2.1.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.imsrtpservice@3.0-service-Impl.so b/proprietary/vendor/lib64/vendor.qti.imsrtpservice@3.0-service-Impl.so index e173615..4f8c059 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.imsrtpservice@3.0-service-Impl.so and b/proprietary/vendor/lib64/vendor.qti.imsrtpservice@3.0-service-Impl.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.imsrtpservice@3.0.so b/proprietary/vendor/lib64/vendor.qti.imsrtpservice@3.0.so index 2c74237..90eeb66 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.imsrtpservice@3.0.so and b/proprietary/vendor/lib64/vendor.qti.imsrtpservice@3.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.latency@2.0.so b/proprietary/vendor/lib64/vendor.qti.latency@2.0.so index 61a8cb2..1e40c61 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.latency@2.0.so and b/proprietary/vendor/lib64/vendor.qti.latency@2.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.latency@2.1.so b/proprietary/vendor/lib64/vendor.qti.latency@2.1.so new file mode 100644 index 0000000..232d2da Binary files /dev/null and b/proprietary/vendor/lib64/vendor.qti.latency@2.1.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.qspmhal@1.0-impl.so b/proprietary/vendor/lib64/vendor.qti.qspmhal@1.0-impl.so index d0f475d..6c3b3be 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.qspmhal@1.0-impl.so and b/proprietary/vendor/lib64/vendor.qti.qspmhal@1.0-impl.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.qspmhal@1.0.so b/proprietary/vendor/lib64/vendor.qti.qspmhal@1.0.so index d97968f..a985287 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.qspmhal@1.0.so and b/proprietary/vendor/lib64/vendor.qti.qspmhal@1.0.so differ diff --git a/proprietary/vendor/radio/qcril_database/qcril.db b/proprietary/vendor/radio/qcril_database/qcril.db index 8f309eb..e7f362f 100644 Binary files a/proprietary/vendor/radio/qcril_database/qcril.db and b/proprietary/vendor/radio/qcril_database/qcril.db differ diff --git a/proprietary/vendor/radio/qcril_database/upgrade/0_initial.sql b/proprietary/vendor/radio/qcril_database/upgrade/0_initial.sql index 902e88d..7eb5803 100644 --- a/proprietary/vendor/radio/qcril_database/upgrade/0_initial.sql +++ b/proprietary/vendor/radio/qcril_database/upgrade/0_initial.sql @@ -8,6 +8,7 @@ PRAGMA foreign_keys=OFF; BEGIN TRANSACTION; CREATE TABLE qcril_emergency_source_mcc_table(MCC TEXT, NUMBER TEXT, IMS_ADDRESS TEXT, SERVICE TEXT, PRIMARY KEY(MCC,NUMBER)); +INSERT INTO qcril_emergency_source_mcc_table VALUES('334','060','',''); INSERT INTO qcril_emergency_source_mcc_table VALUES('730','133','',''); INSERT INTO qcril_emergency_source_mcc_table VALUES('732','123','',''); INSERT INTO qcril_emergency_source_mcc_table VALUES('901','999','',''); @@ -56,6 +57,7 @@ INSERT INTO qcril_emergency_source_mcc_table VALUES('457','192','',''); INSERT INTO qcril_emergency_source_mcc_table VALUES('457','199','',''); INSERT INTO qcril_emergency_source_mcc_table VALUES('706','122','',''); INSERT INTO qcril_emergency_source_mcc_table VALUES('704','122','',''); +INSERT INTO qcril_emergency_source_mcc_table VALUES('334','066','',''); INSERT INTO qcril_emergency_source_mcc_table VALUES('716','105','',''); INSERT INTO qcril_emergency_source_mcc_table VALUES('429','100',NULL,NULL); INSERT INTO qcril_emergency_source_mcc_table VALUES('429','101',NULL,NULL); @@ -192,6 +194,7 @@ INSERT INTO qcril_emergency_source_hard_mcc_table VALUES('214','911','',''); INSERT INTO qcril_emergency_source_hard_mcc_table VALUES('208','911','',''); INSERT INTO qcril_emergency_source_hard_mcc_table VALUES('208','112','',''); INSERT INTO qcril_emergency_source_hard_mcc_table VALUES('334','112','',''); +INSERT INTO qcril_emergency_source_hard_mcc_table VALUES('334','060','',''); INSERT INTO qcril_emergency_source_hard_mcc_table VALUES('334','911','',''); INSERT INTO qcril_emergency_source_hard_mcc_table VALUES('732','911','',''); INSERT INTO qcril_emergency_source_hard_mcc_table VALUES('732','112','',''); @@ -271,6 +274,7 @@ INSERT INTO qcril_emergency_source_mcc_mnc_table VALUES('214','03','112','',''); INSERT INTO qcril_emergency_source_mcc_mnc_table VALUES('214','03','911','',''); INSERT INTO qcril_emergency_source_mcc_mnc_table VALUES('208','01','911','',''); INSERT INTO qcril_emergency_source_mcc_mnc_table VALUES('208','01','112','',''); +INSERT INTO qcril_emergency_source_mcc_mnc_table VALUES('334','020','060','',''); INSERT INTO qcril_emergency_source_mcc_mnc_table VALUES('334','020','112','',''); INSERT INTO qcril_emergency_source_mcc_mnc_table VALUES('334','020','911','',''); INSERT INTO qcril_emergency_source_mcc_mnc_table VALUES('732','101','112','',''); diff --git a/proprietary/vendor/radio/qcril_database/upgrade/6_version_update_ecc_table.sql b/proprietary/vendor/radio/qcril_database/upgrade/6_version_update_ecc_table.sql index 8b509a4..5fd1fa9 100644 --- a/proprietary/vendor/radio/qcril_database/upgrade/6_version_update_ecc_table.sql +++ b/proprietary/vendor/radio/qcril_database/upgrade/6_version_update_ecc_table.sql @@ -8,834 +8,6 @@ BEGIN TRANSACTION; INSERT OR REPLACE INTO qcril_properties_table (property, value) VALUES ('qcrildb_version', 6); -/*Start Emerency List For INDIA AIRTEL Operator qcril_emergency_source_voice_mcc_mnc_table ravi.katam 2019/09/18 */ - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','49','100','','full'); /*Andhra Pradesh*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','49','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','49','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','49','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','10','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','10','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','10','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','10','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','31','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','31','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','31','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','31','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','40','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','40','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','40','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','40','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','45','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','45','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','45','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','45','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','51','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','51','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','51','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','51','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','52','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','52','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','52','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','52','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','53','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','53','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','53','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','53','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','54','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','54','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','54','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','54','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','55','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','55','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','55','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','55','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','56','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','56','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','56','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','56','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','90','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','90','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','90','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','90','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','92','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','92','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','92','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','92','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','93','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','93','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','93','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','93','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','94','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','94','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','94','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','94','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','95','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','95','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','95','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','95','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','96','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','96','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','96','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','96','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','97','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','97','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','97','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','97','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','98','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','98','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','98','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','98','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','02','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','02','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','02','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','02','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','03','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','03','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','03','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','03','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','16','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','16','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','16','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','16','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','70','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','70','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','70','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','70','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','818','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','818','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','818','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','818','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','819','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','819','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','819','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','819','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','876','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','876','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','876','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','876','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','879','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','879','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','879','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','879','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','927','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','927','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','927','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','927','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','929','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','929','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','929','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','929','108','','full'); - -/*End Emerency List For INDIA AIRTEL Operator qcril_emergency_source_voice_mcc_mnc_table */ - -/*Start Emerency List For INDIA IDEA Operator qcril_emergency_source_voice_mcc_mnc_table ravi.katam 2019/09/18 */ - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','07','100','','full'); /*Andhra Pradesh*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','07','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','07','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','07','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','04','100','','full'); /*Delhi*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','04','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','04','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','04','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','24','100','','full'); /*Gujarat*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','24','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','24','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','24','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','12','100','','full'); /*Haryana*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','12','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','12','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','12','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','44','100','','full'); /*Karnataka*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','44','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','44','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','44','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','19','100','','full'); /*Kerala*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','19','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','19','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','19','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','848','100','','full'); /*Kolkata*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','848','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','848','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','848','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','22','100','','full'); /*Maharashtra*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','22','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','22','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','22','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','799','100','','full'); /*Mumbai*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','799','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','799','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','799','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','14','100','','full'); /*Punjab*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','14','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','14','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','14','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','87','100','','full'); /*Rajasthan*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','87','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','87','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','87','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','852','100','','full'); /*TamilNadu*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','852','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','852','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','852','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','89','100','','full'); /*Uttar Pradesh (East)*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','89','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','89','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','89','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','56','100','','full'); /*Uttar Pradesh (West)*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','56','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','56','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','56','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','853','100','','full'); /*West Bengal*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','853','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','853','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','853','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','846','100','','full'); /*Jammu & Kashmir*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','846','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','846','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','846','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','845','100','','full'); /*Assam*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','845','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','845','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','845','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','70','100','','full'); /*Bihar*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','70','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','70','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','70','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','850','100','','full'); /*Orissa*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','850','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','850','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','850','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','82','100','','full'); /*Himachal Pradesh*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','82','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','82','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','82','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','849','100','','full'); /*North East India*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','849','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','849','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','849','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','78','100','','full'); /*Madhya Pradesh*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','78','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','78','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','78','108','','full'); - -/*Emerency List IDEA Operator qcril_emergency_source_voice_mcc_mnc_table END*/ - -/*Start Emerency List For INDIA VODAFONE Operator qcril_emergency_source_voice_mcc_mnc_table ravi.katam 2019/09/18 */ - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','13','100','','full'); /*Andhra Pradesh*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','13','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','13','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','13','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','84','100','','full'); /*Chennai*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','84','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','84','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','84','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','11','100','','full'); /*Delhi*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','11','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','11','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','11','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','05','100','','full'); /*Gujarat*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','05','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','05','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','05','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','01','100','','full'); /*Haryana*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','01','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','01','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','01','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','86','100','','full'); /*Karnataka*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','86','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','86','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','86','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','46','100','','full'); /*Kerala*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','46','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','46','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','46','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','30','100','','full'); /*Kolkata*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','30','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','30','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','30','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','27','100','','full'); /*Maharashtra*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','27','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','27','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','27','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','20','100','','full'); /*Mumbai*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','20','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','20','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','20','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','88','100','','full'); /*Punjab*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','88','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','88','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','88','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','60','100','','full'); /*Rajasthan*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','60','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','60','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','60','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','43','100','','full'); /*TamilNadu*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','43','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','43','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','43','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','15','100','','full'); /*Uttar Pradesh (East)*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','15','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','15','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','15','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','66','100','','full'); /*Uttar Pradesh (West)*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','66','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','66','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','66','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','67','100','','full'); /*West Bengal*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','67','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','67','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','67','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','750','100','','full'); /*Jammu & Kashmir*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','750','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','750','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','750','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','751','100','','full'); /*Assam*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','751','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','751','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','751','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','752','100','','full'); /*Bihar*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','752','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','752','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','752','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','753','100','','full'); /*Orissa*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','753','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','753','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','753','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','754','100','','full'); /*Himachal Pradesh*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','754','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','754','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','754','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','755','100','','full'); /*North East India*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','755','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','755','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','755','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','756','100','','full'); /*Madhya Pradesh*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','756','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','756','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','756','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','68','100','','full'); /*MTNL Delhi*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','68','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','68','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','68','108','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','68','911','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','68','112','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','69','100','','full'); /*MTNL Mumbai*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','69','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','69','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','69','108','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','69','911','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','69','112','','full'); - -/*Emerency List VODAFONE Operator qcril_emergency_source_voice_mcc_mnc_table END*/ - - -/*Start Emerency List For INDIA BSNL Operator qcril_emergency_source_voice_mcc_mnc_table ravi.katam 2019/09/18 */ - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','34','100','','full'); /*Haryana*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','34','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','34','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','34','108','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','34','911','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','38','100','','full'); /*Assam*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','38','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','38','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','38','108','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','38','911','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','51','100','','full'); /*Himachal Pradesh*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','51','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','51','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','51','108','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','51','911','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','53','100','','full'); /*Punjab*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','53','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','53','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','53','108','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','53','911','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','54','100','','full'); /*Uttar Pradesh (West)*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','54','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','54','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','54','108','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','54','911','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','55','100','','full'); /*Uttar Pradesh (East)*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','55','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','55','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','55','108','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','55','911','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','57','100','','full'); /*Gujarat*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','57','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','57','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','57','108','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','57','911','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','58','100','','full'); /*Madhya Pradesh*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','58','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','58','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','58','108','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','58','911','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','59','100','','full'); /*Rajasthan*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','59','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','59','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','59','108','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','59','911','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','62','100','','full'); /*Jammu & Kashmir*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','62','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','62','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','62','108','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','62','911','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','64','100','','full'); /*Chennai*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','64','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','64','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','64','108','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','64','911','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','66','100','','full'); /*Maharashtra*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','66','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','66','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','66','108','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','66','911','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','71','100','','full'); /*Karnataka*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','71','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','71','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','71','108','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','71','911','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','72','100','','full'); /*Kerala*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','72','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','72','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','72','108','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','72','911','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','73','100','','full'); /*Andhra Pradesh*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','73','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','73','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','73','108','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','73','911','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','74','100','','full'); /*West Bengal*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','74','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','74','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','74','108','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','74','911','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','75','100','','full'); /*Bihar*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','75','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','75','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','75','108','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','75','911','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','76','100','','full'); /*Orissa*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','76','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','76','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','76','108','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','76','911','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','77','100','','full'); /*North East*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','77','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','77','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','77','108','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','77','911','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','79','100','','full'); /*Andaman Nicobar*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','79','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','79','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','79','108','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','79','911','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','80','100','','full'); /*Tamilnadu*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','80','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','80','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','80','108','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','80','911','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','81','100','','full'); /*Kolkata*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','81','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','81','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','81','108','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','81','911','','full'); - -/*END Emerency List For INDIA BSNL Operator qcril_emergency_source_voice_mcc_mnc_table */ - -/*Start Emerency List [GLFT-8149] [GLFT-8599] [GLFT-7245] [GLFT-7546] [GLFT-8643] [GLFT-8160] - [GLFT-8149] ravi.katam 2019/09/18 */ - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('262','02','000','','full'); /*Vodafone.de*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('262','02','112','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('262','02','911','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('262','02','110','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('262','02','08','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('262','03','110','','full'); /*o2-de*/ - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('242','02','110','','full'); /*Fire Telia N*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('242','02','113','','full'); /*Ambulance Telia N*/ - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('208','20','116','','full'); /*F-Bouygues Telecom*/ - -/* END Emerency List For Germany operators */ - -/* START VENDOR_EDIT ravi.katam [GLFT-8387] 2019/09/18 Add Emergency Numbers for "Belgium" Operator*/ - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('206','01','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('206','10','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('206','20','100','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('206','01','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('206','10','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('206','20','101','','full'); - -/* END VENDOR_EDIT ravi.katam NETWORK */ - -/* START VENDOR_EDIT ravi.katam [EIDQ-5148] 2019/09/20 Emergency Numbers for "INDIA" operators*/ - -INSERT OR REPLACE INTO qcril_emergency_source_voice_table VALUES('404','100','',''); -INSERT OR REPLACE INTO qcril_emergency_source_voice_table VALUES('404','101','',''); -INSERT OR REPLACE INTO qcril_emergency_source_voice_table VALUES('404','102','',''); -INSERT OR REPLACE INTO qcril_emergency_source_voice_table VALUES('404','108','',''); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_table VALUES('405','100','',''); -INSERT OR REPLACE INTO qcril_emergency_source_voice_table VALUES('405','101','',''); -INSERT OR REPLACE INTO qcril_emergency_source_voice_table VALUES('405','102','',''); -INSERT OR REPLACE INTO qcril_emergency_source_voice_table VALUES('405','108','',''); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','100','','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','101','','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','102','','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','108','','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','100','','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','101','','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','102','','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','108','','','full'); -/* END VENDOR_EDIT [EIDQ-5148] */ - -/* VENDIR_EDIT Start Add Removed RJIO Emergency Numbers ravi.katam 2019/09/26 */ - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','840','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','840','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','840','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','840','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','854','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','854','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','854','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','854','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','855','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','855','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','855','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','855','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','856','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','856','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','856','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','856','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','857','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','857','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','857','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','857','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','858','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','858','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','858','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','858','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','859','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','859','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','859','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','859','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','860','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','860','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','860','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','860','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','861','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','861','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','861','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','861','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','862','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','862','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','862','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','862','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','863','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','863','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','863','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','863','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','864','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','864','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','864','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','864','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','865','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','865','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','865','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','865','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','866','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','866','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','866','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','866','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','867','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','867','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','867','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','867','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','868','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','868','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','868','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','868','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','869','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','869','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','869','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','869','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','870','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','870','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','870','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','870','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','871','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','871','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','871','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','871','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','872','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','872','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','872','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','872','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','873','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','873','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','873','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','873','108','','full'); - - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','874','100','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','874','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','874','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','874','108','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','840','100','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','840','101','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','840','102','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','840','108','',''); - -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','854','100','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','854','101','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','854','102','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','854','108','',''); - -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','855','100','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','855','101','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','855','102','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','855','108','',''); - -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','856','100','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','856','101','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','856','102','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','856','108','',''); - -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','857','100','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','857','101','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','857','102','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','857','108','',''); - -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','858','100','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','858','101','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','858','102','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','858','108','',''); - -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','859','100','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','859','101','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','859','102','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','859','108','',''); - -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','860','100','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','860','101','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','860','102','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','860','108','',''); - -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','861','100','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','861','101','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','861','102','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','861','108','',''); - -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','862','100','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','862','101','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','862','102','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','862','108','',''); - -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','863','100','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','863','101','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','863','102','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','863','108','',''); - -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','864','100','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','864','101','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','864','102','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','864','108','',''); - -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','865','100','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','865','101','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','865','102','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','865','108','',''); - -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','866','100','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','866','101','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','866','102','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','866','108','',''); - -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','867','100','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','867','101','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','867','102','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','867','108','',''); - -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','868','100','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','868','101','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','868','102','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','868','108','',''); - -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','869','100','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','869','101','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','869','102','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','869','108','',''); - -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','870','100','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','870','101','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','870','102','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','870','108','',''); - -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','871','100','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','871','101','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','871','102','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','871','108','',''); - -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','872','100','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','872','101','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','872','102','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','872','108','',''); - -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','873','100','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','873','101','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','873','102','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','873','108','',''); - -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','874','100','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','874','101','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','874','102','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','874','108','',''); - -/* VENDOR_EDIT [HD-28485] Process 101,102 numbers as normal voice call numbers */ -INSERT OR REPLACE INTO qcril_emergency_source_voice_table VALUES('425','101','',''); -INSERT OR REPLACE INTO qcril_emergency_source_voice_table VALUES('425','102','',''); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('425','03','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('425','03','102','','full'); -/* VENDOR_EDIT END [HD-28485] */ - -/* VENDOR_EDIT [21-02-2020] [ISTRACKING-57566] Process 101,102,103 numbers as normal emergency numbers */ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('257','01','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('257','01','102','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('257','01','103','','full'); - -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('257','01','101','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('257','01','102','',''); -INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('257','01','103','',''); -/* END VENDOR_EDIT [ISTRACKING-57566] */ - DELETE FROM qcril_emergency_source_hard_mcc_table where MCC = '262' AND NUMBER = '110'; COMMIT TRANSACTION; - diff --git a/proprietary/vendor/radio/qcril_database/upgrade/7_version_update_ecc_table.sql b/proprietary/vendor/radio/qcril_database/upgrade/7_version_update_ecc_table.sql index 7fbf0c7..dedcb75 100644 --- a/proprietary/vendor/radio/qcril_database/upgrade/7_version_update_ecc_table.sql +++ b/proprietary/vendor/radio/qcril_database/upgrade/7_version_update_ecc_table.sql @@ -8,13 +8,6 @@ BEGIN TRANSACTION; INSERT OR REPLACE INTO qcril_properties_table (property, value) VALUES ('qcrildb_version', 7); -/* VENDOR_EDIT [HD-28485] Process 101,102 numbers as normal voice call numbers */ -INSERT OR REPLACE INTO qcril_emergency_source_voice_table VALUES('425','101','',''); -INSERT OR REPLACE INTO qcril_emergency_source_voice_table VALUES('425','102','',''); - -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('425','03','101','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('425','03','102','','full'); -/* VENDOR_EDIT END [HD-28485] */ INSERT INTO qcril_emergency_source_mcc_mnc_table VALUES('208','01','15','',''); INSERT INTO qcril_emergency_source_mcc_mnc_table VALUES('208','01','17','',''); INSERT INTO qcril_emergency_source_mcc_mnc_table VALUES('208','01','18','',''); diff --git a/proprietary/vendor/radio/qcril_database/upgrade/8_version_update_ecc_table.sql b/proprietary/vendor/radio/qcril_database/upgrade/8_version_update_ecc_table.sql index 89fc6f8..e994273 100644 --- a/proprietary/vendor/radio/qcril_database/upgrade/8_version_update_ecc_table.sql +++ b/proprietary/vendor/radio/qcril_database/upgrade/8_version_update_ecc_table.sql @@ -1,5 +1,5 @@ /* - Copyright (c) 2020 Qualcomm Technologies, Inc. + Copyright (c) 2021 Qualcomm Technologies, Inc. All Rights Reserved. Confidential and Proprietary - Qualcomm Technologies, Inc. */ @@ -7,60 +7,62 @@ BEGIN TRANSACTION; INSERT OR REPLACE INTO qcril_properties_table (property, value) VALUES ('qcrildb_version', 8); - -/*Start: VENDOR_EDIT siddharth.telang - Add Local Emergency Numbers for Bosnia and Poland */ -/*Start Emerency List For Bosnia */ -INSERT OR REPLACE INTO qcril_emergency_source_voice_table VALUES('218','122','',''); -INSERT OR REPLACE INTO qcril_emergency_source_voice_table VALUES('218','123','',''); -INSERT OR REPLACE INTO qcril_emergency_source_voice_table VALUES('218','124','',''); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('218','03','122','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('218','03','123','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('218','03','124','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('218','05','122','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('218','05','123','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('218','05','124','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('218','90','122','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('218','90','123','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('218','90','124','','full'); -/*End Emerency List For Bosnia */ -/*Start: Emergency numbers for Poland*/ -/*Start: Plus Poland*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('260','01','997','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('260','01','998','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('260','01','999','','full'); -/*End: Plus Poland*/ -/*Start: DT Poland*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('260','02','997','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('260','02','998','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('260','02','999','','full'); -/*End: DT Poland*/ -/*Start: Orange Poland*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('260','03','997','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('260','03','998','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('260','03','999','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('260','05','997','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('260','05','998','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('260','05','999','','full'); -/*End: Orange Poland*/ -/*Start: Play Poland*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('260','06','997','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('260','06','998','','full'); -INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('260','06','999','','full'); -/*End: Play Poland*/ -INSERT OR REPLACE INTO qcril_emergency_source_voice_table VALUES('260','997','',''); -INSERT OR REPLACE INTO qcril_emergency_source_voice_table VALUES('260','998','',''); -INSERT OR REPLACE INTO qcril_emergency_source_voice_table VALUES('260','999','',''); -/*End: Emergency numbers for Poland*/ -/*End: VENDOR_EDIT siddharth.telang - Add Local Emergency Numbers for Bosnia and Poland */ - -/*START VENDOR_EDIT ravi.katam [GLFT-11654] Remove Emergency numbers for Vodafone CZ as per the requirement*/ -DELETE FROM qcril_emergency_source_hard_mcc_table where MCC = '230' AND NUMBER = '150'; -DELETE FROM qcril_emergency_source_hard_mcc_table where MCC = '230' AND NUMBER = '155'; -DELETE FROM qcril_emergency_source_hard_mcc_table where MCC = '230' AND NUMBER = '158'; - -DELETE FROM qcril_emergency_source_mcc_mnc_table where MCC = '230' AND MNC = '03' AND NUMBER = '150'; -DELETE FROM qcril_emergency_source_mcc_mnc_table where MCC = '230' AND MNC = '03' AND NUMBER = '155'; -DELETE FROM qcril_emergency_source_mcc_mnc_table where MCC = '230' AND MNC = '03' AND NUMBER = '158'; -/*END VENDOR_EDIT */ - +INSERT INTO qcril_emergency_source_mcc_table VALUES('204','112','',''); +INSERT INTO qcril_emergency_source_mcc_table VALUES('206','112','',''); +INSERT INTO qcril_emergency_source_mcc_table VALUES('208','911','',''); +INSERT INTO qcril_emergency_source_mcc_table VALUES('208','112','',''); +INSERT INTO qcril_emergency_source_mcc_table VALUES('214','911','',''); +INSERT INTO qcril_emergency_source_mcc_table VALUES('214','112','',''); +INSERT INTO qcril_emergency_source_mcc_table VALUES('216','112','',''); +INSERT INTO qcril_emergency_source_mcc_table VALUES('222','112','',''); +INSERT INTO qcril_emergency_source_mcc_table VALUES('222','911','',''); +INSERT INTO qcril_emergency_source_mcc_table VALUES('222','999','',''); +INSERT INTO qcril_emergency_source_mcc_table VALUES('222','08','',''); +INSERT INTO qcril_emergency_source_mcc_table VALUES('222','118','',''); +INSERT INTO qcril_emergency_source_mcc_table VALUES('222','119','',''); +INSERT INTO qcril_emergency_source_mcc_table VALUES('226','112','',''); +INSERT INTO qcril_emergency_source_mcc_table VALUES('226','911','',''); +INSERT INTO qcril_emergency_source_mcc_table VALUES('230','112','',''); +INSERT INTO qcril_emergency_source_mcc_table VALUES('230','150','',''); +INSERT INTO qcril_emergency_source_mcc_table VALUES('230','155','',''); +INSERT INTO qcril_emergency_source_mcc_table VALUES('230','158','',''); +INSERT INTO qcril_emergency_source_mcc_table VALUES('231','112','',''); +INSERT INTO qcril_emergency_source_mcc_table VALUES('231','911','',''); +INSERT INTO qcril_emergency_source_mcc_table VALUES('234','112','',''); +INSERT INTO qcril_emergency_source_mcc_table VALUES('234','911','',''); +INSERT INTO qcril_emergency_source_mcc_table VALUES('260','112','',''); +INSERT INTO qcril_emergency_source_mcc_table VALUES('260','911','',''); +INSERT INTO qcril_emergency_source_mcc_table VALUES('262','112','',''); +INSERT INTO qcril_emergency_source_mcc_table VALUES('268','112','',''); +INSERT INTO qcril_emergency_source_mcc_table VALUES('272','112','',''); +INSERT INTO qcril_emergency_source_mcc_table VALUES('272','999','',''); +INSERT INTO qcril_emergency_source_mcc_table VALUES('286','112','',''); +INSERT INTO qcril_emergency_source_mcc_table VALUES('302','999','',''); +INSERT INTO qcril_emergency_source_mcc_table VALUES('310','999','',''); +INSERT INTO qcril_emergency_source_mcc_table VALUES('404','112','',''); +INSERT INTO qcril_emergency_source_mcc_table VALUES('405','112','',''); +DELETE FROM qcril_emergency_source_mcc_table where MCC = '414' AND NUMBER = '191'; +INSERT INTO qcril_emergency_source_mcc_table VALUES('414','191','',''); +DELETE FROM qcril_emergency_source_mcc_table where MCC = '414' AND NUMBER = '192'; +INSERT INTO qcril_emergency_source_mcc_table VALUES('414','192','',''); +DELETE FROM qcril_emergency_source_mcc_table where MCC = '414' AND NUMBER = '199'; +INSERT INTO qcril_emergency_source_mcc_table VALUES('414','199','',''); +DELETE FROM qcril_emergency_source_mcc_table where MCC = '515' AND NUMBER = '117'; +INSERT INTO qcril_emergency_source_mcc_table VALUES('515','117','',''); +DELETE FROM qcril_emergency_source_mcc_table where MCC = '515' AND NUMBER = '192'; +INSERT INTO qcril_emergency_source_mcc_table VALUES('515','192','',''); +DELETE FROM qcril_emergency_source_mcc_table where MCC = '515' AND NUMBER = '911'; +INSERT INTO qcril_emergency_source_mcc_table VALUES('515','911','',''); +DELETE FROM qcril_emergency_source_mcc_table where MCC = '520' AND NUMBER = '191'; +INSERT INTO qcril_emergency_source_mcc_table VALUES('520','191','',''); +DELETE FROM qcril_emergency_source_mcc_table where MCC = '520' AND NUMBER = '1669'; +INSERT INTO qcril_emergency_source_mcc_table VALUES('520','1669','',''); +DELETE FROM qcril_emergency_source_mcc_table where MCC = '520' AND NUMBER = '199'; +INSERT INTO qcril_emergency_source_mcc_table VALUES('520','199','',''); +DELETE FROM qcril_emergency_source_mcc_table where MCC = '520' AND NUMBER = '112'; +INSERT INTO qcril_emergency_source_mcc_table VALUES('520','112','',''); +DELETE FROM qcril_emergency_source_mcc_table where MCC = '520' AND NUMBER = '911'; +INSERT INTO qcril_emergency_source_mcc_table VALUES('520','911','',''); +INSERT INTO qcril_emergency_source_mcc_table VALUES('655','112','',''); +INSERT INTO qcril_emergency_source_mcc_table VALUES('655','911','',''); COMMIT TRANSACTION; diff --git a/sm7250-common-vendor.mk b/sm7250-common-vendor.mk index fbe2d92..7d60966 100644 --- a/sm7250-common-vendor.mk +++ b/sm7250-common-vendor.mk @@ -8,7 +8,6 @@ PRODUCT_SOONG_NAMESPACES += \ PRODUCT_COPY_FILES += \ vendor/oneplus/sm7250-common/proprietary/system/etc/permissions/privapp-permissions-qti.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/privapp-permissions-qti.xml \ vendor/oneplus/sm7250-common/proprietary/system/etc/sysconfig/qti_whitelist.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/sysconfig/qti_whitelist.xml \ - vendor/oneplus/sm7250-common/proprietary/system/framework/tcmclient.jar:$(TARGET_COPY_OUT_SYSTEM)/framework/tcmclient.jar \ vendor/oneplus/sm7250-common/proprietary/system_ext/bin/dpmd:$(TARGET_COPY_OUT_SYSTEM_EXT)/bin/dpmd \ vendor/oneplus/sm7250-common/proprietary/system_ext/bin/wfdservice:$(TARGET_COPY_OUT_SYSTEM_EXT)/bin/wfdservice \ vendor/oneplus/sm7250-common/proprietary/system_ext/etc/dpm/dpm.conf:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/dpm/dpm.conf \ @@ -20,14 +19,9 @@ PRODUCT_COPY_FILES += \ vendor/oneplus/sm7250-common/proprietary/system_ext/etc/permissions/qcrilhook.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/qcrilhook.xml \ vendor/oneplus/sm7250-common/proprietary/system_ext/etc/permissions/qti_libpermissions.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/qti_libpermissions.xml \ vendor/oneplus/sm7250-common/proprietary/system_ext/etc/permissions/qti_permissions.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/qti_permissions.xml \ - vendor/oneplus/sm7250-common/proprietary/system_ext/etc/permissions/telephonyservice.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/telephonyservice.xml \ + vendor/oneplus/sm7250-common/proprietary/system_ext/etc/permissions/telephony_system-ext_privapp-permissions-qti.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/telephony_system-ext_privapp-permissions-qti.xml \ vendor/oneplus/sm7250-common/proprietary/system_ext/etc/seccomp_policy/wfdservice.policy:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/seccomp_policy/wfdservice.policy \ vendor/oneplus/sm7250-common/proprietary/system_ext/etc/wfdconfigsink.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/wfdconfigsink.xml \ - vendor/oneplus/sm7250-common/proprietary/system_ext/framework/com.android.hotwordenrollment.common.util.jar:$(TARGET_COPY_OUT_SYSTEM_EXT)/framework/com.android.hotwordenrollment.common.util.jar \ - vendor/oneplus/sm7250-common/proprietary/system_ext/framework/com.qti.dpmframework.jar:$(TARGET_COPY_OUT_SYSTEM_EXT)/framework/com.qti.dpmframework.jar \ - vendor/oneplus/sm7250-common/proprietary/system_ext/framework/dpmapi.jar:$(TARGET_COPY_OUT_SYSTEM_EXT)/framework/dpmapi.jar \ - vendor/oneplus/sm7250-common/proprietary/system_ext/framework/qcrilhook.jar:$(TARGET_COPY_OUT_SYSTEM_EXT)/framework/qcrilhook.jar \ - vendor/oneplus/sm7250-common/proprietary/system_ext/framework/vendor.qti.hardware.alarm-V1.0-java.jar:$(TARGET_COPY_OUT_SYSTEM_EXT)/framework/vendor.qti.hardware.alarm-V1.0-java.jar \ vendor/oneplus/sm7250-common/proprietary/system_ext/lib/com.qualcomm.qti.ant@1.0.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib/com.qualcomm.qti.ant@1.0.so \ vendor/oneplus/sm7250-common/proprietary/system_ext/lib/com.qualcomm.qti.dpm.api@1.0.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib/com.qualcomm.qti.dpm.api@1.0.so \ vendor/oneplus/sm7250-common/proprietary/system_ext/lib/com.qualcomm.qti.wifidisplayhal@1.0.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib/com.qualcomm.qti.wifidisplayhal@1.0.so \ @@ -91,6 +85,14 @@ PRODUCT_COPY_FILES += \ vendor/oneplus/sm7250-common/proprietary/system_ext/lib64/libwfduibcsrc.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib64/libwfduibcsrc.so \ vendor/oneplus/sm7250-common/proprietary/system_ext/lib64/libwfduibcsrcinterface.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib64/libwfduibcsrcinterface.so \ vendor/oneplus/sm7250-common/proprietary/system_ext/lib64/vendor.qti.diaghal@1.0.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib64/vendor.qti.diaghal@1.0.so \ + vendor/oneplus/sm7250-common/proprietary/system_ext/lib64/vendor.qti.ims.callcapability@1.0.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib64/vendor.qti.ims.callcapability@1.0.so \ + vendor/oneplus/sm7250-common/proprietary/system_ext/lib64/vendor.qti.ims.callinfo@1.0.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib64/vendor.qti.ims.callinfo@1.0.so \ + vendor/oneplus/sm7250-common/proprietary/system_ext/lib64/vendor.qti.ims.factory@1.0.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib64/vendor.qti.ims.factory@1.0.so \ + vendor/oneplus/sm7250-common/proprietary/system_ext/lib64/vendor.qti.ims.factory@1.1.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib64/vendor.qti.ims.factory@1.1.so \ + vendor/oneplus/sm7250-common/proprietary/system_ext/lib64/vendor.qti.ims.rcsconfig@1.0.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib64/vendor.qti.ims.rcsconfig@1.0.so \ + vendor/oneplus/sm7250-common/proprietary/system_ext/lib64/vendor.qti.ims.rcsconfig@1.1.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib64/vendor.qti.ims.rcsconfig@1.1.so \ + vendor/oneplus/sm7250-common/proprietary/system_ext/lib64/vendor.qti.ims.rcsconfig@2.0.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib64/vendor.qti.ims.rcsconfig@2.0.so \ + vendor/oneplus/sm7250-common/proprietary/system_ext/lib64/vendor.qti.ims.rcsconfig@2.1.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib64/vendor.qti.ims.rcsconfig@2.1.so \ vendor/oneplus/sm7250-common/proprietary/system_ext/lib64/vendor.qti.imsrtpservice@3.0.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib64/vendor.qti.imsrtpservice@3.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/ATFWD-daemon:$(TARGET_COPY_OUT_VENDOR)/bin/ATFWD-daemon \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/adpl:$(TARGET_COPY_OUT_VENDOR)/bin/adpl \ @@ -109,7 +111,6 @@ PRODUCT_COPY_FILES += \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/hw/qcrild:$(TARGET_COPY_OUT_VENDOR)/bin/hw/qcrild \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/hw/vendor.display.color@1.0-service:$(TARGET_COPY_OUT_VENDOR)/bin/hw/vendor.display.color@1.0-service \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/hw/vendor.oneplus.hardware.display@1.0-service:$(TARGET_COPY_OUT_VENDOR)/bin/hw/vendor.oneplus.hardware.display@1.0-service \ - vendor/oneplus/sm7250-common/proprietary/vendor/bin/hw/vendor.oneplus.hardware.param@1.0-service:$(TARGET_COPY_OUT_VENDOR)/bin/hw/vendor.oneplus.hardware.param@1.0-service \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/hw/vendor.qti.esepowermanager@1.1-service:$(TARGET_COPY_OUT_VENDOR)/bin/hw/vendor.qti.esepowermanager@1.1-service \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/hw/vendor.qti.hardware.alarm@1.0-service:$(TARGET_COPY_OUT_VENDOR)/bin/hw/vendor.qti.hardware.alarm@1.0-service \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/hw/vendor.qti.hardware.capabilityconfigstore@1.0-service:$(TARGET_COPY_OUT_VENDOR)/bin/hw/vendor.qti.hardware.capabilityconfigstore@1.0-service \ @@ -149,10 +150,10 @@ PRODUCT_COPY_FILES += \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/qrtr-ns:$(TARGET_COPY_OUT_VENDOR)/bin/qrtr-ns \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/qseecomd:$(TARGET_COPY_OUT_VENDOR)/bin/qseecomd \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/qti:$(TARGET_COPY_OUT_VENDOR)/bin/qti \ + vendor/oneplus/sm7250-common/proprietary/vendor/bin/rmt_storage:$(TARGET_COPY_OUT_VENDOR)/bin/rmt_storage \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/sensors.qti:$(TARGET_COPY_OUT_VENDOR)/bin/sensors.qti \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/slim_daemon:$(TARGET_COPY_OUT_VENDOR)/bin/slim_daemon \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/sscrpcd:$(TARGET_COPY_OUT_VENDOR)/bin/sscrpcd \ - vendor/oneplus/sm7250-common/proprietary/vendor/bin/ssgqmigd:$(TARGET_COPY_OUT_VENDOR)/bin/ssgqmigd \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/ssgtzd:$(TARGET_COPY_OUT_VENDOR)/bin/ssgtzd \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/tftp_server:$(TARGET_COPY_OUT_VENDOR)/bin/tftp_server \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/thermal-engine:$(TARGET_COPY_OUT_VENDOR)/bin/thermal-engine \ @@ -167,8 +168,10 @@ PRODUCT_COPY_FILES += \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/xtwifi-inet-agent:$(TARGET_COPY_OUT_VENDOR)/bin/xtwifi-inet-agent \ vendor/oneplus/sm7250-common/proprietary/vendor/etc/ArmHDCP_QTI_Android.cfg:$(TARGET_COPY_OUT_VENDOR)/etc/ArmHDCP_QTI_Android.cfg \ vendor/oneplus/sm7250-common/proprietary/vendor/etc/cacert_location.pem:$(TARGET_COPY_OUT_VENDOR)/etc/cacert_location.pem \ - vendor/oneplus/sm7250-common/proprietary/vendor/etc/cne/profileSlm.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/profileSlm.xml \ - vendor/oneplus/sm7250-common/proprietary/vendor/etc/cne/slm.conf:$(TARGET_COPY_OUT_VENDOR)/etc/cne/slm.conf \ + vendor/oneplus/sm7250-common/proprietary/vendor/etc/cne/SwimConfig.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/SwimConfig.xml \ + vendor/oneplus/sm7250-common/proprietary/vendor/etc/cne/andsfCne.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/andsfCne.xml \ + vendor/oneplus/sm7250-common/proprietary/vendor/etc/cne/mwqem.conf:$(TARGET_COPY_OUT_VENDOR)/etc/cne/mwqem.conf \ + vendor/oneplus/sm7250-common/proprietary/vendor/etc/cne/profileMwqem.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/profileMwqem.xml \ vendor/oneplus/sm7250-common/proprietary/vendor/etc/cne/wqeclient/ATT/ATT_profile1.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/wqeclient/ATT/ATT_profile1.xml \ vendor/oneplus/sm7250-common/proprietary/vendor/etc/cne/wqeclient/ATT/ATT_profile2.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/wqeclient/ATT/ATT_profile2.xml \ vendor/oneplus/sm7250-common/proprietary/vendor/etc/cne/wqeclient/ATT/ATT_profile3.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/wqeclient/ATT/ATT_profile3.xml \ @@ -230,7 +233,6 @@ PRODUCT_COPY_FILES += \ vendor/oneplus/sm7250-common/proprietary/vendor/etc/init/ssgtzd.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/ssgtzd.rc \ vendor/oneplus/sm7250-common/proprietary/vendor/etc/init/vendor.display.color@1.0-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.display.color@1.0-service.rc \ vendor/oneplus/sm7250-common/proprietary/vendor/etc/init/vendor.oneplus.hardware.display@1.0-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.oneplus.hardware.display@1.0-service.rc \ - vendor/oneplus/sm7250-common/proprietary/vendor/etc/init/vendor.oneplus.hardware.param@1.0-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.oneplus.hardware.param@1.0-service.rc \ vendor/oneplus/sm7250-common/proprietary/vendor/etc/init/vendor.qti.adsprpc-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.qti.adsprpc-service.rc \ vendor/oneplus/sm7250-common/proprietary/vendor/etc/init/vendor.qti.cdsprpc-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.qti.cdsprpc-service.rc \ vendor/oneplus/sm7250-common/proprietary/vendor/etc/init/vendor.qti.esepowermanager@1.1-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.qti.esepowermanager@1.1-service.rc \ @@ -305,7 +307,6 @@ PRODUCT_COPY_FILES += \ vendor/oneplus/sm7250-common/proprietary/vendor/lib/hw/vendor.qti.hardware.bluetooth_sar@1.1-impl.so:$(TARGET_COPY_OUT_VENDOR)/lib/hw/vendor.qti.hardware.bluetooth_sar@1.1-impl.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib/hw/vendor.qti.hardware.btconfigstore@1.0-impl.so:$(TARGET_COPY_OUT_VENDOR)/lib/hw/vendor.qti.hardware.btconfigstore@1.0-impl.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib/hw/vendor.qti.hardware.btconfigstore@2.0-impl.so:$(TARGET_COPY_OUT_VENDOR)/lib/hw/vendor.qti.hardware.btconfigstore@2.0-impl.so \ - vendor/oneplus/sm7250-common/proprietary/vendor/lib/hw/vendor.qti.hardware.capabilityconfigstore@1.0-impl.so:$(TARGET_COPY_OUT_VENDOR)/lib/hw/vendor.qti.hardware.capabilityconfigstore@1.0-impl.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib/hw/vulkan.adreno.so:$(TARGET_COPY_OUT_VENDOR)/lib/hw/vulkan.adreno.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib/libAlacSwDec.so:$(TARGET_COPY_OUT_VENDOR)/lib/libAlacSwDec.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib/libApeSwDec.so:$(TARGET_COPY_OUT_VENDOR)/lib/libApeSwDec.so \ @@ -366,7 +367,6 @@ PRODUCT_COPY_FILES += \ vendor/oneplus/sm7250-common/proprietary/vendor/lib/libmmrtpdecoder_proprietary.so:$(TARGET_COPY_OUT_VENDOR)/lib/libmmrtpdecoder_proprietary.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib/libmmrtpencoder_proprietary.so:$(TARGET_COPY_OUT_VENDOR)/lib/libmmrtpencoder_proprietary.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib/libmulawdec.so:$(TARGET_COPY_OUT_VENDOR)/lib/libmulawdec.so \ - vendor/oneplus/sm7250-common/proprietary/vendor/lib/libopf.so:$(TARGET_COPY_OUT_VENDOR)/lib/libopf.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib/libperfconfig.so:$(TARGET_COPY_OUT_VENDOR)/lib/libperfconfig.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib/libperfgluelayer.so:$(TARGET_COPY_OUT_VENDOR)/lib/libperfgluelayer.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib/libperfioctl.so:$(TARGET_COPY_OUT_VENDOR)/lib/libperfioctl.so \ @@ -436,6 +436,7 @@ PRODUCT_COPY_FILES += \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/com.qualcomm.qti.uceservice@2.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/com.qualcomm.qti.uceservice@2.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/com.qualcomm.qti.uceservice@2.1.so:$(TARGET_COPY_OUT_VENDOR)/lib64/com.qualcomm.qti.uceservice@2.1.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/com.qualcomm.qti.uceservice@2.2.so:$(TARGET_COPY_OUT_VENDOR)/lib64/com.qualcomm.qti.uceservice@2.2.so \ + vendor/oneplus/sm7250-common/proprietary/vendor/lib64/com.qualcomm.qti.uceservice@2.3.so:$(TARGET_COPY_OUT_VENDOR)/lib64/com.qualcomm.qti.uceservice@2.3.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/deviceInfoServiceModule.so:$(TARGET_COPY_OUT_VENDOR)/lib64/deviceInfoServiceModule.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/egl/eglSubDriverAndroid.so:$(TARGET_COPY_OUT_VENDOR)/lib64/egl/eglSubDriverAndroid.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/egl/libEGL_adreno.so:$(TARGET_COPY_OUT_VENDOR)/lib64/egl/libEGL_adreno.so \ @@ -508,6 +509,7 @@ PRODUCT_COPY_FILES += \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/libOmxWmaDec.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libOmxWmaDec.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/libOpenCL.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libOpenCL.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/libQSEEComAPI.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libQSEEComAPI.so \ + vendor/oneplus/sm7250-common/proprietary/vendor/lib64/libQTEEConnector_listener.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libQTEEConnector_listener.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/libQTEEConnector_vendor.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libQTEEConnector_vendor.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/libSecureUILib.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libSecureUILib.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/libStDrvInt.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libStDrvInt.so \ @@ -559,7 +561,6 @@ PRODUCT_COPY_FILES += \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/libgsl.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libgsl.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/libhdr_tm.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libhdr_tm.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/libhexagon_nn_stub.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libhexagon_nn_stub.so \ - vendor/oneplus/sm7250-common/proprietary/vendor/lib64/libhta.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libhta.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/libhta_hexagon_runtime.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libhta_hexagon_runtime.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/libidl.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libidl.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/libizat_client_api.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libizat_client_api.so \ @@ -591,10 +592,7 @@ PRODUCT_COPY_FILES += \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/libnetmgr_rmnet_ext.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libnetmgr_rmnet_ext.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/libnlnetmgr.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libnlnetmgr.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/liboemcrypto.so:$(TARGET_COPY_OUT_VENDOR)/lib64/liboemcrypto.so \ - vendor/oneplus/sm7250-common/proprietary/vendor/lib64/liboemnvbk_img_helper.so:$(TARGET_COPY_OUT_VENDOR)/lib64/liboemnvbk_img_helper.so \ - vendor/oneplus/sm7250-common/proprietary/vendor/lib64/libopf.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libopf.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/libops.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libops.so \ - vendor/oneplus/sm7250-common/proprietary/vendor/lib64/libparam_vendor.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libparam_vendor.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/libpdmapper.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libpdmapper.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/libpdnotifier.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libpdnotifier.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/libperfconfig.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libperfconfig.so \ @@ -702,9 +700,11 @@ PRODUCT_COPY_FILES += \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.display.postproc@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.display.postproc@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.nxp.eventprocessor@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.nxp.eventprocessor@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.oneplus.hardware.hdcpkey@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.oneplus.hardware.hdcpkey@1.0.so \ - vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.oneplus.hardware.param@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.oneplus.hardware.param@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.data.factory@2.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.data.factory@2.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.data.factory@2.1.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.data.factory@2.1.so \ + vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.data.factory@2.2.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.data.factory@2.2.so \ + vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.data.factory@2.3.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.data.factory@2.3.so \ + vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.data.mwqem@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.data.mwqem@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.data.slm@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.data.slm@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.esepowermanager@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.esepowermanager@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.esepowermanager@1.1.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.esepowermanager@1.1.so \ @@ -729,11 +729,13 @@ PRODUCT_COPY_FILES += \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.data.dynamicdds@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.data.dynamicdds@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.data.iwlan@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.data.iwlan@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.data.latency@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.data.latency@1.0.so \ + vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.data.lce@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.data.lce@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.data.qmi@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.data.qmi@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.dsp@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.dsp@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.fm@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.fm@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.iop@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.iop@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.iop@2.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.iop@2.0.so \ + vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.mwqemadapter@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.mwqemadapter@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.qccsyshal@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.qccsyshal@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.qccvndhal@1.0-halimpl.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.qccvndhal@1.0-halimpl.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.qccvndhal@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.qccvndhal@1.0.so \ @@ -748,8 +750,10 @@ PRODUCT_COPY_FILES += \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.4.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.radio.ims@1.4.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.5.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.radio.ims@1.5.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.6.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.radio.ims@1.6.so \ + vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.7.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.radio.ims@1.7.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.radio.internal.deviceinfo@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.radio.internal.deviceinfo@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.radio.lpa@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.radio.lpa@1.0.so \ + vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.radio.lpa@1.1.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.radio.lpa@1.1.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.radio.qcrilhook@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.radio.qcrilhook@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.radio.qtiradio@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.radio.qtiradio@2.0.so \ @@ -774,6 +778,7 @@ PRODUCT_COPY_FILES += \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.ims.callcapability@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.ims.callcapability@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.ims.callinfo@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.ims.callinfo@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.ims.factory@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.ims.factory@1.0.so \ + vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.ims.factory@1.1.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.ims.factory@1.1.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.ims.rcsconfig@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.ims.rcsconfig@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.ims.rcsconfig@1.1.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.ims.rcsconfig@1.1.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.ims.rcsconfig@2.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.ims.rcsconfig@2.0.so \ @@ -781,6 +786,7 @@ PRODUCT_COPY_FILES += \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.imsrtpservice@3.0-service-Impl.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.imsrtpservice@3.0-service-Impl.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.imsrtpservice@3.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.imsrtpservice@3.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.latency@2.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.latency@2.0.so \ + vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.latency@2.1.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.latency@2.1.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.qspmhal@1.0-impl.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.qspmhal@1.0-impl.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.qspmhal@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.qspmhal@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/radio/qcril_database/qcril.db:$(TARGET_COPY_OUT_VENDOR)/radio/qcril_database/qcril.db \ @@ -800,17 +806,21 @@ PRODUCT_PACKAGES += \ CneApp \ IWlanService \ TimeService \ - com.oneplus.gpudrivers.kona.api30 \ com.qualcomm.qti.gpudrivers.lito.api30 \ PowerOffAlarm \ HotwordEnrollmentOKGoogleHEXAGON \ HotwordEnrollmentXGoogleHEXAGON \ QtiTelephonyService \ + imssettings \ WfdService \ ims \ qcrilmsgtunnel \ - WfdCommon \ - qcnvitems \ + tcmclient \ + com.android.hotwordenrollment.common.util \ + com.qti.dpmframework \ + dpmapi \ + qcrilhook \ + vendor.qti.hardware.alarm-V1.0-java \ android.hardware.gnss@2.1-service-qti \ android.hardware.neuralnetworks@1.3-service-qti-hta \ android.hardware.neuralnetworks@1.3-service-qti \