sdm660-common: Update radio blobs from ginkgo

* Cleanup and disable ATFWD

Signed-off-by: clarencelol <clarencekuiek@icloud.com>
Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
Edwin Moquete 2021-11-07 21:03:15 +08:00 committed by pix106
parent 016b09c373
commit 097c21d39f
14 changed files with 306 additions and 616 deletions

View file

@ -144,7 +144,7 @@
<hal format="hidl"> <hal format="hidl">
<name>vendor.qti.data.factory</name> <name>vendor.qti.data.factory</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>
<fqname>@2.2::IFactory/default</fqname> <fqname>@2.1::IFactory/default</fqname>
</hal> </hal>
<hal format="hidl"> <hal format="hidl">
<name>vendor.qti.esepowermanager</name> <name>vendor.qti.esepowermanager</name>
@ -233,14 +233,14 @@
<hal format="hidl"> <hal format="hidl">
<name>vendor.qti.hardware.radio.ims</name> <name>vendor.qti.hardware.radio.ims</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>
<fqname>@1.7::IImsRadio/imsradio0</fqname> <fqname>@1.6::IImsRadio/imsradio0</fqname>
<fqname>@1.7::IImsRadio/imsradio1</fqname> <fqname>@1.6::IImsRadio/imsradio1</fqname>
</hal> </hal>
<hal format="hidl"> <hal format="hidl">
<name>vendor.qti.hardware.radio.lpa</name> <name>vendor.qti.hardware.radio.lpa</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>
<fqname>@1.1::IUimLpa/UimLpa0</fqname> <fqname>@1.0::IUimLpa/UimLpa0</fqname>
<fqname>@1.1::IUimLpa/UimLpa1</fqname> <fqname>@1.0::IUimLpa/UimLpa1</fqname>
</hal> </hal>
<hal format="hidl"> <hal format="hidl">
<name>vendor.qti.hardware.radio.qcrilhook</name> <name>vendor.qti.hardware.radio.qcrilhook</name>
@ -248,6 +248,12 @@
<fqname>@1.1::IQtiOemHook/oemhook0</fqname> <fqname>@1.1::IQtiOemHook/oemhook0</fqname>
<fqname>@1.1::IQtiOemHook/oemhook1</fqname> <fqname>@1.1::IQtiOemHook/oemhook1</fqname>
</hal> </hal>
<hal format="hidl">
<name>vendor.qti.hardware.radio.qtiradio</name>
<transport>hwbinder</transport>
<fqname>@1.0::IQtiRadio/slot1</fqname>
<fqname>@1.0::IQtiRadio/slot2</fqname>
</hal>
<hal format="hidl"> <hal format="hidl">
<name>vendor.qti.hardware.radio.qtiradio</name> <name>vendor.qti.hardware.radio.qtiradio</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>
@ -263,8 +269,8 @@
<hal format="hidl"> <hal format="hidl">
<name>vendor.qti.hardware.radio.uim_remote_client</name> <name>vendor.qti.hardware.radio.uim_remote_client</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>
<fqname>@1.2::IUimRemoteServiceClient/uimRemoteClient0</fqname> <fqname>@1.0::IUimRemoteServiceClient/uimRemoteClient0</fqname>
<fqname>@1.2::IUimRemoteServiceClient/uimRemoteClient1</fqname> <fqname>@1.0::IUimRemoteServiceClient/uimRemoteClient1</fqname>
</hal> </hal>
<hal format="hidl"> <hal format="hidl">
<name>vendor.qti.hardware.radio.uim_remote_server</name> <name>vendor.qti.hardware.radio.uim_remote_server</name>
@ -317,11 +323,6 @@
<transport>hwbinder</transport> <transport>hwbinder</transport>
<fqname>@3.0::IRTPService/imsrtpservice</fqname> <fqname>@3.0::IRTPService/imsrtpservice</fqname>
</hal> </hal>
<hal format="hidl">
<name>vendor.qti.hardware.mwqemadapter</name>
<transport>hwbinder</transport>
<fqname>@1.0::IMwqemAdapter/MwqemAdapter</fqname>
</hal>
<hal format="hidl"> <hal format="hidl">
<name>vendor.xiaomi.hardware.mlipay</name> <name>vendor.xiaomi.hardware.mlipay</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>

View file

@ -20,30 +20,6 @@
for different hardware or product builds. --> for different hardware or product builds. -->
<resources> <resources>
<!-- Determine whether we should show the "listen for instructions" screen after
successfully placing the OTA call -->
<integer name="OtaShowListeningScreen">1</integer>
<!-- Flag indicating if the phone is a world phone -->
<bool name="world_phone">false</bool>
<!-- Flag indicating if dtmf tone type is enabled -->
<bool name="dtmf_type_enabled">true</bool>
<!-- Determine whether calls to mute the microphone in PhoneUtils
are routed through the android.media.AudioManager class (true) or through
the com.android.internal.telephony.Phone interface (false). -->
<bool name="send_mic_mute_to_AudioManager">true</bool>
<!-- If this is true, the SIM card (through Customer Service Profile EF file) will be
able to prevent manual operator selection. If false, this SIM setting will be
ignored and manual operator selection will always be available. See
CPHS4_2.WW6, CPHS B.4.7.1 for more information -->
<bool name="csp_enabled_bool" value="true" />
<!-- Show Preferred Network Type options in No SIM case -->
<bool name="config_no_sim_display_network_modes">true</bool>
<!-- Show RTT option in Accessibility menu --> <!-- Show RTT option in Accessibility menu -->
<bool name="config_support_rtt">true</bool> <bool name="config_support_rtt">true</bool>
@ -53,9 +29,6 @@
<!-- String indicating the package name of the device ImsService implementation for RCS --> <!-- String indicating the package name of the device ImsService implementation for RCS -->
<string name="config_ims_rcs_package">org.codeaurora.ims</string> <string name="config_ims_rcs_package">org.codeaurora.ims</string>
<!-- Package name for the call-based number verification app -->
<string name="platform_number_verification_package" translatable="false">com.google.android.gms</string>
<!-- Whether or not to support RCS User Capability Exchange --> <!-- Whether or not to support RCS User Capability Exchange -->
<bool name="config_rcs_user_capability_exchange_enabled">false</bool> <bool name="config_rcs_user_capability_exchange_enabled">false</bool>
</resources> </resources>

View file

@ -187,7 +187,6 @@ persist.vendor.qti.telephony.vt_cam_interface=2
persist.vendor.radio.aosp_usr_pref_sel=true persist.vendor.radio.aosp_usr_pref_sel=true
persist.vendor.radio.add_power_save=1 persist.vendor.radio.add_power_save=1
persist.vendor.radio.apm_sim_not_pwdn=1 persist.vendor.radio.apm_sim_not_pwdn=1
persist.vendor.radio.atfwd.start=true
persist.vendor.radio.custom_ecc=1 persist.vendor.radio.custom_ecc=1
persist.vendor.radio.data_con_rprt=1 persist.vendor.radio.data_con_rprt=1
persist.vendor.radio.procedure_bytes=SKIP persist.vendor.radio.procedure_bytes=SKIP

View file

@ -86,9 +86,9 @@ vendor/etc/init/vendor.qti.hardware.alarm@1.0-service.rc|a03a9a1c818595b19272ea6
vendor/lib64/hw/vendor.qti.hardware.alarm@1.0-impl.so|4129558506dc078c03679ba362acda4755457742 vendor/lib64/hw/vendor.qti.hardware.alarm@1.0-impl.so|4129558506dc078c03679ba362acda4755457742
vendor/lib64/vendor.qti.hardware.alarm@1.0.so|dcfdc04b4e0c6e6a4ffa60e1694268bd0327e65c vendor/lib64/vendor.qti.hardware.alarm@1.0.so|dcfdc04b4e0c6e6a4ffa60e1694268bd0327e65c
# ANT - from LA.UM.9.12.r1-10800-SMxx50.0-AOSPA # ANT - from LA.UM.9.1.r1-10900-SMxxx0.0
vendor/lib/hw/com.dsi.ant@1.0-impl.so|f896849d989ed43e28a75e196405459620a19aac vendor/lib/hw/com.dsi.ant@1.0-impl.so|d99ff0030ce14172d9d10e0b1f31b2d201aade10
vendor/lib64/hw/com.dsi.ant@1.0-impl.so|2b65d7086bad18c80d925638541be85f0c6d76c4 vendor/lib64/hw/com.dsi.ant@1.0-impl.so|0f8f5c3081d0ef745e0896b1fceea15f52fe3b21
# ANT+ - from LA.UM.8.2.1.r1-05600-sdm660 # ANT+ - from LA.UM.8.2.1.r1-05600-sdm660
-lib/libantradio.so:system_ext/lib/libantradio.so|523f108cabe6c0a2a52fa4476ada8b65eacdd9a9 -lib/libantradio.so:system_ext/lib/libantradio.so|523f108cabe6c0a2a52fa4476ada8b65eacdd9a9
@ -153,31 +153,53 @@ vendor/lib64/libsysmon_cdsp_skel.so|6b07100c3294c76402e2d064d463629c9468d6a9
# Charger - from S62Pro RKQ1.210406.002 # Charger - from S62Pro RKQ1.210406.002
vendor/bin/hvdcp_opti|0af1d3a59fd10acd7a614662c341421d9267014c vendor/bin/hvdcp_opti|0af1d3a59fd10acd7a614662c341421d9267014c
# CNE - from LA.UM.9.12.r1-10800-SMxx50.0-AOSPA # CNE - from ginkgo V12.5.1.0.RCOCNXM
-vendor/app/CACertService/CACertService.apk|b08fa7c9d2faba99547db99df908909dfc0c8e90 system_ext/framework/com.quicinc.cne.api-V1.1-java.jar|e71f1a060bc65eb373beb6d33158c0e2b37e2a70
-vendor/app/CneApp/CneApp.apk|f90e9b497c0bd9328e8e63120615f2704489dbbc system_ext/framework/com.quicinc.cne.constants-V1.0-java.jar|e0e0bb8ed025b0682483c395de6ec42b5b3c0058
-vendor/app/IWlanService/IWlanService.apk|1ae4b4155f40dcd4a78a630d4f7a1c8e29abb07b system_ext/framework/com.quicinc.cne.constants-V2.0-java.jar|12730a1700afbe8afa6534d4e10ade07808b5398
vendor/bin/cnd|5ae77743b1dd041edf584535b67425ddab9e8336 system_ext/framework/com.quicinc.cne.constants-V2.1-java.jar|d10a6f1bcef5e9b0e2b0afab69203b4b67fb1217
vendor/bin/mutualex|bd08196143d860e56eabdc299313cd0ead44880d system_ext/framework/vendor.qti.hardware.data.cne.internal.api-V1.0-java.jar|bcaa5cec38cd357f4618fc619317207e4430b307
vendor/etc/cne/mwqem.conf|c51d3893b86ab89fae218f3a92c4f9c18ea401a8 system_ext/framework/vendor.qti.hardware.data.cne.internal.constants-V1.0-java.jar|e82ea6137b19e40028c78a70c7394eccdbef000b
vendor/etc/cne/profileMwqem.xml|947917691684584b7e2ddf3588cd6f8e99f3804f system_ext/framework/vendor.qti.hardware.data.connection-V1.0-java.jar|c6e5d125ce87fa585eb666b82642c565501eb4c1
system_ext/framework/vendor.qti.hardware.data.connection-V1.1-java.jar|ebb1435d9dd340b5ff7d5f94644da6a29824ab15
system_ext/framework/vendor.qti.hardware.data.dynamicdds-V1.0-java.jar|da83f28bb82ca6cb016612ff126aba2123e3516a
system_ext/framework/vendor.qti.hardware.data.iwlan-V1.0-java.jar|b776f0042dbb7fb5f6619dbc5b97c42248b4e4f2
system_ext/framework/vendor.qti.hardware.data.qmi-V1.0-java.jar|ff9d6d52309ce32124af851eacd82de8de7d2e12
-system_ext/lib64/com.quicinc.cne.api@1.0.so|a4a073343cb6be9de0903da2c4c2f5b203ec8331
-system_ext/lib64/com.quicinc.cne.api@1.1.so|0fa3f8e377916e33b4cc46ca5722314af99a7f80
-system_ext/lib64/com.quicinc.cne.constants@1.0.so|e42adef4755eddd5cca070eb76b5d7d16b491fe1
-system_ext/lib64/com.quicinc.cne.constants@2.0.so|a9012914f6be271fe710dac5257d01395f097672
-system_ext/lib64/com.quicinc.cne.constants@2.1.so|7bc966b9285d7b3d0eaf4b5159ddaabb8d680263
system_ext/lib64/vendor.qti.hardware.data.cne.internal.api@1.0.so|0e1497ff8643fb8265b56c3dbdc8b6c9b7e84c1a
system_ext/lib64/vendor.qti.hardware.data.cne.internal.constants@1.0.so|ac4e4c8e54cf0dd9fc3936f33323377b3bc375bf
system_ext/lib64/vendor.qti.hardware.data.cne.internal.server@1.0.so|59f56d95f62c7837a0371ff340bb8bf5c3aac215
system_ext/lib64/vendor.qti.hardware.data.connection@1.0.so|3eb2f72c02bee3a24fbf932d41b57f344566d870
system_ext/lib64/vendor.qti.hardware.data.connection@1.1.so|578b0192ba6f7a191d0627f14b243a94001cf1c4
system_ext/lib64/vendor.qti.hardware.data.dynamicdds@1.0.so|132a301ff5ef78459bbdad8ceaec32b37d3d683f
system_ext/lib64/vendor.qti.hardware.data.iwlan@1.0.so|c2f6dba484ae7b040f2353114c86353df80a799c
system_ext/lib64/vendor.qti.hardware.data.qmi@1.0.so|638e86dd871ebf37517c5f29ce5c65e95f36ffdf
-vendor/app/CneApp/CneApp.apk|9a5ec1727f7b6ab01c85c44872b596024910bcce
-vendor/app/IWlanService/IWlanService.apk|6532ea66d8ba41d42687c0a8398e49a178b3e46b
vendor/bin/cnd|9577ccb2ae1eb7c06436c800136162026e3bf7e4
vendor/etc/cne/profileSlm.xml|947917691684584b7e2ddf3588cd6f8e99f3804f
vendor/etc/cne/slm.conf|089de5d9382331791088edd9b4bce13bfa5ea336
vendor/etc/cne/wqeclient/ATT/ATT_profile1.xml|578f3f8f56059bfdbef926bcc68d01c15e06951f vendor/etc/cne/wqeclient/ATT/ATT_profile1.xml|578f3f8f56059bfdbef926bcc68d01c15e06951f
vendor/etc/cne/wqeclient/ATT/ATT_profile2.xml|1fb42c672a12b6660bdce3ea94e0c43719dd9de8 vendor/etc/cne/wqeclient/ATT/ATT_profile2.xml|1fb42c672a12b6660bdce3ea94e0c43719dd9de8
vendor/etc/cne/wqeclient/ATT/ATT_profile3.xml|f88e13f1dd7b82388c90358f71813026370c9ed8 vendor/etc/cne/wqeclient/ATT/ATT_profile3.xml|f88e13f1dd7b82388c90358f71813026370c9ed8
vendor/etc/cne/wqeclient/ATT/ATT_profile4.xml|fb08e04f57797c5684bf734f7ce4bb4968859b18 vendor/etc/cne/wqeclient/ATT/ATT_profile4.xml|fb08e04f57797c5684bf734f7ce4bb4968859b18
vendor/etc/cne/wqeclient/ATT/ATT_profile5.xml|eb726ad1a42b9b78b9ee3b821fc108611bc9eeac vendor/etc/cne/wqeclient/ATT/ATT_profile5.xml|eb726ad1a42b9b78b9ee3b821fc108611bc9eeac
vendor/etc/cne/wqeclient/ATT/ATT_profile6.xml|be97b46b0d07ee2f6ebcc677d8099ed2140d5d85 vendor/etc/cne/wqeclient/ATT/ATT_profile6.xml|be97b46b0d07ee2f6ebcc677d8099ed2140d5d85
vendor/etc/cne/wqeclient/ROW/ROW_profile1.xml|e7ca213d0998cb3a6a603ad3eca7bda69830ff55
vendor/etc/cne/wqeclient/ROW/ROW_profile15.xml|0130dfd8326ee710bf4e15718ede87c49a85b763 vendor/etc/cne/wqeclient/ROW/ROW_profile15.xml|0130dfd8326ee710bf4e15718ede87c49a85b763
vendor/etc/cne/wqeclient/ROW/ROW_profile16.xml|e05b935d7ccf48d306b71c719b2e4df83187d9c0 vendor/etc/cne/wqeclient/ROW/ROW_profile16.xml|e05b935d7ccf48d306b71c719b2e4df83187d9c0
vendor/etc/cne/wqeclient/ROW/ROW_profile17.xml|f1b33204799268eda78dd8314f26abf2e37431e2 vendor/etc/cne/wqeclient/ROW/ROW_profile17.xml|f1b33204799268eda78dd8314f26abf2e37431e2
vendor/etc/cne/wqeclient/ROW/ROW_profile18.xml|19db16f62dabb806a62f192858a9d52b5bc2a064 vendor/etc/cne/wqeclient/ROW/ROW_profile18.xml|19db16f62dabb806a62f192858a9d52b5bc2a064
vendor/etc/cne/wqeclient/ROW/ROW_profile19.xml|1fcc57b1fa4dbbc7d250e8dd92acf1527d447eb3 vendor/etc/cne/wqeclient/ROW/ROW_profile19.xml|1fcc57b1fa4dbbc7d250e8dd92acf1527d447eb3
vendor/etc/cne/wqeclient/ROW/ROW_profile2.xml|169a5209000e357a1a3183e8e5bfdf6fd07c2787 vendor/etc/cne/wqeclient/ROW/ROW_profile1.xml|e7ca213d0998cb3a6a603ad3eca7bda69830ff55
vendor/etc/cne/wqeclient/ROW/ROW_profile20.xml|7be0614cf0116c39b736c58fe5eca36838aeb3db vendor/etc/cne/wqeclient/ROW/ROW_profile20.xml|7be0614cf0116c39b736c58fe5eca36838aeb3db
vendor/etc/cne/wqeclient/ROW/ROW_profile21.xml|cc62517e6c37e12ee1ebebbb27f9c22878749be3 vendor/etc/cne/wqeclient/ROW/ROW_profile21.xml|cc62517e6c37e12ee1ebebbb27f9c22878749be3
vendor/etc/cne/wqeclient/ROW/ROW_profile3.xml|4be4060e8ac2d9fcea490feec7938cadcff46e1f vendor/etc/cne/wqeclient/ROW/ROW_profile2.xml|169a5209000e357a1a3183e8e5bfdf6fd07c2787
vendor/etc/cne/wqeclient/ROW/ROW_profile32.xml|b87542b9284efe4c2bd0ae868bb9a765c2c3dbc5 vendor/etc/cne/wqeclient/ROW/ROW_profile32.xml|b87542b9284efe4c2bd0ae868bb9a765c2c3dbc5
vendor/etc/cne/wqeclient/ROW/ROW_profile3.xml|4be4060e8ac2d9fcea490feec7938cadcff46e1f
vendor/etc/cne/wqeclient/ROW/ROW_profile4.xml|f88e13f1dd7b82388c90358f71813026370c9ed8 vendor/etc/cne/wqeclient/ROW/ROW_profile4.xml|f88e13f1dd7b82388c90358f71813026370c9ed8
vendor/etc/cne/wqeclient/ROW/ROW_profile5.xml|96101f6b01436a02572c67a469ff67ccfb738874 vendor/etc/cne/wqeclient/ROW/ROW_profile5.xml|96101f6b01436a02572c67a469ff67ccfb738874
vendor/etc/cne/wqeclient/ROW/ROW_profile6.xml|cef14ff8a160c7ad719b85d024a4b3301c3638d0 vendor/etc/cne/wqeclient/ROW/ROW_profile6.xml|cef14ff8a160c7ad719b85d024a4b3301c3638d0
@ -188,73 +210,50 @@ vendor/etc/cne/wqeclient/VZW/VZW_profile3.xml|9b123d81c9b8991499cda33b0706810e0c
vendor/etc/cne/wqeclient/VZW/VZW_profile4.xml|ff91feb5060a6df07e3e4d9bc99ae58bccad7649 vendor/etc/cne/wqeclient/VZW/VZW_profile4.xml|ff91feb5060a6df07e3e4d9bc99ae58bccad7649
vendor/etc/cne/wqeclient/VZW/VZW_profile5.xml|f76c894f3c6d5b6ed35113a088dc3174c900501b vendor/etc/cne/wqeclient/VZW/VZW_profile5.xml|f76c894f3c6d5b6ed35113a088dc3174c900501b
vendor/etc/cne/wqeclient/VZW/VZW_profile6.xml|14d136e7fcc682311757d3edc0b9d3eaeba11815 vendor/etc/cne/wqeclient/VZW/VZW_profile6.xml|14d136e7fcc682311757d3edc0b9d3eaeba11815
vendor/etc/default-permissions/com.qualcomm.qti.cne.xml|c63c37d067e3009735fbc54d4603d43d7d6623e1 vendor/etc/default-permissions/com.qualcomm.qti.cne.xml|eb11e72a91439180816e9a1d912cbe42f9019f68
vendor/etc/init/cnd.rc|3a5183df3479500fb729493bc56c71166fc10bce vendor/etc/init/cnd.rc|3a5183df3479500fb729493bc56c71166fc10bce
vendor/etc/init/mutualex.rc|d6d6673e59abfdb53232d502842285bae8f323f1 vendor/lib64/libcne.so|cbf376ae7d2d8f8902dd593fce9466a9d6b0332b
vendor/lib64/libcacertclient.so|264dcc7f6fa782000978f3a6c01c8bb8000c30e8 vendor/lib64/libcneapiclient.so|1e7564af8f912b6b9877666db755d0d52a4e6c4f
vendor/lib64/libcne.so|6aa3739fd1f672f1bb23b8de32a3e7bf0371fd73 vendor/lib64/libcneoplookup.so|5d04173ec043186836f04ef23221824320d0bc63
vendor/lib64/libcneapiclient.so|b0187b64da57348584c643040e6acd59ca9c88a8 vendor/lib64/libcneqmiutils.so|c1eeab8cf05703cf5a642e259a019bb93d1c5bad
vendor/lib64/libcneoplookup.so|6573be406ad16496bdf56b11526cacaca4106820 vendor/lib64/libwms.so|3b6dbf1f60fa54adf9e04a1fa34a382edbe1768c
vendor/lib64/libcneqmiutils.so|ab880f5a5f346dd44b20b04f2b121cc00daecfd7 vendor/lib64/libwqe.so|526263ae80666f4b830d1fd5f3cf01861576a820
vendor/lib64/libjnihelper.so|89d3dad1902f1ff42bff35ee8c3294df846ce709 vendor/lib64/libxml.so|af2ef501c85476a675b770fd03cf24e06a9a70f6
vendor/lib64/libwms.so|cc43229a844dab0205bfcbb0f1f51d434272791d vendor/lib64/vendor.qti.data.factory@2.0.so|6aaeb2a1065af1edcfcfc3e629bf25468e500972
vendor/lib64/libwqe.so|bfd3b32d2a7e8b57925688ecf9fb758371f50a09 vendor/lib64/vendor.qti.data.factory@2.1.so|55ac2c0fedb0a3d63ca19a0e5c2b29c151d0b145
vendor/lib64/libxml.so|aa98dbb727ac9ccca19884343427e9a687c55f9f vendor/lib64/vendor.qti.data.slm@1.0.so|95bdc7e7756a981f5942b9bda632a7b26d2f56dc
vendor/lib64/vendor.qti.data.factory@2.0.so|09961663a9b91856548d67f1c00338a70e24f33e vendor/lib64/vendor.qti.hardware.data.cne.internal.api@1.0.so|992394c3c5dfc585843152296c9f79ea412032a3
vendor/lib64/vendor.qti.data.factory@2.1.so|cb29ecbbd7a28e33ae4746cfa01c56efe15cc592 vendor/lib64/vendor.qti.hardware.data.cne.internal.constants@1.0.so|2aa14f973d92262a14f7f41bb79d7c19eebb10a9
vendor/lib64/vendor.qti.data.factory@2.2.so|981ec12a17727f0e3390b054302d7779e6b60f31 vendor/lib64/vendor.qti.hardware.data.cne.internal.server@1.0.so|9756b31b055c83cdf48bb0ac1fcfd8d3dd420741
vendor/lib64/vendor.qti.data.mwqem@1.0.so|11474ab20f5f13521ae8afbc6963ecb3b299c3a7 vendor/lib64/vendor.qti.hardware.data.connection@1.0.so|45dc2a98bf87e65b5ca24e1ef1148c0832f31717
vendor/lib64/vendor.qti.data.slm@1.0.so|f84649a62e6493b04779ac40e86af6cf99a781f4 vendor/lib64/vendor.qti.hardware.data.connection@1.1.so|f8df2d816e52eaa7212ce3ca9833f104efe28073
vendor/lib64/vendor.qti.hardware.cacert@1.0.so|2373473decd9bcc1c1e8494cc3658b91ad2dd698 vendor/lib64/vendor.qti.hardware.data.dynamicdds@1.0.so|5dd46078e469fffb53999b621dfb88e96b49f41b
vendor/lib64/vendor.qti.hardware.data.cne.internal.api@1.0.so|01c750c160b4d2bdac3e3be47cbe57d5098b7ffd vendor/lib64/vendor.qti.hardware.data.iwlan@1.0.so|e702216bacd7bd3f47ac9e3e8a79e5d429431d71
vendor/lib64/vendor.qti.hardware.data.cne.internal.constants@1.0.so|84c82d834b10867754cdef42dadd7d13dcec5a24 vendor/lib64/vendor.qti.hardware.data.latency@1.0.so|e0c50fc11bdcc6ab05d704540221b53da351cea1
vendor/lib64/vendor.qti.hardware.data.cne.internal.server@1.0.so|d1b6bec46534e1349cd9f6ecab37ad31c595fe65 vendor/lib64/vendor.qti.hardware.data.qmi@1.0.so|b17a82a9740832bd686c3d4c4e36d0e391940705
vendor/lib64/vendor.qti.hardware.data.dynamicdds@1.0.so|50a1cb7b2834937933100e458dc04b736265ce86 vendor/lib64/vendor.qti.hardware.slmadapter@1.0.so|07bf28004086b972367c44703bd0247d7a78faf4
vendor/lib64/vendor.qti.hardware.data.latency@1.0.so|c4e96e63eef450f1f2c1db6c96654d7cb940d2ae vendor/lib64/vendor.qti.latency@2.0.so|dfec90dd5d12f653bb6067702682b5f610a83b67
vendor/lib64/vendor.qti.hardware.data.qmi@1.0.so|c1515e1a8f060dc834e7189deb0e0b43e57e7f5b
vendor/lib64/vendor.qti.hardware.mwqemadapter@1.0.so|43b4fa65e294070acf46d1733e9507d45e8213e0
vendor/lib64/vendor.qti.hardware.slmadapter@1.0.so|878f819218e155fec02125f81715d2321b3ca64e
vendor/lib64/vendor.qti.latency@2.0.so|456cdb9c044f2d396610614203793a4661bd6443
# Connection Security - from LA.UM.9.12.r1-10800-SMxx50.0-AOSPA # DPM - from ginkgo V12.5.1.0.RCOCNXM
vendor/bin/ssgqmigd|5769f2aef8fdf48f55b01e3d7d3d1aecb860d7e1 system_ext/bin/dpmd|0f22b5229c85007681abd3f6d81a41a7f32462a7
vendor/bin/ssgtzd|f2f473c1ecf4323bd206ea90c948c7d34ce287de system_ext/etc/dpm/dpm.conf|95e27da8c989e96c6faea6f0697bce11955b62a5
vendor/etc/init/ssgtzd.rc|be60402995a8b6dcec3a726b83e7ae2de52017a6 system_ext/etc/init/dpmd.rc|738b638ff04cda368e22c03e16baf90ba157a6fc
vendor/lib64/libminksocket.so|4a67f3a5f25fbe0419b1dc7379b75196236aecd3 system_ext/etc/permissions/com.qti.dpmframework.xml|c4b7ad0879d00c1eba4f3fe3a88ddb8aa153629a
system_ext/etc/permissions/dpmapi.xml|9158c9789cc7135a685b3fb27f8cc27108b51fef
# Data - from LA.UM.9.12.r1-10800-SMxx50.0-AOSPA system_ext/framework/com.qti.dpmframework.jar|bf00bc3b48ff310c94ac45eb5478ae535f2338ee
vendor/bin/ATFWD-daemon|b7ef8084898b2de2793bcc28faf8eca4451dfa3e system_ext/framework/dpmapi.jar|2e2fbe2257a697b96a644c774136da0554430d3f
vendor/bin/adpl|38e772278fa49d2b84ea9f9e08ad4128edaa3a63 system_ext/lib64/com.qualcomm.qti.dpm.api@1.0.so|f2d02195cca305fad78402c65d090bad72955262
vendor/bin/netmgrd|9eb505e2381a2ea9803d6effcac78fed9bd0d155 system_ext/lib64/libdiag_system.so|b0cfdecb88ae93ccbe4ca5a7d6ea0dd0581ad42b
vendor/bin/port-bridge|77d79a37d96acda45cc08179f78e0fac3b08254a system_ext/lib64/vendor.qti.diaghal@1.0.so|f6abf6cb294c397b4286da87aff6910219d0a2b8
vendor/bin/qti|5cb65d6345560f1d1358d64daec50f519fbd0144 system_ext/lib64/libdpmctmgr.so|df8427f799e6a8cc5ff2ff39fe0323d8b60e815a
vendor/etc/data/dsi_config.xml|3658eb99e9601bc09e0b372c9290060f708fd50a system_ext/lib64/libdpmfdmgr.so|bd1bbd376c2bdfac2f3a4c230ce65cd35cb1c6bd
vendor/etc/data/netmgr_config.xml|ba23603f9ccb82cb8f745ede827a178c48a97b97 system_ext/lib64/libdpmframework.so|67ebd736333ae7158632735e3db06a4f9664f6a6
vendor/etc/init/netmgrd.rc|5c592bd2cf775462e147d3def97e99abbac4631e system_ext/lib64/libdpmtcm.so|ddef98d55e3045ebac458b38165acd5d2f75cd7a
vendor/etc/init/port-bridge.rc|e52d61a0de5e8a3b21bfbfca929e862422645377 -system_ext/priv-app/dpmserviceapp/dpmserviceapp.apk|2ba74d74e5f0f45c88555c465f31fc30a7dabf74
vendor/etc/seccomp_policy/atfwd@2.0.policy|74fdb7d47bdb6d0cb06b13701a96a76c9171ab5d vendor/bin/dpmQmiMgr|4fe936478b0da1ee20c6222234b80d478a72cc2a
vendor/lib64/libconfigdb.so|ef553df2b98a2da2b1928a8d8e63ca22f44d425c
vendor/lib64/libdsi_netctrl.so|2f9cd4dbaf58410f00fdbe48d391324280992676
vendor/lib64/libdsutils.so|a92bfdabeee005c8e52ea6cc17ebe5bb832defac
vendor/lib64/libnetmgr.so|44aee98de4f6b14fb98b08dc49fdb109904a4d8e
vendor/lib64/libnetmgr_common.so|532c34cfe9316c2686c87673fa89deb939a08f44
vendor/lib64/libnetmgr_nr_fusion.so|98a272e9c256e4e0c13b6a7b2efe80096ed0aac6
vendor/lib64/libnetmgr_rmnet_ext.so|3bb77e8a39cbe2a8b80a591245ac73c0b1164791
vendor/lib64/libnlnetmgr.so|f2e8b6e244cf28e068b8ffd6c6630c6eb3d899f0
vendor/lib64/libqcmaputils.so|6c4b9a248d8d40b265a10853d4bebb30ec2afb80
vendor/lib64/libqdi.so|d11c90db7c898cd0130a72709107c591844e7bbc
vendor/lib64/libqdp.so|f6601d8d50f167968163d4781207dfc0db17fcf0
vendor/lib64/vendor.qti.hardware.radio.atcmdfwd@1.0.so|eb39e483719c84589d5f4defd2b96659feb00410
# Diag - from LA.UM.9.12.r1-10800-SMxx50.0-AOSPA
vendor/lib/libdiag.so|d950b69bb284ac8ab96046c6ef97875995a358fb
vendor/lib64/libdiag.so|62ac168cc9074dc768bbdce7b3d48f3a65d71995
# DPM - from LA.UM.9.12.r1-10800-SMxx50.0-AOSPA
vendor/bin/dpmQmiMgr|3ef49da6492ae9dec3d56ef3ff55c890c6a53d13
vendor/etc/init/dpmQmiMgr.rc|1538743661a5c48c15cd105beaad20f72953885a vendor/etc/init/dpmQmiMgr.rc|1538743661a5c48c15cd105beaad20f72953885a
vendor/lib64/com.qualcomm.qti.dpm.api@1.0.so|9b0fea7960b0558206bfc10f341bcbb86e9ba11c vendor/lib64/com.qualcomm.qti.dpm.api@1.0.so|c5c893e86d38b8aa8cd277ccb8b011fb2f19995e
vendor/lib64/libdpmqmihal.so|f3cd740f6ff59a32287d36d52e0ee0c5a0d99230 vendor/lib64/libdpmqmihal.so|ffcd85e1f6bf7d54f37953edc2cb2c4a61fc894a
# Dirac - from jasmine V11.0.23.0.QDIMIXM # Dirac - from jasmine V11.0.23.0.QDIMIXM
vendor/etc/diracmobile.config|88fa19095df9e256f0af510df266f749bf60e258 vendor/etc/diracmobile.config|88fa19095df9e256f0af510df266f749bf60e258
@ -539,11 +538,10 @@ vendor/lib64/libappclassifier.so|d5956c2dc9344ddcca0e78d84c393320c2e0cc97
vendor/lib64/libgameoptfeature.so|b135489d253f0a8d7884238fe7887eb85b87745d vendor/lib64/libgameoptfeature.so|b135489d253f0a8d7884238fe7887eb85b87745d
vendor/lib64/liblearningmodule.so|a9390d0ef1ec82c97a61035ec686c1d094fdca98 vendor/lib64/liblearningmodule.so|a9390d0ef1ec82c97a61035ec686c1d094fdca98
# Peripheral manager - from LA.UM.8.2.1.r1-05600-sdm660 # Peripheral - from ginkgo V12.5.1.0.RCOCNXM
vendor/bin/pm-proxy|3182c937d93cc02c6721c053f57fc6794ad7edb3 vendor/bin/pm-proxy|8e159d1fb25f5ee24cf94be8534b3bb8891831bc
vendor/bin/pm-service|d41dabf5e4830f93b267d668d37e72aedae48163 vendor/bin/pm-service|951e322c67132fe8826648e4fda9ddf5e4304e8a
vendor/lib/libperipheral_client.so|6a95436d0d649fff0a48a4662a0781330e723ae1 vendor/lib64/libperipheral_client.so|8cb65f4c93719767048dd7b1b845473fe6074ff7
vendor/lib64/libperipheral_client.so|18796ea27c31bd39946f23f2b4173bafd26d9216
# Power-off charging daemon - from msm8998 # Power-off charging daemon - from msm8998
-sbin/charger:bin/chargeonlymode|664dfa548b81cac348f1699222160f8d2b4d247c -sbin/charger:bin/chargeonlymode|664dfa548b81cac348f1699222160f8d2b4d247c
@ -558,371 +556,213 @@ vendor/lib64/vendor.display.color@1.1.so|d2dfc3fff6aaf7989110ebe05af154186e53501
vendor/lib64/vendor.display.color@1.2.so|7b967425caa1205e331484e1e1484ac3bd355067 vendor/lib64/vendor.display.color@1.2.so|7b967425caa1205e331484e1e1484ac3bd355067
vendor/lib64/vendor.display.postproc@1.0.so|c9c96ff50b6ff8989fac9fdf35d282a996ea477a vendor/lib64/vendor.display.postproc@1.0.so|c9c96ff50b6ff8989fac9fdf35d282a996ea477a
# QMI - from LA.UM.9.12.r1-10800-SMxx50.0-AOSPA # QMI - from ginkgo V12.5.1.0.RCOCNXM
vendor/bin/irsc_util|e65452305a90df0afb7ee6f4d50ecaf3891eff10 system_ext/etc/permissions/qti_libpermissions.xml|593bcb72cce68ceb0a70f50bcae7d460114e7c62
vendor/bin/qmipriod|07515dc1c7af062251e7020899b2f87ddb5a58fa system_ext/etc/permissions/qti_permissions.xml|e6ff4572352b1a4f91b6b9d7cbb1cad9924410a0
vendor/bin/qrtr-cfg|7615c3e43716ef529eac0349589041ee8bc1fb43 vendor/bin/irsc_util|966036e114c22cb34be4104a4f8c985429e441fd
vendor/bin/qrtr-lookup|4688be5434b2a5871e23d3eae65c7dff0da29cee vendor/bin/pd-mapper|e0f0e3da90755ecbd26b4c654cb6ecdf432c7f40
vendor/bin/qrtr-ns|b95d06b14c3a673fb19945db37e58b3cd777ffcf vendor/lib64/libdiag.so|f383dc0dd0ad135a7000cf26deb42937f8a8d64a
vendor/etc/init/qmipriod.debug.rc|94d421875f35fdcb170070f20a221466ad87f97e vendor/lib64/libdsutils.so|f1f012ce5afbf2b41542cb87fd03972a61089d03
vendor/etc/init/qmipriod.rc|94500dd5dc514fbb506ad8259a69ca57f4db72d6 vendor/lib64/libidl.so|8195c5127c744014b5c69afb62adf60f8953cc55
vendor/etc/seccomp_policy/qti-systemd.policy|40bf52fb50a94eb8325beefe1927d9ba155fb02a vendor/lib64/libmdmdetect.so|06d11b6c8a04ebd31dd4bfff0f094a6767194721
vendor/lib/libidl.so|2160b1e4ae17f6ceab26db1db2bfc6e8b36bf377 vendor/lib64/libminkdescriptor.so|ddb3bc9adc17ad2c8b65fd36409e32befc1ea2b7
vendor/lib/libqmi_cci.so|865060da7be42a0ec0dd20744ba7cb1198b132dd vendor/lib64/libqcci_legacy.so|37b80fbada238ec7a97cc30664b6b5007760afc0
vendor/lib/libqmi_common_so.so|b2f4024562880c55c2b477ed46f2c8a4d58881f1 vendor/lib64/libqdi.so|1cd4212e4619464790ce2d8a97425645c2ce6078
vendor/lib/libqmi_encdec.so|d19e14eac51f493940c7e61e3a85da9e3ab6fc05 vendor/lib64/libqdp.so|30c1aafc6a62f1324cdefb1edefe2fca8b1bd65a
vendor/lib/libqmiservices.so|8de72ea8812c50fa73f6fb7bb955a456bc9fccbc vendor/lib64/libqmi.so|a8e659d23463688ab92114b1059d68a3002bf960
vendor/lib64/libidl.so|e95686b31896defb1ea1b6987dc27880b16c7b98 vendor/lib64/libqmi_cci.so|c03c8ab6f580dbcdb536a32af43732bd06f147e5
vendor/lib64/libmdmdetect.so|b4c1142ad75d70119a6fa37151c8518ff47d7266 vendor/lib64/libqmi_client_helper.so|d82fdf6c2a4c6fbed9ca6836219478dec73c8399
vendor/lib64/libqcci_legacy.so|7d6dfcf9c99caf99656e40cff232529ddb785f06 vendor/lib64/libqmi_client_qmux.so|7fa669f1b750d5ad3be1d3135cce109fa2f13ab3
vendor/lib64/libqmi.so|216b2f25ba4e6e24a9c638bcd7d4eaa689e357ce vendor/lib64/libqmi_common_so.so|a91c16a3b62bf6947f12c08c775f49a640d3d63b
vendor/lib64/libqmi_cci.so|6024416e5bb42d4a93003a5494316628855fba30 vendor/lib64/libqmi_csi.so|6833761e10b969164b7a569e000da63d09dae1bd
vendor/lib64/libqmi_client_helper.so|a67a5119b40b215212c8295d6b6347707fdfafd4 vendor/lib64/libqmi_encdec.so|34fc1f05d8b63b6e6d7fe8411d8c60b067281d52
vendor/lib64/libqmi_client_qmux.so|5d3a69fd8d8475c80b7342491c6fb315edf48325 vendor/lib64/libqmi_legacy.so|19877ccb10e64b86277cac9fb0f4c186fbee66c3
vendor/lib64/libqmi_common_so.so|0c26c092eb8a27a17c9accfff3fd4d81492b6e9d vendor/lib64/libqmiservices.so|28d1432ef6a333c3a8ae867dca049803762fbbc4
vendor/lib64/libqmi_csi.so|b65761f77035f634de9a5d9033685ffd831f28eb vendor/lib/libdiag.so|1d7cdf9373c52cea62d8fce1da447761f3676f07
vendor/lib64/libqmi_csvt_srvc.so|9ad1a5c82020bca755cf7a41a2f300464cbca041 vendor/lib/libdsutils.so|814fe21e8a878d2d628cc7e5a1a8a0351ec216c3
vendor/lib64/libqmi_encdec.so|060be553e3b3b1a677236d6a2b624703b5db3b1b vendor/lib/libidl.so|76803649d7cd18e00598946bbbb92de28e43bc59
vendor/lib64/libqmi_legacy.so|01ac7a661091e7c0f3b474122b68eaa9b122f145 vendor/lib/libmdmdetect.so|cdcfabc980cfef30d155786ad0fe88cb5e6c57b3
vendor/lib64/libqmiextservices.so|67c3409090740a9bbdcfedce97353bf4773007fe vendor/lib/libminkdescriptor.so|f26ee5047dca3daa0d5efb6f44d70f2907d59410
vendor/lib64/libqmiservices.so|a38661f1e8987b7563cd580b64889e31b50fec42 vendor/lib/libqcci_legacy.so|bf6b421187da2e898d5c53ac7e7a89e98b92ffc1
vendor/lib64/libqrtr.so|b4d26a4f07e11aaffddbcec5d8a9f4600cd4d57d vendor/lib/libqdi.so|bc76b94d6b09bc9528a7b267c6cc5abd1c0f9d02
vendor/lib64/libqsocket.so|efd49b704a744efa7ef9424224d3ec2e2ed34c74 vendor/lib/libqdp.so|e1737c8883bdd488274bb738822e3a7fb9604291
vendor/lib64/libsmemlog.so|bae829da01576129a9a6b1d0089aaf2533ca7d61 vendor/lib/libqmi.so|8815d969176aa9422a187680b29f9d03ccfc7a3e
vendor/lib64/libsystem_health_mon.so|ed78e239c3f2bfcb6ebc219b00fbf5b2627bb1f5 vendor/lib/libqmi_cci.so|6c03872639ab3a4ea4086b11a54319976a93883b
vendor/lib/libqmi_client_helper.so|c0789f9611f24d10800ce9fce9265dc118122995
vendor/lib/libqmi_client_qmux.so|2afee9a474b191ce22270bf3c29e495c78c1e4a7
vendor/lib/libqmi_common_so.so|bb8879265eaeacf8b6ce7ba011ecdfc2c75fc2ad
vendor/lib/libqmi_csi.so|00256ae35678b48bb1c45c7b97e6a84bcfeb7164
vendor/lib/libqmi_encdec.so|16d1f1359ecdc2cd9b7f47cc05ac71a954fae76a
vendor/lib/libqmiservices.so|d1e3378b5ea0983daa4b25935b64070dc6cfaf6b
# Radio - IMS - from LA.UM.9.12.r1-10800-SMxx50.0-AOSPA # Radio - from ginkgo V12.5.1.0.RCOCNXM
vendor/bin/imsdatadaemon|cbe7b46af4933c8e94fea493c8b34b9b0eb412fb -system_ext/app/DeviceInfo/DeviceInfo.apk|9f0039d6a431055d59a3f70d6237481dc0794908
vendor/bin/imsqmidaemon|4c2d846d121bb6b13878a67d5c7a8700ea04cbc6 -system_ext/app/QtiTelephonyService/QtiTelephonyService.apk|20da64a1fbb4d9c04c763333c4d9a0b7c1053fb9
vendor/bin/imsrcsd|be936a9b0bfee5dc22b0b21b1f747dfe3f41e8af -system_ext/app/embms/embms.apk|41dff63c1adb97aba9220e9942aac4575421146e
-system_ext/priv-app/qcrilmsgtunnel/qcrilmsgtunnel.apk|16cfcf7cd4076be0e0c97c8514305e03fbf5f571
system_ext/etc/permissions/telephony_system-ext_privapp-permissions-qti.xml|4f0056403f56928b8c75a617ba582f17061f89ae
system_ext/etc/permissions/embms.xml|22e7474091f9f71f02dd0cfc76cfa8848a46f079
system_ext/etc/permissions/qcrilhook.xml|30397e293b2c40e6b7a1d11c2a615cdd05de625a
system_ext/etc/permissions/telephonyservice.xml|b7831598d3c19c6ce4ef431d1cc44d94c3c35a8d
system_ext/framework/embmslibrary.jar|b5fe26c1cea597af8a1751332d187f2f574816c1
system_ext/framework/qcrilhook.jar|ad688364314100318f305ed4ab5defec8766b20a
vendor/bin/hw/qcrild|b8c1fafadf119936fb07c628248fd5e477f73f13
vendor/bin/adpl|ed11eae8da997c338cf7c003b5e2b489dd6af7e1
vendor/bin/netmgrd|0e3495104c8b516800544201b581bdd1d9f08703
vendor/bin/port-bridge|0120ded5c0c0a68d265465db0be7bae9a03837e7
vendor/bin/qrtr-cfg|db3e8cc0b192c8243d0afa0dcd35ef2e19608fbe
vendor/bin/qrtr-lookup|d00af8437b92978ac92756771ab5fa408077b9b7
vendor/bin/qrtr-ns|12ac9281a5afed95e47c1ae6310452ded0314684
vendor/bin/qti|e52600407371062687708ffddfd6e4a2dc865fcf
vendor/bin/rmt_storage|95aec3191f26dc854264cb7bcf1bf83357a3e1ea
vendor/bin/tftp_server|f5f3a5fba082ad5fbb7138c9ac134b37906c381a
vendor/etc/data/dsi_config.xml|af970c55a0e16a1bb2c98df47ffc358ed774b240
vendor/etc/data/netmgr_config.xml|be6da9590212c09e71ae7cb912746d5e56efe09e
vendor/etc/init/dataadpl.rc|cd4907d9bfd438fe5f5c86f5d6cec590ac0bac2a vendor/etc/init/dataadpl.rc|cd4907d9bfd438fe5f5c86f5d6cec590ac0bac2a
vendor/etc/init/dataqti.rc|6abfd1a850d782adbbb6f42c9d8ca870036b2ad1 vendor/etc/init/dataqti.rc|6abfd1a850d782adbbb6f42c9d8ca870036b2ad1
vendor/etc/init/init-qcril-data.rc|890ac72fa49d0e52a263175a7b5b550539287800
vendor/etc/init/netmgrd.rc|3d8770715d15374c4c6a535e3f41ea640d193202
vendor/etc/init/port-bridge.rc|e52d61a0de5e8a3b21bfbfca929e862422645377
vendor/etc/init/qcrild.rc|17cf4934bf443cf6469d8b3ff622eeb0e4a0aac6
vendor/etc/init/vendor.qti.rmt_storage.rc|bc212c6353c2ded44ae4d759605fbbe55aa4fa3f
vendor/etc/init/vendor.qti.tftp.rc|b27f188cbffba470a4510d50e46ff7c8446c22cb
vendor/lib64/libconfigdb.so|8b753a7d4ea42777004254295739357020426fa2
vendor/lib64/libdsi_netctrl.so|30b970fe7f36f681def6c45f79b2faff3b05d5e4
vendor/lib64/liblqe.so|fc672fdaa60e6da16c9500018d544068336e63a3
vendor/lib64/libnetmgr.so|eaba3c94e811fee18734f90131ccdcd6d9ad328f
vendor/lib64/libnetmgr_common.so|a9d1f5e21bf5948b27892bc3f7383ee6add4993d
vendor/lib64/libnetmgr_nr_fusion.so|6e3c9cdea81d6d3695b074588a4eab1066da8d32
vendor/lib64/libnetmgr_rmnet_ext.so|23a50177dab3c482c4ddbfca3bc44767b36b1eae
vendor/lib64/libnlnetmgr.so|e06c0a276f7c60f4f6e427d76cb52d5b3f532385
vendor/lib64/liboemaids_vendor.so|4111480544167fcc50773a1cda5361acd963c614
vendor/lib64/libpdmapper.so|2841e474341878a9338dfa161c97f118dde23a46
vendor/lib64/libpdnotifier.so|0f0243c09a2f28f83c537c443336ac72de159595
vendor/lib64/libqcmaputils.so|400edf9c2d15c80ad1ac0ff1465fba7f1aa19b03
vendor/lib64/libqcrilFramework.so|e5486de27b6e1680db73f240e1e0ec81ac366b6d
vendor/lib64/libqcrildatactl.so|e4a1b8ce0cfca855e19b107ef2ef84d46d96fddb
vendor/lib64/libqrtr.so|4d38375cf2f78890325695b7cac6b33577ea3c0a
vendor/lib64/libqsocket.so|5b6c52203d24b14a7203dfef298599c156c0fc06
vendor/lib64/libril-qc-hal-qmi.so|71602d2afaaf05b806f469dd1369c4c362fec247
vendor/lib64/libril-qc-logger.so|1ba2cb76ae427dee250649f95ef8302613da0909
vendor/lib64/libril-qc-ltedirectdisc.so|812007c8f1bd51a337dcf0d5f87aa92a583411d3
vendor/lib64/libril-qc-radioconfig.so|21f680829d0a2cd8d1ada8c4e9db3dda2d98668d
vendor/lib64/libril-qcril-hook-oem.so|758a6ccee091e1fc7a74c244b6e66cb399893660
vendor/lib64/librilqmiservices.so|de41a7c3b2886ee8c57b6c1afcabafb457c2e3fb
vendor/lib64/libsettings.so|4368ce314e96f27896ba33e5f55d8b42a5ec4c8c
vendor/lib64/libsystem_health_mon.so|da086605381aec900bd08ece1ceb5e30eeca28b6
vendor/lib64/qcrild_librilutils.so|de3edbf3fc7e9610e3943db3c31027dd88f9fc08
vendor/lib64/qtibus.so|96d736f6aafb65db830999c12a95447d1876d2fb
vendor/lib64/qtimutex.so|d219e44c9bb1a48b432e61d30b62c3fbe15f4ae4
vendor/lib64/vendor.qti.hardware.radio.am@1.0.so|dab55f109c5bb693ec09e823365ce2fda9332e92
vendor/lib64/vendor.qti.hardware.radio.internal.deviceinfo@1.0.so|a67cae3b922bf082b03434aaa4a63cfc99425d66
vendor/lib64/vendor.qti.hardware.radio.lpa@1.0.so|9d07fc184268b4ac36c582f08d0462b114131256
vendor/lib64/vendor.qti.hardware.radio.qcrilhook@1.0.so|7f6d4207d7918fdd76f8c3ec6fc80ad7105d67c2
vendor/lib64/vendor.qti.hardware.radio.qtiradio@1.0.so|99de5f52a6bad4b026e732aa5668cd4259ce1eca
vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.0.so|7cfb2724a36904a21cd02636f58052b24e0feb63
vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.1.so|bf911cbf3b10eba9b620ca6c0973c582f7d398c6
vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.2.so|c966093deeca91eeee430f57937d3e6df62429a7
vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.3.so|3708ec589c053c4e711ebb6e1b9bc41d66bee66b
vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.4.so|52391a17a0fde3d8c0bc5fccbb62c78cbece1da9
vendor/lib64/vendor.qti.hardware.radio.uim@1.0.so|ecbf57d91bf77e63f3af0b3aa25c7d6cffb18b5c
vendor/lib64/vendor.qti.hardware.radio.uim@1.1.so|7fbd34f81d0b8b9b9a99bfc88d477471bb77f019
vendor/lib64/vendor.qti.hardware.radio.uim@1.2.so|0f6724ce1fafb3b05fe6cf0ec932e116343e8d43
vendor/lib64/vendor.qti.hardware.radio.uim_remote_client@1.0.so|2110763fa876e38041cee82b0e9cad94b8026ae8
vendor/lib64/vendor.qti.hardware.radio.uim_remote_client@1.1.so|a2ac667a8307cfa09460705dd668ade033ecc566
vendor/lib64/vendor.qti.hardware.radio.uim_remote_client@1.2.so|3bc12fe68e1b14e545f8ebac8b206f2dc98ce62b
vendor/lib64/vendor.qti.hardware.radio.uim_remote_server@1.0.so|046d398614f94080298cf75498910355e4fe123c
vendor/lib64/vendor.qti.ims.rcsconfig@1.1.so|843d8af5a4cea318d5328b52f11c988a57b37da8
vendor/radio/qcril_database/qcril.db|6e968c4973a7a3cd0194bad9ebaa7463503b7dd1
vendor/radio/qcril_database/upgrade/0_initial.sql|b4682d0dc8cbe9162991fc2672cd217111799c8c
vendor/radio/qcril_database/upgrade/1_version_intro.sql|67b96cb3e94737bfe271b2519b9eb5fae17373a2
vendor/radio/qcril_database/upgrade/2_version_add_wps_config.sql|b4a825ba20fea3e2f20c7f02c8bd64596c24a75e
vendor/radio/qcril_database/upgrade/3_version_update_wps_config.sql|0571aacaf9fc0868c48bba2f7542f5b4e68c9022
vendor/radio/qcril_database/upgrade/4_version_update_ecc_table.sql|0734c6a2863edadc7a8422b8310d267c594d11a0
vendor/radio/qcril_database/upgrade/5_version_update_ecc_table.sql|ee0756cfcfda2049a140a8de35a4c2c4f028e59a
vendor/radio/qcril_database/upgrade/6_version_update_ecc_table.sql|fccd99b4eee6c2e1762f56b812d7f5d4ca6ab182
vendor/radio/qcril_database/upgrade/7_version_update_ecc_table.sql|9c7e9a78f0890fb210d2eadbdd9c076cd3c43594
# Radio - from nubia NX659J 20201109.121337
system_ext/framework/qti-telephony-common.jar|ac67728c317dc56f5a98f11e9f0fd526bf725755
# Radio - IMS - from ginkgo V12.5.1.0.RCOCNXM
system_ext/etc/permissions/com.qualcomm.qti.imscmservice.xml|db25ef24f1937366d58a53b4f4b8923bc9e98d2d
-system_ext/app/imssettings/imssettings.apk|7eddaa57cbab2aed139a754be674ae1101a66680
system_ext/etc/permissions/com.qualcomm.qti.imscmservice-V2.0-java.xml|bd9fc166b542b4e730f194ebc996957770d9d497
system_ext/etc/permissions/com.qualcomm.qti.imscmservice-V2.1-java.xml|b40fc74f7d5e58b4e918f952b89a79cf2a5c4088
system_ext/etc/permissions/com.qualcomm.qti.imscmservice-V2.2-java.xml|bfceff47fb0b55a418bed71de6050d876a776ac7
system_ext/framework/com.qualcomm.qti.imscmservice-V2.0-java.jar|bc9bce9bcc7250bfba907db6a16b74a92bcb8e38
system_ext/framework/com.qualcomm.qti.imscmservice-V2.1-java.jar|13df5f82893912b9c040fa72ff2ca97ebc6023b6
system_ext/framework/com.qualcomm.qti.imscmservice-V2.2-java.jar|b95b2b4dccd365ae7b09b8982b61184fe82630f7
system_ext/framework/com.qualcomm.qti.uceservice-V2.0-java.jar|e373bf8dddb0a7b79e36653c22637666cef296be
system_ext/framework/com.qualcomm.qti.uceservice-V2.1-java.jar|7a073d87c95fb3c65fd5a9b1454d20b38f8e258f
system_ext/framework/vendor.qti.ims.callcapability-V1.0-java.jar|3cdfb07c3f33bf6ea1cfac52bd125f959995872a
system_ext/framework/vendor.qti.ims.callinfo-V1.0-java.jar|3993d8d98969d0eaa7b5676128e85718588677d0
system_ext/framework/vendor.qti.ims.rcsconfig-V1.0-java.jar|abbfa2c4003a0b6e4906225c623c7d001ed6258a
system_ext/lib64/com.qualcomm.qti.imscmservice@1.0.so|b89f7ff6ccdf5b4fd1ab3622a2d75b12e5f07ff0
system_ext/lib64/com.qualcomm.qti.imscmservice@2.0.so|1aeb71186ed8ec2561f34d0048db21751d1ed129
system_ext/lib64/com.qualcomm.qti.imscmservice@2.1.so|07028aef6aa203ec68af8a161eb07c030b49bbc6
system_ext/lib64/com.qualcomm.qti.imscmservice@2.2.so|e679307d8ab7b5181b9d288dcd22fdc4ec1552ab
system_ext/lib64/com.qualcomm.qti.uceservice@2.0.so|c2b5190987e63067e97f6cdbdc4069ecbeead891
system_ext/lib64/com.qualcomm.qti.uceservice@2.1.so|1e60a4eb4f157303f1ca14066e5cf5654f209245
system_ext/lib64/com.qualcomm.qti.uceservice@2.2.so|f1a0fb08c5bf39ce25b8e2d8f63b872860ca585b
system_ext/lib64/lib-imsvideocodec.so|6e2ea8e43d23353011b4b9fbc48d8051965c22b1
system_ext/lib64/lib-imsvt.so|2a1398979ccf62e2fe6059fc7fd54297b8a9a4af
system_ext/lib64/lib-imsvtextutils.so|7fe2cf5ac5f84c3c61b4458099efcf900801c2e2
system_ext/lib64/lib-imsvtutils.so|2d9f15c83f0403dc3d3c82d4868796d303d2a4a4
system_ext/lib64/libimscamera_jni.so|d937e4d9ddbfbc21c79368f648287209d3f30306
system_ext/lib64/libimsmedia_jni.so|a4d163195735c3f3af9848fa6a6fcb07a25c8431
system_ext/lib64/vendor.qti.ims.callcapability@1.0.so|ab9cb9b300b564958dee02131c5d7944a916f8be
system_ext/lib64/vendor.qti.ims.callinfo@1.0.so|1dd70408bc735e97b8b71fb85d38f18bc652fa95
system_ext/lib64/vendor.qti.ims.rcsconfig@1.0.so|b641cd19f0e52fdb1f90dc441339ddce31b448bc
system_ext/lib64/vendor.qti.imsrtpservice@3.0.so|393c5affc1e8e36470705ec44396d1ffa603a541
system_ext/lib64/vendor.qti.ims.factory@1.0.so|fbebef1b0de8dbb2a2d059175bf53fa08ef20623
vendor/bin/ims_rtp_daemon|070bccd359e84a2edd42b0f19e2f366ba7a762dc
vendor/bin/imsdatadaemon|641e98bf9a75a20a894665fcd7e5c1f03ea565eb
vendor/bin/imsqmidaemon|c27008915bf75077c0ac62568ff7012b8ac3db5c
vendor/bin/imsrcsd|c4a5cf31cda60ab50955631538cddd1e7fa1d844
vendor/etc/init/ims_rtp_daemon.rc|06510e936890f51aeb76f2cf3ed5dbe45e67ac20 vendor/etc/init/ims_rtp_daemon.rc|06510e936890f51aeb76f2cf3ed5dbe45e67ac20
vendor/etc/init/imsdatadaemon.rc|29face37c174aebcd1358f7d7ad0bd4baf83063b vendor/etc/init/imsdatadaemon.rc|29face37c174aebcd1358f7d7ad0bd4baf83063b
vendor/etc/init/imsqmidaemon.rc|dda16d842b7c65296e97bc9921b723a43b152ba3 vendor/etc/init/imsqmidaemon.rc|dda16d842b7c65296e97bc9921b723a43b152ba3
vendor/etc/init/imsrcsd.rc|2dc42ff6e4b6dd389bd3bc9a7af30dec2f1a45df vendor/etc/init/imsrcsd.rc|2dc42ff6e4b6dd389bd3bc9a7af30dec2f1a45df
vendor/etc/seccomp_policy/imsrtp.policy|7ea8b4012da7bde98fc91bd882185b32784793cc vendor/etc/seccomp_policy/imsrtp.policy|7ea8b4012da7bde98fc91bd882185b32784793cc
vendor/lib64/com.qualcomm.qti.imscmservice@1.0.so|4dc1f4d101da63047b60ac915c8ee83a93fd9f80 vendor/lib64/com.qualcomm.qti.imscmservice@1.0.so|3e71a918106d060373d979a5a65ef2f2687a9e45
vendor/lib64/com.qualcomm.qti.imscmservice@2.0.so|b65fce97edde158cb6c1081bd7dba151e773cf51 vendor/lib64/com.qualcomm.qti.imscmservice@2.0.so|5252055841dc6b28e017e5d71e1d13ef02b3cb49
vendor/lib64/com.qualcomm.qti.imscmservice@2.1.so|9262ba93026a4a577dc3a1e4e1bf176f543d99b9 vendor/lib64/com.qualcomm.qti.imscmservice@2.1.so|cb10a3ac3dfbc091a99786fa138e7dc454ef19f7
vendor/lib64/com.qualcomm.qti.imscmservice@2.2.so|b643253f9d94a4841d27029a8525395b66dff05d vendor/lib64/com.qualcomm.qti.imscmservice@2.2.so|9e1aae57f3e6088d21f76b8bc93f2a67cbf925eb
vendor/lib64/lib-imscmservice.so|e09de1f4d61956dba7f001084019e5ca04a64550 vendor/lib64/com.qualcomm.qti.uceservice@2.0.so|23f09e40d63469a79ecff5db07bd6f8b680b3557
vendor/lib64/lib-imsdpl.so|9bd40bbaf215464b7e4113600ef7b43d89e8a554 vendor/lib64/com.qualcomm.qti.uceservice@2.1.so|4f49ff972fb4ead1ba4867f87e5f9280271b0ab3
vendor/lib64/lib-imsqimf.so|49972402f69fc1bc9a077e895a6b9bd55a2bc635 vendor/lib64/com.qualcomm.qti.uceservice@2.2.so|e940f790252a4dc85ca5f142dd416b6de6a7d5d9
vendor/lib64/lib-imsrcs-v2.so|ce61441164fc4ad579f78a72405d5cdbe5480ba1 vendor/lib64/lib-imscmservice.so|471db03293911e34a41f3c23a3169a7eb1aa8341
vendor/lib64/lib-imsrcsbaseimpl.so|1d5317a8432c6bc2ac18d4c4e264e1fd6e18b7cf vendor/lib64/lib-imsdpl.so|9f12073256583bc97471dfabb164a6402015e58c
vendor/lib64/lib-imsxml.so|383df770e88d02ac8933f4fb7c6d4e8d157b2718 vendor/lib64/lib-imsqimf.so|4b9f54cd0bf265f318a516e8ecb90ea4d8c3edc3
vendor/lib64/lib-rcsconfig.so|a040d81a6d790ed70df3d1a516508b734b928116 vendor/lib64/lib-imsrcs-v2.so|b1338ac51bfb01e619e4db5d1790e88329a29776
vendor/lib64/lib-rtpcommon.so|07813181cce0f402f486161d88587cd343393ff1 vendor/lib64/lib-imsrcsbaseimpl.so|dc36247ab01e39c73e6eb5160e96baaa82a25802
vendor/lib64/lib-rtpcore.so|dca81e8e9964ab33ba4b314ae5d3d58f435f9f3b
vendor/lib64/lib-rtpsl.so|217db51a3dfd42fc4d29734f9db46498e7e62236
vendor/lib64/lib-siputility.so|3736bd3f681fe3c0cfa9dd8e41fcad2d4b43d6d2
vendor/lib64/lib-uceservice.so|b6c98f854048976ecec2b1af3beeace1023d561d
vendor/lib64/librcc.so|4c7dceb783eeb389fd5f68ec439fbc648db962a6
vendor/lib64/vendor.qti.ims.callcapability@1.0.so|f929b9752768150f126f09e1c3c2e0193e12be7e
vendor/lib64/vendor.qti.ims.callinfo@1.0.so|3fcc3c785f2ee082ec134fa513e61c0689f2ba91
vendor/lib64/vendor.qti.ims.factory@1.0.so|7488d6797be4ee2850086c36f916aa169616a1f3
vendor/lib64/vendor.qti.ims.rcsconfig@2.0.so|9b508d0b89626472105661c8ac434cac648418c6
vendor/lib64/vendor.qti.ims.rcsconfig@2.1.so|e55ff59de6c1d847c8f3773247de5352221f9511
# Radio - IMS - from LA.UM.9.6.2.r1-04100-89xx.0
vendor/bin/ims_rtp_daemon|a0a0e2986c9d3e817551fe9a10c1b464dd5a9dc1
vendor/lib64/com.qualcomm.qti.uceservice@2.0.so|1faf0fe6af1f6b71c8c812c35cb37e110777a8b2
vendor/lib64/com.qualcomm.qti.uceservice@2.1.so|2e8adbfac57d37698e111b706f1fde665d588f70
vendor/lib64/com.qualcomm.qti.uceservice@2.2.so|92da73814ba6c14502d5f43862339f7061e11894
vendor/lib64/lib-imsvtcore.so|47d945bf976134fdb57b4f44dd73a1347f2bf421 vendor/lib64/lib-imsvtcore.so|47d945bf976134fdb57b4f44dd73a1347f2bf421
vendor/lib64/vendor.qti.ims.rcsconfig@1.0.so|58fcc2a491826ecc3ca3cbc72b20f46c9108e0a4 vendor/lib64/lib-imsxml.so|e2b69b366f7d1f7ccd7000049f26bb83283cc274
vendor/lib64/vendor.qti.ims.rcsconfig@1.1.so|5d71371d3eb10481f95a018481dfb62a5929110d vendor/lib64/lib-rcsconfig.so|adc168105a2b58c66411c0ba1ff7ee710047e215
vendor/lib64/vendor.qti.imsrtpservice@3.0-service-Impl.so|31759a9a5f6045b1139d00103044d9b55607eac1 vendor/lib64/lib-rtpcommon.so|f29361e493cdc6bcf95b7c08e6137a299207fcf9
vendor/lib64/lib-rtpcore.so|87d85a36863efe91c98b440b762b4be8cfbd654c
vendor/lib64/lib-rtpsl.so|48cd6e2c6a8098cb9a9b1e2e99c3f05a43b58c1e
vendor/lib64/lib-siputility.so|f733f647e59b45c05af0e54a363f76d522aee547
vendor/lib64/lib-uceservice.so|32fe82412977b71b3be7b02c75301baf80902861
vendor/lib64/librcc.so|532d3af56a62b8ac058e648a71b43d206434a5dc
vendor/lib64/vendor.qti.hardware.radio.ims@1.0.so|971623360107529e3cb8062d50b6138d583daa6e
vendor/lib64/vendor.qti.hardware.radio.ims@1.1.so|5081747aa61912d4304fbaff45e14acf8cecda2a
vendor/lib64/vendor.qti.hardware.radio.ims@1.2.so|e8701275be91e792717a9276c8671f5332b0697d
vendor/lib64/vendor.qti.hardware.radio.ims@1.3.so|41e7eead3d6a92de4b46df383b12446cfdbd20fa
vendor/lib64/vendor.qti.hardware.radio.ims@1.4.so|e8cd547dfda14901ce0bdd62916e23a924923ab4
vendor/lib64/vendor.qti.hardware.radio.ims@1.5.so|080b50c99d8991b3206f81695dd4a09eb88d2336
vendor/lib64/vendor.qti.hardware.radio.ims@1.6.so|0291ebcb573928ddde7a3ea2c9c12999d4135991
vendor/lib64/vendor.qti.ims.callinfo@1.0.so|c2668ad5db9d099bf4e221ede96779d6ece8ea71
vendor/lib64/vendor.qti.ims.callcapability@1.0.so|f3bdddb13dc89a7bfdd625ed354360eb9449779e
vendor/lib64/vendor.qti.ims.factory@1.0.so|8bf7ccc549c820f2cea7e39925ee29612a5aefe7
vendor/lib64/vendor.qti.ims.rcsconfig@1.0.so|d844356bf32944fdd0864b3fbc6d73f304f8f43c
vendor/lib64/vendor.qti.ims.rcsconfig@2.0.so|8555e548d142fad0238e74e57383bb5a65e67bbc
vendor/lib64/vendor.qti.imsrtpservice@3.0.so|25517caf74691b812320b46b477a3f4161cc1bcf vendor/lib64/vendor.qti.imsrtpservice@3.0.so|25517caf74691b812320b46b477a3f4161cc1bcf
vendor/lib64/vendor.qti.imsrtpservice@3.0-service-Impl.so|346a6f516637632cce8297f78227172d54d26040
# Radio - QCRIL - from LA.UM.9.12.r1-10800-SMxx50.0-AOSPA # Radio - IMS - from nubia NX659J 20201109.121337
vendor/bin/pd-mapper|39d55e771fd5f59a94e9bbc94a16e93b8b325ba2 -system_ext/priv-app/ims/ims.apk|3dae438ef192086a8913c06d24c055802c25f2a6
vendor/bin/hw/qcrild|2a186ba07680fa8280fae0dfea70bdae4bde3af2
vendor/etc/init/qcrild.rc|17cf4934bf443cf6469d8b3ff622eeb0e4a0aac6
vendor/lib64/deviceInfoServiceModule.so|a9b0dd9a206384c0600f2322c4a319582bd1cdfb
vendor/lib64/liblqe.so|db7d5fc9b3b98f3505b2e0c9da65b66038dca709
vendor/lib64/libpdmapper.so|ad1638f4461d6c133b066305d567f156775c9471
vendor/lib64/libpdnotifier.so|4c3437efb631e34e653bed2722b0ea97a29d3f82
vendor/lib64/libqcrilFramework.so|f498738da7982dae7de31339e490955aa654639f
vendor/lib64/libqcrildatactl.so|df2463988a2ec9459ba763f2df43903cf5878103
vendor/lib64/libril-qc-hal-qmi.so|535852c1d82e8f5ba61b528a3b9070773cd0f0c5
vendor/lib64/libril-qc-logger.so|614a9bfdda14c5bb3ea4dfd2522b5c65c9cee940
vendor/lib64/librilqmiservices.so|c8e02375d1d66d1065c150cdf8274eccdf82b383
vendor/lib64/qcrild_librilutils.so|8eb9387ed406b64003a85531b0345b7fb0e7a6c5
vendor/lib64/qtibus.so|f0911cec8580959b0c250790d6dabe54ade14284
vendor/lib64/qtimutex.so|018c9d93b0317618b2568e3737e013c0ef19882b
vendor/lib64/vendor.qti.hardware.data.connection@1.0.so|7e0ec2bc287ebcd49d8699ebfc7cd7b1201f8f30
vendor/lib64/vendor.qti.hardware.data.connection@1.1.so|6c0a644eda12c682e791f08d7ae3c1390dda66a9
vendor/lib64/vendor.qti.hardware.data.iwlan@1.0.so|3eeb78bbcf18a1b211914215f7805e98b5c6d3a0
vendor/lib64/vendor.qti.hardware.radio.am@1.0.so|328620957a6acd88c15db9096c83702459ab2e45
vendor/lib64/vendor.qti.hardware.radio.ims@1.0.so|a44c1b5c29f491e5895c9fb9ee967e34a29cf7e3
vendor/lib64/vendor.qti.hardware.radio.ims@1.1.so|5adcac45ac03830bad7b1a30a93d3fa3126bb8ee
vendor/lib64/vendor.qti.hardware.radio.ims@1.2.so|82e37f575349ae32867d63e0639647f88e67693b
vendor/lib64/vendor.qti.hardware.radio.ims@1.3.so|cdf984633d783943a49fff9975da5747e239a9fb
vendor/lib64/vendor.qti.hardware.radio.ims@1.4.so|dde64b4718b6c4f314d9c4f90704a0cb0de4dde0
vendor/lib64/vendor.qti.hardware.radio.ims@1.5.so|3a6cb2a21461625c03dbebf4dfbb86d4b4209208
vendor/lib64/vendor.qti.hardware.radio.ims@1.6.so|f467a78d5891ef039d9ca4cb8d5a680e453a6dfd
vendor/lib64/vendor.qti.hardware.radio.ims@1.7.so|d189d32b177b08734ad9ddafb934712ff0c17b14
vendor/lib64/vendor.qti.hardware.radio.internal.deviceinfo@1.0.so|54ce91027ab5b0d375d51846088a8e89fa47e317
vendor/lib64/vendor.qti.hardware.radio.lpa@1.0.so|ca1907d82fa898f5d8ed7c39d531a7d933444aad
vendor/lib64/vendor.qti.hardware.radio.qcrilhook@1.0.so|950e658dee5b1b617df4524f8355bcb52dd1d437
vendor/lib64/vendor.qti.hardware.radio.qtiradio@1.0.so|fc5568e9b071294c3ce57466da9629e719c75868
vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.0.so|fd5710a9e7c2d471a4ed391aef3336d1e647f198
vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.1.so|715c7393878a1538722811d887063b24f239efac
vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.2.so|5440861c1303729c0a52d896853ee130ddd51121
vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.3.so|a4a553cc8c4163bf01507914534ae221a8ed9141
vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.4.so|2ff0826797218a9ff39b5163562eb31bb53f787b
vendor/lib64/vendor.qti.hardware.radio.uim@1.0.so|4131128eb3409e9cc0dfe8908c80aedb727f11d6
vendor/lib64/vendor.qti.hardware.radio.uim@1.1.so|3176783d4fdf49538175aad1a94f2bd094f979a2
vendor/lib64/vendor.qti.hardware.radio.uim@1.2.so|7a0955a7166e67e4bda43c73c08fb0ed7de18bcd
vendor/lib64/vendor.qti.hardware.radio.uim_remote_client@1.0.so|381e604d74e81fa919c09c21ab0a0c3c91d943cc
vendor/lib64/vendor.qti.hardware.radio.uim_remote_client@1.1.so|b2453050f865e86521daaf59525d5713097a0da8
vendor/lib64/vendor.qti.hardware.radio.uim_remote_client@1.2.so|9ecf0a7a3178c1a6853d52f7c7906e929b2a2297
vendor/lib64/vendor.qti.hardware.radio.uim_remote_server@1.0.so|5e052028729ea9ac82ae79f77eae8d615e5e25a8
vendor/radio/qcril_database/qcril.db|7e9a9f2d58190f3b753cb5a2a857518c596ba9e2
vendor/radio/qcril_database/upgrade/0_initial.sql|e00b243261d8941802bdea9d4e659dc5e927c216
vendor/radio/qcril_database/upgrade/1_version_intro.sql|67b96cb3e94737bfe271b2519b9eb5fae17373a2
vendor/radio/qcril_database/upgrade/2_version_add_wps_config.sql|b4a825ba20fea3e2f20c7f02c8bd64596c24a75e
vendor/radio/qcril_database/upgrade/3_version_update_wps_config.sql|0571aacaf9fc0868c48bba2f7542f5b4e68c9022
vendor/radio/qcril_database/upgrade/4_version_update_ecc_table.sql|0734c6a2863edadc7a8422b8310d267c594d11a0
vendor/radio/qcril_database/upgrade/5_version_update_ecc_table.sql|fcb2cba3bfd718ecdc8d3cfac3a0b2b2c7e8c506
vendor/radio/qcril_database/upgrade/6_version_update_ecc_table.sql|0fdf4b6ccb48906b37885e060429f79c9fd6bdbf
vendor/radio/qcril_database/upgrade/7_version_update_ecc_table.sql|9a76d5747da2876b87b214579c9d74ae92d218d7
vendor/radio/qcril_database/upgrade/8_version_update_ecc_table.sql|a0603a5c46e8e67f78bdb42f2b246ecc6a37cecd
# Radio - RemoteFS - from LA.UM.9.12.r1-10800-SMxx50.0-AOSPA
vendor/bin/rmt_storage|2633a072880c39df55f1ba1225438a79911a42e3
vendor/etc/init/vendor.qti.rmt_storage.rc|bc212c6353c2ded44ae4d759605fbbe55aa4fa3f
# Radio - Telephony - from coral-user 12 SP1A.210812.015 7679548
-system_ext/app/datastatusnotification/datastatusnotification.apk|f33ce45ec04a67b88e9f4da52378153c77d21e77
# Radio - Telephony - from qcom-common-AOSPA
-product/app/CallFeaturesSetting/CallFeaturesSetting.apk|2f579f81f4030fe2116c3d248229c260df7c0373
-system/framework/tcmclient.jar|cdd1ea7143a5a7acc3909b5cfa706650179647c7
-system_ext/app/ConfURIDialer/ConfURIDialer.apk|7b16eeb554dd9809572e201bd0d9324b083baaef
-system_ext/app/ConferenceDialer/ConferenceDialer.apk|e24918f819689febb6a01209260a884ae144f910
-system_ext/app/DeviceInfo/DeviceInfo.apk|4ff56a7e5abfe2faeb95ae8c967ef4cf72589b07
-system_ext/app/DeviceStatisticsService/DeviceStatisticsService.apk|e63b0fd0b2b67160b231b60209821f450833e4cc
-system_ext/app/DynamicDDSService/DynamicDDSService.apk|502329cf448eb3b7e2736fcad59e4eacc48f93e6
-system_ext/app/NetworkSetting/NetworkSetting.apk|fa6a639730971133ebb0c08ea7106a6f8cd89a12
-system_ext/app/QTIDiagServices/QTIDiagServices.apk|b1a8d4ca6727e712c711cf7e61b776f80712bf2d
-system_ext/app/QtiTelephonyService/QtiTelephonyService.apk|a32f88ddcc8f9cba18aa5697ee5bd52201e89b13
-system_ext/app/SimContact/SimContact.apk|bdd9d9a7accd4cda9c71bd8abce6de8a7a451226
-system_ext/app/SimSettings/SimSettings.apk|1a82c3325e959dff402d979d2092650395e0df79
-system_ext/app/atfwd/atfwd.apk|1224a0ea61601cf002262aa5f042a68e55e30c3b
-system_ext/app/embms/embms.apk|e30c32f9e2e5ee2580ff788c76a8969b45199a96
-system_ext/app/imssettings/imssettings.apk|8b47c43d56228dcce93cc8c07c6ceb08cb3d2fe5
-system_ext/app/remoteSimLockAuthentication/remoteSimLockAuthentication.apk|3ec7ba081138560b1d0dd3ba78fd3898127a76a7
-system_ext/app/remotesimlockservice/remotesimlockservice.apk|ee57aef8dc460f9597ddf5c08639d4d7388fc514
-system_ext/app/uceShimService/uceShimService.apk|623b178ab44ab5beb46a96a2649b091d24373db9
-system_ext/app/uimgbaservice/uimgbaservice.apk|8274ebfc8be1db6f1358579c8084c833067b4023
-system_ext/app/uimlpaservice/uimlpaservice.apk|a2b48d62e865be50b338eaa783d45004ab7f44dd
-system_ext/app/uimremoteclient/uimremoteclient.apk|2a7124e5757f0e816e0c58c0d9a98f52938967f9
-system_ext/app/uimremoteserver/uimremoteserver.apk|a63cf853ed244b91c0e41f38ba4a5ad83f735066
-system_ext/app/xdivert/xdivert.apk|c2b4f8b3cce92e7e095433f27516176333f71e90
-system_ext/framework/ActivityExt.jar|62d343894ce13f42e5338f2263f1fbbb6ab042b2
-system_ext/framework/com.qti.dpmframework.jar|96a29e28b3abffb9223daadd67459e3f5a3271df
-system_ext/framework/com.qualcomm.qti.imscmservice-V2.0-java.jar|bc9bce9bcc7250bfba907db6a16b74a92bcb8e38
-system_ext/framework/com.qualcomm.qti.imscmservice-V2.1-java.jar|13df5f82893912b9c040fa72ff2ca97ebc6023b6
-system_ext/framework/com.qualcomm.qti.imscmservice-V2.2-java.jar|b95b2b4dccd365ae7b09b8982b61184fe82630f7
-system_ext/framework/com.qualcomm.qti.uceservice-V2.0-java.jar|e373bf8dddb0a7b79e36653c22637666cef296be
-system_ext/framework/com.qualcomm.qti.uceservice-V2.1-java.jar|7a073d87c95fb3c65fd5a9b1454d20b38f8e258f
-system_ext/framework/com.qualcomm.qti.uceservice-V2.2-java.jar|275b1cd69af00c3668376359f73b28b41ca0a473
-system_ext/framework/com.qualcomm.qti.uceservice-V2.3-java.jar|c9f201e6045a9a2a0b72ecb8a1afe95644e9d758
-system_ext/framework/com.quicinc.cne.api-V1.0-java.jar|31ba1bfae2830f87e77844cfb96913271dac0925
-system_ext/framework/com.quicinc.cne.api-V1.1-java.jar|e71f1a060bc65eb373beb6d33158c0e2b37e2a70
-system_ext/framework/com.quicinc.cne.constants-V1.0-java.jar|e0e0bb8ed025b0682483c395de6ec42b5b3c0058
-system_ext/framework/com.quicinc.cne.constants-V2.0-java.jar|12730a1700afbe8afa6534d4e10ade07808b5398
-system_ext/framework/com.quicinc.cne.constants-V2.1-java.jar|d10a6f1bcef5e9b0e2b0afab69203b4b67fb1217
-system_ext/framework/dpmapi.jar|2e2fbe2257a697b96a644c774136da0554430d3f
-system_ext/framework/embmslibrary.jar|b5fe26c1cea597af8a1751332d187f2f574816c1
-system_ext/framework/qcrilhook.jar|f2888f922b8347417dfa86741feb8348795fce6f
-system_ext/framework/remotesimlockmanagerlibrary.jar|964306688a3062d0ec507e471d2f4a1a1911e765
-system_ext/framework/uimgbalibrary.jar|60a64011ce419cd980aaa58bfe131b79ff616b69
-system_ext/framework/uimgbamanagerlibrary.jar|881baefa00e98f7d25ed33b7ec69e1f0eb821039
-system_ext/framework/uimlpalibrary.jar|b65628aec6207b522bdbb0d7799afd09bf58ed7b
-system_ext/framework/uimremoteclientlibrary.jar|a7f2f07c349d9a6734f4e62f120106816ffce7cc
-system_ext/framework/uimremoteserverlibrary.jar|84cff2db144932374189bbe0168970d4b7aac674
-system_ext/framework/uimremotesimlocklibrary.jar|d0be1e72b13ffb6d29ebdac5090a0d5986edd2ba
-system_ext/framework/uimservicelibrary.jar|9b378e397c46451a1c5a1a9e687b2c698916452c
-system_ext/framework/vendor.qti.data.factory-V1.0-java.jar|c8ec0ab32ebddd7dea5fbaac434061068474b68d
-system_ext/framework/vendor.qti.data.factory-V2.0-java.jar|69b3b2eb56857ee632ed611df41a94d7afb2c5ca
-system_ext/framework/vendor.qti.data.factory-V2.1-java.jar|59ede14468c62ec4ebbc8d3a683095266d5f1baa
-system_ext/framework/vendor.qti.data.factory-V2.2-java.jar|bcb39fccdae648797ae56165f867bdefe1e00dd7
-system_ext/framework/vendor.qti.data.factory-V2.3-java.jar|4368c35088f7b42e6911a2748d2ce7acc35e1a9b
-system_ext/framework/vendor.qti.data.mwqem-V1.0-java.jar|4db6298c05ec575261b32919f4462a934d9844be
-system_ext/framework/vendor.qti.data.slm-V1.0-java.jar|cafa6d149b535e815961fc075db75cc34d48c17f
-system_ext/framework/vendor.qti.hardware.data.cne.internal.api-V1.0-java.jar|bcaa5cec38cd357f4618fc619317207e4430b307
-system_ext/framework/vendor.qti.hardware.data.cne.internal.constants-V1.0-java.jar|e82ea6137b19e40028c78a70c7394eccdbef000b
-system_ext/framework/vendor.qti.hardware.data.cne.internal.server-V1.0-java.jar|57dff50e53f221494da0f990b65d1cb0654a305b
-system_ext/framework/vendor.qti.hardware.data.connection-V1.0-java.jar|c6e5d125ce87fa585eb666b82642c565501eb4c1
-system_ext/framework/vendor.qti.hardware.data.connection-V1.1-java.jar|ebb1435d9dd340b5ff7d5f94644da6a29824ab15
-system_ext/framework/vendor.qti.hardware.data.dynamicdds-V1.0-java.jar|da83f28bb82ca6cb016612ff126aba2123e3516a
-system_ext/framework/vendor.qti.hardware.data.iwlan-V1.0-java.jar|b776f0042dbb7fb5f6619dbc5b97c42248b4e4f2
-system_ext/framework/vendor.qti.hardware.data.latency-V1.0-java.jar|68068cdbd044dca2872284ebcd2909eb74c3a804
-system_ext/framework/vendor.qti.hardware.data.lce-V1.0-java.jar|3aafde85be8e733876ec862e75b4e74f8163d273
-system_ext/framework/vendor.qti.hardware.data.qmi-V1.0-java.jar|ff9d6d52309ce32124af851eacd82de8de7d2e12
-system_ext/framework/vendor.qti.hardware.mwqemadapter-V1.0-java.jar|78646a577d555e5639b77fbc933a63537a493152
-system_ext/framework/vendor.qti.hardware.slmadapter-V1.0-java.jar|5e949746a17bc97f9703afdad218f8e4a6fc1449
-system_ext/framework/vendor.qti.ims.callcapability-V1.0-java.jar|3cdfb07c3f33bf6ea1cfac52bd125f959995872a
-system_ext/framework/vendor.qti.ims.callinfo-V1.0-java.jar|3993d8d98969d0eaa7b5676128e85718588677d0
-system_ext/framework/vendor.qti.ims.factory-V1.0-java.jar|cd039a9c8d919332d57f9945a92ccac21f20d6c5
-system_ext/framework/vendor.qti.ims.factory-V1.1-java.jar|ab9114d0a99a7155d625ff04bf8d20a03fdfc10f
-system_ext/framework/vendor.qti.ims.rcsconfig-V1.0-java.jar|abbfa2c4003a0b6e4906225c623c7d001ed6258a
-system_ext/framework/vendor.qti.ims.rcsconfig-V1.1-java.jar|f0348553c3c777d53725d6d4d55fa9c218d8ee49
-system_ext/framework/vendor.qti.ims.rcsconfig-V2.0-java.jar|dc0be9b3621fdaa8eaf8d4fad5c8d2365c9beef8
-system_ext/framework/vendor.qti.ims.rcsconfig-V2.1-java.jar|af9770ca830ad0228890254ae0d735993e0af22c
-system_ext/framework/vendor.qti.latency-V2.0-java.jar|239a5cf7f057d3e93c0fe7cb33ee6be088ad2aac
-system_ext/framework/vendor.qti.latency-V2.1-java.jar|b292cd4c9b1140ebc3cb6873106389483214eee2
-system_ext/priv-app/QAS_DVC_MSP/QAS_DVC_MSP.apk|3b64bf940c3ad2bcb36a5e994f6c659f5648680a
-system_ext/priv-app/dpmserviceapp/dpmserviceapp.apk|74ec0d8e2ef3d7e3b0a730da9b97237921778ac4
-system_ext/priv-app/qcrilmsgtunnel/qcrilmsgtunnel.apk|60af440aae61fcd6939af56a0b94d9b9ef5ebd55
product/etc/permissions/telephony_product_privapp-permissions-qti.xml|42f4553b61731e56d253766554d4479519cea3ff
system_ext/bin/diag_callback_sample_system|f6342f44e9294bda3381df5b365fb365d4730d2c
system_ext/bin/diag_dci_sample_system|f03deba444400a145482f29851cc4294f7e7bff1
system_ext/bin/diag_mdlog_system|41a7112d3806c1c3f85361d58765afbe4e3f21ce
system_ext/bin/dpmd|e04b54867d3c1c5e6622e41bc052529a81c82e3c
system_ext/bin/test_diag_system|a88b1be4916b21b98917a1022b1b5647411ba5f3
system_ext/etc/cdma_call_conf.xml|d1ae6bf84ec5b68ea6659d6b0558835af69aa8c0
system_ext/etc/dpm/dpm.conf|95e27da8c989e96c6faea6f0697bce11955b62a5
system_ext/etc/init/dpmd.rc|738b638ff04cda368e22c03e16baf90ba157a6fc
system_ext/etc/permissions/RemoteSimlock.xml|4232db05c6ad81466c7bad8816d7f5428672704c
system_ext/etc/permissions/RemoteSimlockManager.xml|66080efd74f7c85922e248087434bfbb6b1b18a0
system_ext/etc/permissions/UimGba.xml|50859c150aa2c5b9f2de40ce6ff68f8d201c77b6
system_ext/etc/permissions/UimGbaManager.xml|38abcdb5cdb43a30e55044887b53107af4133b04
system_ext/etc/permissions/UimService.xml|1ae50bdfe1ba181bbe2a5bf02249dec5b1930a68
system_ext/etc/permissions/com.qti.dpmframework.xml|c4b7ad0879d00c1eba4f3fe3a88ddb8aa153629a
system_ext/etc/permissions/com.qualcomm.qti.imscmservice-V2.0-java.xml|bd9fc166b542b4e730f194ebc996957770d9d497
system_ext/etc/permissions/com.qualcomm.qti.imscmservice-V2.1-java.xml|b40fc74f7d5e58b4e918f952b89a79cf2a5c4088
system_ext/etc/permissions/com.qualcomm.qti.imscmservice-V2.2-java.xml|bfceff47fb0b55a418bed71de6050d876a776ac7
system_ext/etc/permissions/com.qualcomm.qti.imscmservice.xml|db25ef24f1937366d58a53b4f4b8923bc9e98d2d
system_ext/etc/permissions/dpmapi.xml|9158c9789cc7135a685b3fb27f8cc27108b51fef
system_ext/etc/permissions/embms-noship_product_privapp_permissions_qti.xml|fe893ef12f3fe036e3d462e010f031b94f218e38
system_ext/etc/permissions/embms.xml|22e7474091f9f71f02dd0cfc76cfa8848a46f079
system_ext/etc/permissions/lpa.xml|616bb190e6020c307049932346e55a7363dfee34
system_ext/etc/permissions/qcrilhook.xml|30397e293b2c40e6b7a1d11c2a615cdd05de625a
system_ext/etc/permissions/qti_libpermissions.xml|593bcb72cce68ceb0a70f50bcae7d460114e7c62
system_ext/etc/permissions/qti_permissions.xml|e6ff4572352b1a4f91b6b9d7cbb1cad9924410a0
system_ext/etc/permissions/telephony_system-ext_privapp-permissions-qti.xml|4f0056403f56928b8c75a617ba582f17061f89ae
system_ext/etc/permissions/telephonyservice.xml|b7831598d3c19c6ce4ef431d1cc44d94c3c35a8d
system_ext/etc/permissions/uimremoteclient.xml|e495591644efcac1310cfb065088c3b9709ab511
system_ext/etc/permissions/uimremoteserver.xml|99e292b0d73718a89a586f9803205dac014ff508
system_ext/etc/spn-conf.xml|ac8a0750445f66091e7e77928fc055ff50369f42
system_ext/etc/sysconfig/qti_whitelist_system_ext.xml|e34b3affaef4e4ee135cbeec8d7c3e8c6cfd65ce
system_ext/lib64/com.qualcomm.qti.dpm.api@1.0.so|6c43ecc5fb917872c91a5e46ce826bba4b767be3
system_ext/lib64/com.qualcomm.qti.imscmservice@1.0.so|2b1fe98fa41b9db20b8750c9618f98b518e4bee7
system_ext/lib64/com.qualcomm.qti.imscmservice@2.0.so|db1e5dbf24951abe38709894e997e15354c07ab5
system_ext/lib64/com.qualcomm.qti.imscmservice@2.1.so|24daba299568411347d432ca93764f0a2cf8ce9e
system_ext/lib64/com.qualcomm.qti.imscmservice@2.2.so|fa642a1b7b047fbbc5732939307ee93b56e303d2
system_ext/lib64/com.qualcomm.qti.uceservice@2.3.so|27645e1b38262c3c2afe3966723d9d726a6e5fc2
system_ext/lib64/com.quicinc.cne.api@1.0.so|1aaa474fe03cd6e367b7199e06de1a8929ef3e30
system_ext/lib64/com.quicinc.cne.api@1.1.so|6210a1fe25395e20484ecf64ccef177fca2d477f
system_ext/lib64/com.quicinc.cne.constants@1.0.so|12c40df01864304ff059a315ced7374f4f9b64df
system_ext/lib64/com.quicinc.cne.constants@2.0.so|757537226ec3b8fd65f9f08296e66ba7d04b6976
system_ext/lib64/com.quicinc.cne.constants@2.1.so|f5a7eafd9e2f269902098b333b4a1602c1e5c072
system_ext/lib64/libDiagService.so|d9a4cce20b357e382e24d5495bbd57ba4d3b14c6
system_ext/lib64/libdiag_system.qti.so|a287c7536b7e8a89e30c3886ee3857a8f3187e93
system_ext/lib64/libdiag_system.so|c6f0c7b6b5ba1489a902f92116057641a4fb7ac7
system_ext/lib64/libdpmctmgr.so|68cfd00ab275a298b17515c0abd059b48e1f91c2
system_ext/lib64/libdpmfdmgr.so|c76fa9c50ba139094b66ab918676ae0a524eda13
system_ext/lib64/libdpmframework.so|a9c419481262c5173b1eb0602a896fde638f8a22
system_ext/lib64/libdpmtcm.so|653a713295c2445f242f2d873f47d679d027918d
system_ext/lib64/libembmsmmosal.so|419b6ab7b400e927df163cf2dc1cb341a42b9150
system_ext/lib64/libembmsmmparser_lite.so|a8d64ba654940237e17c1473c37bfa2266b6a77b
system_ext/lib64/libembmssqlite.so|e106b2d4a07ee75a273782191186b19bc25587c7
system_ext/lib64/libembmstinyxml.so|54af1f8fbcd85534a5c059d6a2f6a7065bc1103a
system_ext/lib64/libjnihelpers.so|ff22879be6902a42dcdfedfaf35802605ebec895
system_ext/lib64/libmink-sock-native-api.so|faefc21ed9fda0c2432cdb8082ce1968f8c1f9a3
system_ext/lib64/libminksocket_system.so|fc98ce14c709f80e7472194cef1f9d46f7f12978
system_ext/lib64/libmsp.so|11d68956b05e3a8042dc66da7c5f26eec39e36c8
system_ext/lib64/libmwqemiptablemgr.so|acd67ff252e34691a9f5ad3e1d00833c747e30c0
system_ext/lib64/libqmi_cci_system.so|5b94731c71d5b6ca7b4f95ee4a490fb8d9004563
system_ext/lib64/libqmi_encdec_system.so|0683624150f22b973301654ad98c843568a169da
system_ext/lib64/libtrigger-handler.so|80810dd8ebb6ec221079fa1ef34e1891837305b5
system_ext/lib64/libupdateprof.qti.so|5969a50eb0c2a5ceecea426b4624f52b8bbfada2
system_ext/lib64/vendor.qti.data.factory@1.0.so|8ca815106e871e704e298a17d0413ab63e562bac
system_ext/lib64/vendor.qti.data.factory@2.0.so|5729a1785652ff68c9a766c6589e317a0dfa69b4
system_ext/lib64/vendor.qti.data.factory@2.1.so|1311c0142c633b4d35f75509d003fa1a285b7410
system_ext/lib64/vendor.qti.data.factory@2.2.so|799b2bd76045b0acdeb09da261c1d121a0e94bfc
system_ext/lib64/vendor.qti.data.factory@2.3.so|f85a1df6e9434979e9082183a968590ca32681ea
system_ext/lib64/vendor.qti.data.mwqem@1.0.so|5b6c639e185245a728263cc36a165fbc74d1df60
system_ext/lib64/vendor.qti.data.slm@1.0.so|a0a608b8d811ffc3706ab4fb34a8b52bd88b3672
system_ext/lib64/vendor.qti.diaghal@1.0.so|d0e63f3676a43466122d3494f2c82472546c7b3f
system_ext/lib64/vendor.qti.hardware.data.cne.internal.api@1.0.so|d4fcd636ca3db00b61952e837bd8df64c155b82a
system_ext/lib64/vendor.qti.hardware.data.cne.internal.constants@1.0.so|97f1d06cb5321701a10a3c4eca1af91f6fbf8764
system_ext/lib64/vendor.qti.hardware.data.cne.internal.server@1.0.so|fdd9d8194b86a35e11ad35bcef6daaa34a70024e
system_ext/lib64/vendor.qti.hardware.data.connection@1.0.so|e441c846a44fe36a5194e4a2928cf0e71264d778
system_ext/lib64/vendor.qti.hardware.data.connection@1.1.so|adfc314658fcc3990176dccb83f878b5b06f9314
system_ext/lib64/vendor.qti.hardware.data.dynamicdds@1.0.so|584e9b89bc2ccc6b486bb756906d42487c5702a1
system_ext/lib64/vendor.qti.hardware.data.iwlan@1.0.so|8f2df076cdb48a6690314d5a51032ccb1e6fce5c
system_ext/lib64/vendor.qti.hardware.data.latency@1.0.so|633643c4d9da36a461b918ee572be23c3ad93e38
system_ext/lib64/vendor.qti.hardware.data.lce@1.0.so|a278b4d77b707bc42e2260f20895b8ba14ffc4c8
system_ext/lib64/vendor.qti.hardware.data.qmi@1.0.so|369509a75d0e046777774d6e824cb25cf78619ea
system_ext/lib64/vendor.qti.hardware.embmssl@1.0-adapter-helper.so|5f681149b7981a7aa20562c44fe7f0538fb8d084
system_ext/lib64/vendor.qti.hardware.embmssl@1.0.so|36c27d704d74d3fd826fa8f751a330bbe9e16bbc
system_ext/lib64/vendor.qti.hardware.embmssl@1.1-adapter-helper.so|e12f5f04a33722db49339903445b0834b314afe8
system_ext/lib64/vendor.qti.hardware.embmssl@1.1.so|58fa23fa60cbf762cbb6c9d1b4568c7f314c4584
system_ext/lib64/vendor.qti.hardware.mwqemadapter@1.0.so|3fc27a9a0ad1cc8645e03209b32ec8af1cf05005
system_ext/lib64/vendor.qti.hardware.radio.am@1.0.so|560cc2bbb30a411d5bb580cef74e7000d6e415a1
system_ext/lib64/vendor.qti.hardware.radio.ims@1.0.so|2e86c8ba9e260b18539a26cc530b47335b00cc60
system_ext/lib64/vendor.qti.hardware.radio.ims@1.1.so|4bd09183cc367e46668b57903a72ff80e5392c08
system_ext/lib64/vendor.qti.hardware.radio.ims@1.2.so|b4197494513551f8edb83ec55f110564df2ce27e
system_ext/lib64/vendor.qti.hardware.radio.ims@1.3.so|ab4e7a516dc058ab2108c88d81a3dacd6175f870
system_ext/lib64/vendor.qti.hardware.radio.ims@1.4.so|37c9616f1afbaefd8c550707bd59b2a1882bb6db
system_ext/lib64/vendor.qti.hardware.radio.ims@1.5.so|04ee418c2c7daff220b08cad2629bec4d705d332
system_ext/lib64/vendor.qti.hardware.radio.ims@1.6.so|69864762d0a26d450213709a35f0af1e89ccde2a
system_ext/lib64/vendor.qti.hardware.radio.ims@1.7.so|7e563f1cf2d30a9771d24dc80ea46f3470e85ee6
system_ext/lib64/vendor.qti.hardware.radio.internal.deviceinfo@1.0.so|48ad2cf9f311d2c25224a3a02228eb0e283ff706
system_ext/lib64/vendor.qti.hardware.radio.lpa@1.0.so|391e2f8ec63c59d66363e500f73120cf7280d39d
system_ext/lib64/vendor.qti.hardware.radio.lpa@1.1.so|b44013f7c51b1f15baa5cdb32df890215dd8438e
system_ext/lib64/vendor.qti.hardware.radio.qcrilhook@1.0.so|a73c7e1c0cbfc75e1e2ff7c5a5a26e13ccf07a80
system_ext/lib64/vendor.qti.hardware.radio.qtiradio@1.0.so|25ace0d6b8b2c6507a44671108f0bfbc2b2ed371
system_ext/lib64/vendor.qti.hardware.radio.qtiradio@2.0.so|b27236a992491a5ae91663d416f630e6dfe56be0
system_ext/lib64/vendor.qti.hardware.radio.qtiradio@2.1.so|93bbef1009dd132928cc660d3f888d591c28f0c0
system_ext/lib64/vendor.qti.hardware.radio.qtiradio@2.2.so|0b2b4a4ed5be029e39f284ff73dc9631f70dd275
system_ext/lib64/vendor.qti.hardware.radio.qtiradio@2.3.so|b427df0e53af028e697cf7432647b1a074e1ad72
system_ext/lib64/vendor.qti.hardware.radio.qtiradio@2.4.so|99afdddd881ccd8c5873e80735e9d740a425eb7a
system_ext/lib64/vendor.qti.hardware.radio.qtiradio@2.5.so|342da74304d9143148dfa9a409f620940e3a83e4
system_ext/lib64/vendor.qti.hardware.radio.qtiradio@2.6.so|4cf3df903a21b103a43c5d8e6ce8c917435b1dc1
system_ext/lib64/vendor.qti.hardware.radio.uim@1.0.so|70b6d285edb034b5121d244964ba7b3a4cd07e8c
system_ext/lib64/vendor.qti.hardware.radio.uim@1.1.so|70e9c3572a512b158ee156c93530c67535985df1
system_ext/lib64/vendor.qti.hardware.radio.uim@1.2.so|2169c6e71e8eca84b49a3e267ae12694d530d023
system_ext/lib64/vendor.qti.hardware.radio.uim_remote_client@1.0.so|c38bb21a166dd69e75c0ce08772298654098bbfc
system_ext/lib64/vendor.qti.hardware.radio.uim_remote_client@1.1.so|62539c9d1e1c0fed7ae32d90315b8a103633132c
system_ext/lib64/vendor.qti.hardware.radio.uim_remote_client@1.2.so|ef82b9854a91208024206ecbf783e4153a3cd686
system_ext/lib64/vendor.qti.hardware.radio.uim_remote_server@1.0.so|69fed59e35e4940f97dd497f10ffd81a0b7cbcde
system_ext/lib64/vendor.qti.hardware.slmadapter@1.0.so|f0fca619e4911ad2b66c70698633dabc7ede445d
system_ext/lib64/vendor.qti.ims.callcapability@1.0.so|f54603e155283d453d1ff11595be53e9b44c4731
system_ext/lib64/vendor.qti.ims.callinfo@1.0.so|9b15b2971eaafc48301dd2908ebe384414f921e5
system_ext/lib64/vendor.qti.ims.factory@1.0.so|4b09cbb8e07b67494de68d0f2ed69e82183714b3
system_ext/lib64/vendor.qti.ims.factory@1.1.so|89139949ee99304b5b897b5432190697ac12c138
system_ext/lib64/vendor.qti.ims.rcsconfig@1.0.so|e19e9f6fd16017ee36aba716dcdfa6982de44721
system_ext/lib64/vendor.qti.ims.rcsconfig@1.1.so|c31ab85ee575fbeeb8571d86f40ab17e2a29102c
system_ext/lib64/vendor.qti.ims.rcsconfig@2.0.so|1c553a17cb5eb428a20d5766f639baf29ca04000
system_ext/lib64/vendor.qti.ims.rcsconfig@2.1.so|5df7c723bd39a142005928e93d5c3ea068e8f992
system_ext/lib64/vendor.qti.latency@2.0.so|6307f358705dd50d17e43a70f6a97397b54562c9
system_ext/lib64/vendor.qti.latency@2.1.so|b9cca8c1db1782dc16032fec12f8ae024c24abcd
# Radio - Telephony - from LA.UM.9.6.2.r1-04100-89xx.0
-system_ext/framework/qti-telephony-common.jar|8c99640be5b9b9ee886bfc450b6923a33eb2fd8b
-system_ext/priv-app/ims/ims.apk|230315f38d7c2fc6c9d83bb6ec1f8f59254090cf
system_ext/lib64/com.qualcomm.qti.uceservice@2.0.so|c1ab8dc5de956caf0060a33922d402d0ec6c732e
system_ext/lib64/com.qualcomm.qti.uceservice@2.1.so|f86a87d2fef32f7176d697a7aad346b8c5be3d00
system_ext/lib64/com.qualcomm.qti.uceservice@2.2.so|620f8c0af756a026ac78750adc4fe0590c4e9d45
system_ext/lib64/lib-imscamera.so|2b7c94e2d070d71841e558393c881d13affb7438
system_ext/lib64/lib-imsvideocodec.so|ac7089da1c9824e367b1137be8bf4e496974f245
system_ext/lib64/lib-imsvt.so|205b5d3b47e9a990a950e05d5a7f2d006871d3cf
system_ext/lib64/lib-imsvtextutils.so|0aadc4666d6e68429fcdd2db4bff1bf48538a155
system_ext/lib64/lib-imsvtutils.so|d3a1a558664700fed951b8c63c900efcfc680830
system_ext/lib64/libimscamera_jni.so|217354bfe6d1e1736572218b1a34468937544350
system_ext/lib64/libimsmedia_jni.so|c804adc4d7224303a53f6270e6c1cf9319008a05
system_ext/lib64/vendor.qti.imsrtpservice@3.0.so|7157c5a2852683df0a50a588a09b7e5a0c5688da
# Radio - TFTP - from LA.UM.9.12.r1-10800-SMxx50.0-AOSPA
vendor/bin/tftp_server|f096a58e024ef6d1ad78da49388c183747d384da
vendor/etc/init/vendor.qti.tftp.rc|b27f188cbffba470a4510d50e46ff7c8446c22cb
# Sensors - from S62Pro RKQ1.210406.002 # Sensors - from S62Pro RKQ1.210406.002
-system_ext/framework/vendor.qti.hardware.sensorscalibrate-V1.0-java.jar|01d8f70b5687082dd9d19beca565a789d404837c -system_ext/framework/vendor.qti.hardware.sensorscalibrate-V1.0-java.jar|01d8f70b5687082dd9d19beca565a789d404837c
@ -940,13 +780,6 @@ vendor/lib64/libsensor_reg.so|c09110fd11f384040c31b7fd5c2b187aa901168c
vendor/lib64/libssc_default_listener.so|995c90b8f6472a37538747bde85d3de79ff1afdd vendor/lib64/libssc_default_listener.so|995c90b8f6472a37538747bde85d3de79ff1afdd
vendor/lib64/sensor_calibrate.so|af1d03ac5ea1f0b26e7359b6ad3fde6544330339 vendor/lib64/sensor_calibrate.so|af1d03ac5ea1f0b26e7359b6ad3fde6544330339
# SMC Invoke - from LA.UM.9.12.r1-10800-SMxx50.0-AOSPA
vendor/etc/ssg/ta_config.json|e18554b038da3737b7352d1271e5fde9c789c9df
vendor/etc/ssg/tz_whitelist.json|c0dc4f4cfee20db5993eb5142e362cba7dfaecd6
vendor/lib64/libminkdescriptor.so|6f8f11ee5cbfa618eed75d317adf734550a51182
vendor/lib64/libnative-api.so|09c8712984bb02dbf43c536e7835a7307b5115e8
vendor/lib64/libqcbor.so|c7db76dc44c7f492791aa27a18a0a5035f21b062
# Soter - from S62Pro RKQ1.210406.002 # Soter - from S62Pro RKQ1.210406.002
vendor/bin/hw/vendor.qti.hardware.soter@1.0-service|a6f1c35671a2f102ff95acecc70eefa3a7ebd432 vendor/bin/hw/vendor.qti.hardware.soter@1.0-service|a6f1c35671a2f102ff95acecc70eefa3a7ebd432
vendor/etc/init/vendor.qti.hardware.soter@1.0-service.rc|76447a61ad5529949365eeb7e8ca000e48bd28ae vendor/etc/init/vendor.qti.hardware.soter@1.0-service.rc|76447a61ad5529949365eeb7e8ca000e48bd28ae
@ -973,6 +806,9 @@ vendor/etc/init/init_thermal-engine.rc|a0310f09da9f09c67e110607b73aec9f9f981c4c
vendor/bin/time_daemon|48401d7f85c87aa3e12ce7b4a969a50cbf59c293 vendor/bin/time_daemon|48401d7f85c87aa3e12ce7b4a969a50cbf59c293
vendor/etc/init/init.time_daemon.rc|b253ca2a498757e14e1d7a051bf504ae09218f51 vendor/etc/init/init.time_daemon.rc|b253ca2a498757e14e1d7a051bf504ae09218f51
# Wifi - from ginkgo V12.5.1.0.RCOCNXM
vendor/bin/cnss-daemon|1b840d768c5d49a3a440fffcf526eefa45a7ad5b
# Common Camera - from Pie # Common Camera - from Pie
vendor/lib/libchromaflash.so|cf85560822e04014b8950a1abae9c2843069101d vendor/lib/libchromaflash.so|cf85560822e04014b8950a1abae9c2843069101d
vendor/lib/libllvd_smore.so|740de4c339772df80858ddd9390f91ead71eadeb vendor/lib/libllvd_smore.so|740de4c339772df80858ddd9390f91ead71eadeb

View file

@ -440,15 +440,6 @@ case "$target" in
;; ;;
esac esac
baseband=`getprop ro.baseband`
#enable atfwd daemon all targets except sda, apq, qcs
case "$baseband" in
"apq" | "sda" | "qcs" )
setprop persist.vendor.radio.atfwd.start false;;
*)
setprop persist.vendor.radio.atfwd.start true;;
esac
#set default lcd density #set default lcd density
#Since lcd density has read only #Since lcd density has read only
#property, it will not overwrite previous set #property, it will not overwrite previous set

View file

@ -492,12 +492,6 @@ on property:sys.boot_completed=1
#Reinit lmkd to reconfigure lmkd properties #Reinit lmkd to reconfigure lmkd properties
setprop lmkd.reinit 1 setprop lmkd.reinit 1
on property:persist.vendor.radio.atfwd.start=false
stop vendor.atfwd
on property:vendor.radio.atfwd.start=false
stop vendor.atfwd
# corefile limit # corefile limit
on property:persist.debug.trace=1 on property:persist.debug.trace=1
mkdir /data/core 0777 root root mkdir /data/core 0777 root root
@ -672,11 +666,6 @@ service qvop-daemon /vendor/bin/qvop-daemon
user system user system
group system drmrpc group system drmrpc
service vendor.atfwd /vendor/bin/ATFWD-daemon
class late_start
user system
group system radio
#on property:ro.data.large_tcp_window_size=true #on property:ro.data.large_tcp_window_size=true
# # Adjust socket buffer to enlarge TCP receive window for high bandwidth (e.g. DO-RevB) # # Adjust socket buffer to enlarge TCP receive window for high bandwidth (e.g. DO-RevB)
# write /proc/sys/net/ipv4/tcp_adv_win_scale 2 # write /proc/sys/net/ipv4/tcp_adv_win_scale 2

View file

@ -259,8 +259,8 @@ PRODUCT_PACKAGES += \
android.hardware.neuralnetworks@1.3.vendor \ android.hardware.neuralnetworks@1.3.vendor \
android.hardware.keymaster@3.0.vendor \ android.hardware.keymaster@3.0.vendor \
android.hardware.keymaster@4.0.vendor \ android.hardware.keymaster@4.0.vendor \
android.hardware.radio.config@1.2.vendor \ android.hardware.radio.config@1.3.vendor \
android.hardware.radio@1.5.vendor \ android.hardware.radio@1.6.vendor \
android.hardware.radio.deprecated@1.0.vendor \ android.hardware.radio.deprecated@1.0.vendor \
android.hardware.secure_element@1.2.vendor \ android.hardware.secure_element@1.2.vendor \
android.system.net.netd@1.1.vendor \ android.system.net.netd@1.1.vendor \
@ -354,6 +354,10 @@ PRODUCT_COPY_FILES += \
frameworks/av/media/libstagefright/data/media_codecs_google_c2_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_c2_audio.xml \ frameworks/av/media/libstagefright/data/media_codecs_google_c2_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_c2_audio.xml \
frameworks/av/media/libstagefright/data/media_codecs_google_c2_video.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_c2_video.xml frameworks/av/media/libstagefright/data/media_codecs_google_c2_video.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_c2_video.xml
# Net
PRODUCT_PACKAGES += \
netutils-wrapper-1.0
# OMX # OMX
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.media.c2@1.1.vendor \ android.hardware.media.c2@1.1.vendor \
@ -471,12 +475,7 @@ PRODUCT_COPY_FILES += \
# RIL # RIL
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.radio@1.5 \
android.hardware.radio@1.2 \
android.hardware.radio.config@1.1 \
android.hardware.secure_element@1.2 \
librmnetctl \ librmnetctl \
libxml2 \
libprotobuf-cpp-full \ libprotobuf-cpp-full \
qti-telephony-hidl-wrapper \ qti-telephony-hidl-wrapper \
qti_telephony_hidl_wrapper.xml \ qti_telephony_hidl_wrapper.xml \
@ -492,7 +491,6 @@ PRODUCT_BOOT_JARS += \
# Seccomp policy # Seccomp policy
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
$(COMMON_PATH)/seccomp/imsrtp.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/imsrtp.policy \
$(COMMON_PATH)/seccomp/mediacodec-seccomp.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/mediacodec.policy \ $(COMMON_PATH)/seccomp/mediacodec-seccomp.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/mediacodec.policy \
$(COMMON_PATH)/seccomp/mediaextractor-seccomp.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/mediaextractor.policy $(COMMON_PATH)/seccomp/mediaextractor-seccomp.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/mediaextractor.policy
@ -539,10 +537,7 @@ PRODUCT_COPY_FILES += \
# Tetheroffload # Tetheroffload
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
ipacm \ ipacm \
ipacm.rc \ IPACM_cfg.xml
IPACM_cfg.xml \
libipanat \
liboffloadhal
# Tin # Tin
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \

View file

@ -1,95 +0,0 @@
#Copyright (c) 2020 Qualcomm Technologies, Inc.
#All Rights Reserved.
#Confidential and Proprietary - Qualcomm Technologies, Inc
#Not a contribution.
#Copyright (C) 2018 The Android Open Source Project
#"Licensed under the Apache License, Version 2.0 (the \"License\");"
#you may not use this file except in compliance with the License.
#You may obtain a copy of the License at
#http://www.apache.org/licenses/LICENSE-2.0
#Unless required by applicable law or agreed to in writing, software
#"distributed under the License is distributed on an \"AS IS\" BASIS,"
#WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#See the License for the specific language governing permissions and
#limitations under the License.
mmap: arg2 in ~PROT_EXEC || arg2 in ~PROT_WRITE
munmap: 1
mprotect: arg2 in ~PROT_EXEC || arg2 in ~PROT_WRITE
#prctl: arg0 == PR_SET_VMA || arg0 == PR_SET_NO_NEW_PRIVS || arg0 == PR_GET_DUMPABLE || arg0 == PR_SET_SECCOMP || arg0 == 0x37 /* PR_??? */
prctl: 1
read: 1
openat: 1
close: 1
shutdown: 1
kill: 1
futex: 1
fstat: 1
gettimeofday: 1
readlinkat: 1
newfstatat: 1
mremap: 1
pread64: 1
fstatfs: 1
rt_sigaction: 1
faccessat: 1
socket: arg0 == AF_UNIX || arg0 == AF_QIPCRTR
writev: 1
connect: 1
rt_sigprocmask: 1
fcntl: 1
sendto: 1
getrandom: 1
lseek: 1
exit_group: 1
rt_tgsigqueueinfo: 1
write: 1
exit: 1
getpid: 1
sigaltstack: 1
recvmsg: 1
dup: 1
getrlimit: 1
restart_syscall: 1
clone: 1
gettid: 1
sched_getscheduler: 1
ioctl: 1
execve: 1
getuid: 1
madvise: 1
set_tid_address: 1
nanosleep: 1
rt_sigreturn: 1
rt_sigsuspend: 1
setpriority: 1
geteuid: 1
getgid: 1
getegid: 1
getgroups: 1
pipe2: 1
setitimer: 1
pselect6: 1
getsockname: 1
recvfrom: 1
ppoll: 1
socketpair: 1
setsockopt: 1
getsockopt: 1
sendmsg: 1
bind: 1
timer_create: 1
timer_settime: 1
timer_delete: 1
clock_gettime: 1
sched_getaffinity: 1
#crash dump policy addition
socket: 1
process_vm_readv: 1
tgkill: 1

2
sepolicy/vendor/cnd.te vendored Normal file
View file

@ -0,0 +1,2 @@
add_hwservice(cnd,hal_slmadapter_hwservice)
allow cnd hal_slmadapter_hwservice:hwservice_manager find;

View file

@ -11,9 +11,6 @@
/dev/blkio(/.*)? u:object_r:blkio_dev:s0 /dev/blkio(/.*)? u:object_r:blkio_dev:s0
/dev/blkio/background(/.*)? u:object_r:blkio_dev:s0 /dev/blkio/background(/.*)? u:object_r:blkio_dev:s0
# CNE
/(vendor|system/vendor)/bin/mutualex u:object_r:vendor_mutualex_exec:s0
# Executables # Executables
/vendor/bin/sh u:object_r:vendor_shell_exec:s0 /vendor/bin/sh u:object_r:vendor_shell_exec:s0

View file

@ -1 +1,2 @@
type hal_mlipay_hwservice, hwservice_manager_type; type hal_mlipay_hwservice, hwservice_manager_type;
type hal_slmadapter_hwservice, hwservice_manager_type;

View file

@ -5,4 +5,5 @@ com.fingerprints.extension::IFingerprintNavigation u:object
com.fingerprints.extension::IFingerprintSenseTouch u:object_r:hal_fingerprint_hwservice:s0 com.fingerprints.extension::IFingerprintSenseTouch u:object_r:hal_fingerprint_hwservice:s0
com.fingerprints.extension::IFingerprintSensorTest u:object_r:hal_fingerprint_hwservice:s0 com.fingerprints.extension::IFingerprintSensorTest u:object_r:hal_fingerprint_hwservice:s0
vendor.goodix.hardware.fingerprint::IGoodixBiometricsFingerprint u:object_r:hal_fingerprint_hwservice:s0 vendor.goodix.hardware.fingerprint::IGoodixBiometricsFingerprint u:object_r:hal_fingerprint_hwservice:s0
vendor.qti.hardware.slmadapter::ISlmAdapter u:object_r:hal_slmadapter_hwservice:s0
vendor.xiaomi.hardware.mlipay::IMlipayService u:object_r:hal_mlipay_hwservice:s0 vendor.xiaomi.hardware.mlipay::IMlipayService u:object_r:hal_mlipay_hwservice:s0

View file

@ -1,7 +1,7 @@
binder_call(radio, cnd) binder_call(radio, cnd)
binder_call(radio, hal_imsrtp) binder_call(radio, hal_imsrtp)
allow radio hal_datafactory_hwservice:hwservice_manager find; allow radio { hal_datafactory_hwservice hal_iwlan_hwservice }:hwservice_manager find;
allow radio hal_iwlan_hwservice:hwservice_manager find; allow radio hal_iwlan_hwservice:hwservice_manager find;
get_prop(radio, vendor_qcom_ims_prop) get_prop(radio, vendor_qcom_ims_prop)

View file

@ -1,4 +1,4 @@
allow wcnss_service kmsg_device:chr_file w_file_perms; allow wcnss_service kmsg_device:chr_file { write open };
allow wcnss_service proc_net:file r_file_perms; allow wcnss_service proc_net:file r_file_perms;
allow wcnss_service sysfs:file r_file_perms; allow wcnss_service sysfs:file r_file_perms;
allow wcnss_service sysfs_net:dir search; allow wcnss_service sysfs_net:dir search;