-
Notifications
You must be signed in to change notification settings - Fork 0
/
proprietary-files.txt
1806 lines (1736 loc) · 85.8 KB
/
proprietary-files.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# Proprietary files - from qssi-user 11 RKQ1.200826.002-21.9.1 release-keys build, unless pinned
# ACDB
vendor/etc/acdbdata/adsp_avs_config.acdb
vendor/etc/acdbdata/Forte/Forte_Bluetooth_cal.acdb
vendor/etc/acdbdata/Forte/Forte_Codec_cal.acdb
vendor/etc/acdbdata/Forte/Forte_General_cal.acdb
vendor/etc/acdbdata/Forte/Forte_Global_cal.acdb
vendor/etc/acdbdata/Forte/Forte_Handset_cal.acdb
vendor/etc/acdbdata/Forte/Forte_Hdmi_cal.acdb
vendor/etc/acdbdata/Forte/Forte_Headset_cal.acdb
vendor/etc/acdbdata/Forte/Forte_Speaker_cal.acdb
vendor/etc/acdbdata/Forte/Forte_workspaceFile.qwsp
# ACDB loader
vendor/lib/libacdb-fts.so
vendor/lib/libacdbloader.so
vendor/lib/libacdbrtac.so
# ADSP
vendor/bin/adsprpcd
vendor/etc/init/vendor.qti.adsprpc-sscrpc-service.rc
vendor/lib/libadsp_default_listener.so
vendor/lib/libadsprpc.so
vendor/lib/libmdsprpc.so
vendor/lib/libsdsprpc.so
vendor/lib64/libadsp_default_listener.so
vendor/lib64/libadsprpc.so
vendor/lib64/libmdsprpc.so
vendor/lib64/libsdsprpc.so
# ADSP Modules
vendor/lib/rfsa/adsp/dirac_resource.dar
vendor/lib/rfsa/adsp/libSuperSensor_skel.so
vendor/lib/rfsa/adsp/libVC1Dec.so
vendor/lib/rfsa/adsp/libVC1DecDsp_skel.so
vendor/lib/rfsa/adsp/libVDHexagonSuperPhoto_skel.so
vendor/lib/rfsa/adsp/libapps_mem_heap.so
vendor/lib/rfsa/adsp/libarcsoft_dualcam_refocus_skel.so
vendor/lib/rfsa/adsp/libcvpdsp_skel.so
vendor/lib/rfsa/adsp/libdirac-capiv2.so
vendor/lib/rfsa/adsp/libdspCV_skel.so
vendor/lib/rfsa/adsp/libdsp_streamer_add_constant.so
vendor/lib/rfsa/adsp/libdsp_streamer_binning.so
vendor/lib/rfsa/adsp/libdsp_streamer_skel.so
vendor/lib/rfsa/adsp/libfastcvadsp.so
vendor/lib/rfsa/adsp/libfastcvdsp_skel.so
vendor/lib/rfsa/adsp/libhexagon_nn_skel_secondary.so
vendor/lib/rfsa/adsp/libsns_device_mode_skel.so
vendor/lib/rfsa/adsp/libsns_low_lat_stream_skel.so
vendor/lib/rfsa/adsp/misound_karaoke_res.bin
vendor/lib/rfsa/adsp/misound_karaokemix_res.bin
vendor/lib/rfsa/adsp/misound_res.bin
# ANT+
vendor/lib64/hw/[email protected]
# Alarm
-product/app/PowerOffAlarm/PowerOffAlarm.apk
vendor/bin/hw/[email protected]
vendor/bin/power_off_alarm
vendor/etc/init/[email protected]
vendor/lib64/hw/[email protected]
vendor/lib64/[email protected]
# Audio
vendor/lib/hw/audio.primary.sm6150.so
vendor/lib/libadiertac.so
vendor/lib/libadm.so
vendor/lib/libaudcal.so
vendor/lib/libaudio_log_utils.so
vendor/lib/libaudioalsa.so
vendor/lib/libaudioconfigstore.so
vendor/lib/libaudioparsers.so
vendor/lib/libaudioroute_ext.so
vendor/lib/libdrc.so
vendor/lib/libqtigef.so
vendor/lib/libssrec.so
vendor/lib/libsurround_3mic_proc.so
vendor/lib64/hw/audio.primary.sm6150.so
vendor/lib64/libadiertac.so
vendor/lib64/libaudcal.so
vendor/lib64/libaudio_log_utils.so
vendor/lib64/libaudioalsa.so
vendor/lib64/libaudioconfigstore.so
vendor/lib64/libaudioparsers.so
vendor/lib64/libaudioroute_ext.so
vendor/lib64/libqtigef.so
vendor/lib64/libssrec.so
# Audio (speaker amplifier) firmware
vendor/firmware/tfa98xx.cnt
# Audio FX modules
system_ext/etc/permissions/audiosphere.xml
system_ext/framework/audiosphere.jar
vendor/lib64/soundfx/libasphere.so
vendor/lib64/soundfx/libdirac.so
vendor/lib64/soundfx/libshoebox.so
vendor/lib/soundfx/libasphere.so
vendor/lib/soundfx/libdirac.so
vendor/lib/soundfx/libmisoundfx.so
vendor/lib/soundfx/libshoebox.so
# Audio extensions
vendor/lib64/liba2dpoffload.so
vendor/lib64/libbatterylistener.so
vendor/lib64/libcirrusspkrprot.so
vendor/lib64/libcomprcapture.so
vendor/lib64/libexthwplugin.so
vendor/lib64/libhdmiedid.so
vendor/lib64/libhdmipassthru.so
vendor/lib64/libhfp.so
vendor/lib64/libsndmonitor.so
vendor/lib64/libspkrprot.so
vendor/lib/liba2dpoffload.so
vendor/lib/libbatterylistener.so
vendor/lib/libcirrusspkrprot.so
vendor/lib/libcomprcapture.so
vendor/lib/libexthwplugin.so
vendor/lib/libhdmiedid.so
vendor/lib/libhdmipassthru.so
vendor/lib/libhfp.so
vendor/lib/libsndmonitor.so
vendor/lib/libspkrprot.so
# Bluetooth
vendor/bin/hw/[email protected]
vendor/etc/init/[email protected]
vendor/lib64/hw/[email protected]
vendor/lib64/libbt-hidlclient.so
vendor/lib64/libbtnv.so
# Bluetooth (A2DP)
vendor/lib/btaudio_offload_if.so
vendor/lib/hw/audio.bluetooth_qti.default.so
vendor/lib/hw/[email protected]
vendor/lib/libbluetooth_audio_session_qti.so
# Bluetooth (Configstore)
vendor/lib64/hw/[email protected]
# Bluetooth (SAR)
vendor/lib64/hw/[email protected]
vendor/lib64/[email protected]
vendor/lib64/[email protected]
# Bluetooth (aptX)
vendor/lib/rfsa/adsp/capi_v2_aptX_Classic.so
vendor/lib/rfsa/adsp/capi_v2_aptX_CLHDAD_Encoder.so
vendor/lib/rfsa/adsp/capi_v2_aptX_HD.so
# CarrierConfig - from sunfish RQ3A.210705.001-7380771-release-keys
product/etc/CarrierSettings/a1_at.pb|735195bed5efac21d23f04839bcab8b963f42e17
product/etc/CarrierSettings/airtel_in.pb|50c199a8746d6f28941fd3092cbbf86fc86acae2
product/etc/CarrierSettings/apt_tw.pb|8b0c52d49405c9815692b249063262f7b12439d2
product/etc/CarrierSettings/att5g_us.pb|d43ce8c7e90ec6ab763f8c4e4b03275a71e259a2
product/etc/CarrierSettings/att_us.pb|6c8b5b6e84575d68f07d6b68f420723155108d1b
product/etc/CarrierSettings/bell_ca.pb|1feaf26da632ad0ecefcf5654bf9e0bd3eb662a2
product/etc/CarrierSettings/bluegrass_us.pb|3222d9c49803fc52c3c6dd2f86e7057c51e2d062
product/etc/CarrierSettings/boosttmo_us.pb|06bcfad16951facebe48a0bf280811cab4ca5a14
product/etc/CarrierSettings/boost_us.pb|c122a3c48e49bbdabb5acc48dfca2d6bde4767eb
product/etc/CarrierSettings/bouygues_fr.pb|5ea3ab4140446ccffc69b1d2b51f325ec33804da
product/etc/CarrierSettings/btb_gb.pb|e955378fd63cc07539a4f4d5e5b8afaff7c85bc5
product/etc/CarrierSettings/btc_gb.pb|1e5889d994647436f5ed83c13621787d6495d6ab
product/etc/CarrierSettings/carrier_list.pb|df756f15e789cfc2fe6c67de5afbcb03a0abe60b
product/etc/CarrierSettings/cellcommno_us.pb|8dee69cca7434eba5a765c150063fe02d7e1908a
product/etc/CarrierSettings/cellcom_us.pb|eed690b766040292020c9fb8d5df0125e3745e22
product/etc/CarrierSettings/cht_tw.pb|569242cc2c8d3075b74c1a7f0fbc32e66d38c596
product/etc/CarrierSettings/congstar_de.pb|49cd37cbffaddb34c29fb741ca1daf41734baa47
product/etc/CarrierSettings/consumercellulartmo_us.pb|2e2da3deb6e722390d415697292b0061b3d653a2
product/etc/CarrierSettings/cricket5g_us.pb|283f9802f7a9bcb17d684ef02ac7f00e44278345
product/etc/CarrierSettings/cricket_us.pb|72b1ac9a94ced2f8d3fcdb19b9ad7f7d44a82b5f
product/etc/CarrierSettings/cspire_us.pb|6ca3edfef3256a00a46e89d393d5d5d75a6499fb
product/etc/CarrierSettings/default.pb|cf653c38097ffbcb209e6195ebe4cf07482b17f0
product/etc/CarrierSettings/docomo_jp.pb|1f56889c6365e60b9a2a140a51446b95fae68b36
product/etc/CarrierSettings/ee_gb.pb|c59daee7b93e35407303ff4ef02d60c6e73eca7b
product/etc/CarrierSettings/eplus_de.pb|0e3d52163ddca4160ef3cf350c0989c6cbe54ab5
product/etc/CarrierSettings/esn_gb.pb|911bc993230c691dc6acffb3b94f88aab0ea05be
product/etc/CarrierSettings/fet_tw.pb|446726af271940a8f70aa552a5adde541c5cb119
product/etc/CarrierSettings/fido_ca.pb|ba2008befa01360b8d90df6da12f4ed3526cb2b0
product/etc/CarrierSettings/firstnetpacific2_us.pb|7f9d6c8e0931895ab6107c7c30f9c7a90609e59e
product/etc/CarrierSettings/firstnetpacific_us.pb|a24d9d1569345a80646455774c6c87df8301a10c
product/etc/CarrierSettings/firstnet_us.pb|136037052302cbc390feb3e4d6e917f7c396aa0f
product/etc/CarrierSettings/fi_us.pb|f01f9386ef3e09304509284471ff24049349ea71
product/etc/CarrierSettings/fizz_ca.pb|fba9fe69dbf34666f54370adcbdc0cbb02f978e3
product/etc/CarrierSettings/freedommobile_ca.pb|10f1c8494891336196506e40c54249d95fdf404d
product/etc/CarrierSettings/free_fr.pb|d492a0627c536b4f74d91e81c58fa81dea442c77
product/etc/CarrierSettings/gamma_gb.pb|6930ecd8fab9f01c49211d0afadad8faaf0a0c85
product/etc/CarrierSettings/h3_at.pb|170b37e348a0ab860a49020f5175a614fa6fecc9
product/etc/CarrierSettings/h3_gb.pb|8227cb0d443ca2a337524a493aeee89daef11332
product/etc/CarrierSettings/h3_se.pb|76af468c637edcbb3fdf33403dbef974fe3806b1
product/etc/CarrierSettings/halebop_se.pb|3109c19246dcc3d60df4c82e6f199671acfd5017
product/etc/CarrierSettings/homobile_it.pb|6a378c850ce23d067f47f82b93adb1a62f7ee8b2
product/etc/CarrierSettings/idea_in.pb|e1a67e9b7fb33f0dd1e7836b68461f8fed403efa
product/etc/CarrierSettings/idmobile_gb.pb|866c361881924d382c41597f2851fe3cf575c0ad
product/etc/CarrierSettings/kddi_jp.pb|6a314faa867e2ad3d3fa398a86fe3137751670cf
product/etc/CarrierSettings/kddimvno_jp.pb|1fecec97e629b9b4bc985ecb76ac19dd730ffc54
product/etc/CarrierSettings/kena_it.pb|10dd330aebc066597b96c278be6c6cf2f58d9782
product/etc/CarrierSettings/koodo_ca.pb|990fcce17e12d0e253c6bf640b83124d3a6dcdc6
product/etc/CarrierSettings/kpn_nl.pb|2ec38bcf0325cbd3eb174c29e60a35105fd61dd9
product/etc/CarrierSettings/luckymobile_ca.pb|52b4486ff3ccd749c4d6102fc591a1fc0071127d
product/etc/CarrierSettings/movistar_es.pb|01b85af3c58fc83d7dc6890b26b6d043fdcbd699
product/etc/CarrierSettings/o2_de.pb|0566d6f4c83882d46688e189e18b58ad1a19969f
product/etc/CarrierSettings/o2postpaid_gb.pb|b6a15b4375bc2961a349183d3c47a055de8a632e
product/etc/CarrierSettings/o2prepaid_de.pb|ecf4f34cf656ba68f2c524a788555163807bf6ee
product/etc/CarrierSettings/o2prepaid_gb.pb|85b894d12f39ed6a7af0c7f9e18e3478a774556c
product/etc/CarrierSettings/optus_au.pb|3ddfe804be80655569cebc01b71fe8ecec679289
product/etc/CarrierSettings/orange_es.pb|18ac97295a40d9b4a58022058821201f580bbb5a
product/etc/CarrierSettings/orange_fr.pb|84c26df537651f34de3447ebb9aced2020815033
product/etc/CarrierSettings/others.pb|c3087e3ba8405be75b3ee1080724b6cb6d699ec4
product/etc/CarrierSettings/pcmobilebell_ca.pb|d2b32b8e25ef672c4a2b47992ec7f5a765b66057
product/etc/CarrierSettings/povo_jp.pb|0d230fe4c62fc48b73754e492d7be3a35206148c
product/etc/CarrierSettings/rakuten_jp.pb|d18159b511f043b8c53c42087f39fc961c72025f
product/etc/CarrierSettings/redpockettmo_us.pb|678aad937bacda6934a6291c3707f77a26f768e5
product/etc/CarrierSettings/rjio_in.pb|b63699881d33b40b0e648ee53f09a3f0478bd2be
product/etc/CarrierSettings/rogers_ca.pb|634f8b8c6e579d02b56616a9e0657ce59d13e106
product/etc/CarrierSettings/sfr_fr.pb|e6814e975c577e505e4eec93f9f81be18bd6b08c
product/etc/CarrierSettings/shaw_ca.pb|b26b88b6b34b4eae9b339bd516461e26120201dd
product/etc/CarrierSettings/simple_us.pb|ff5123792cb5973f13d5901ed62952e068aec0c0
product/etc/CarrierSettings/singtel_sg.pb|0920c6d53ba8dba2a41653462bf28405f78853d2
product/etc/CarrierSettings/smarty_gb.pb|9ba39e53be776ecda2fe464e380aa7e2ac66ea36
product/etc/CarrierSettings/softbank_jp.pb|fc4a1cec374e4bdbfc91b5dcbb050d86adb27489
product/etc/CarrierSettings/solomobile_ca.pb|f836b2c494032153a4ab57dbdc3adb1b5f916e17
product/etc/CarrierSettings/spectrum_us.pb|fab410176360c36d74bf9a318852d9e44cc1d028
product/etc/CarrierSettings/sprintprepaid_us.pb|e679be566459fc81c9fde8cb5975f70d90c6fd46
product/etc/CarrierSettings/sprint_us.pb|0be122c8db7ac35f386b9a1b9649f79276c81ea0
product/etc/CarrierSettings/sprintwholesale_us.pb|16d6320238bdb782fe265d25616a4a72bdc62daa
product/etc/CarrierSettings/starhub_sg.pb|19b81065d1aa450bcfe49ca7581d8c9a71a527d1
product/etc/CarrierSettings/stc_sa.pb|95c34ce8540e938e5c90e37d42b0e859dce8ff89
product/etc/CarrierSettings/sunrise_ch.pb|5f534f8e1175e336bb18ec50f828b81909950bbf
product/etc/CarrierSettings/swisscom_ch.pb|e6024cd6fd5589387b7a8187d3be2c5470bfc8d8
product/etc/CarrierSettings/swisscom_li.pb|6f67c98f92d9a28c75fd743986e6b3eef9897045
product/etc/CarrierSettings/tbaytel_ca.pb|f1d53306cddef5665411b58adf1c4e0a540a90f8
product/etc/CarrierSettings/tdc_dk.pb|c1c13086c5a1ea9423fe0602a07914e57d05687f
product/etc/CarrierSettings/tele2_se.pb|459c31498e9aecbcce1aaf8f17d073c78c91d050
product/etc/CarrierSettings/telekom_de.pb|10ee32a3b860c57ca8fecb4cd5c8a7ae605a7672
product/etc/CarrierSettings/telenor_dk.pb|50242d548763480ecdb7188d64585158d161ca7a
product/etc/CarrierSettings/telenor_no.pb|148a9a44d09972105fe058fae32d71b98b74ee1b
product/etc/CarrierSettings/telenor_se.pb|78e53b874dafd4fc1a684a3c777e11ac8a9e9d68
product/etc/CarrierSettings/telia_dk.pb|eb7994582fbde187be8b3ecb21e1655d8c1a40c3
product/etc/CarrierSettings/telia_no.pb|a801b19781f30e085a646d33480ac86d381297a3
product/etc/CarrierSettings/telia_se.pb|64e063f1c442a42f54a50fefaa4d8fa06474c3d0
product/etc/CarrierSettings/telstra_au.pb|605aa355de948d84ec12d1297aee2d88c7e61018
product/etc/CarrierSettings/telus_ca.pb|3c858e4284dbe81ac65c21d6fda2cd53865d5d3c
product/etc/CarrierSettings/three_dk.pb|f6e8b6a9cfbf001aa9dd18a7f59cfc8b32aad735
product/etc/CarrierSettings/tim_it.pb|951b62b58e31dc3ca9ba333bad42127504903013
product/etc/CarrierSettings/tmobile_at.pb|006b74f5ebb1cfde9182098d11d31f7d942e8a75
product/etc/CarrierSettings/tmobile_cz.pb|3429ecdeb58671c03567ce1123667dbccd8e98b9
product/etc/CarrierSettings/tmobile_nl.pb|ae26d9f4da8da1f47fcfdfc1d03c649996944bdf
product/etc/CarrierSettings/tmobile_us.pb|21579ffcc2cb552fdfb4ce5cc74f1f6fe6cbfbaf
product/etc/CarrierSettings/tmomvno_us.pb|c4a1fc09f2d118d1c5441905ec56045066f46642
product/etc/CarrierSettings/tracfonetmo_us.pb|67d608c74956111de3babd67d1fe953ddc1af7b2
product/etc/CarrierSettings/tracfoneverizon_us.pb|5c27386136b1cde8dfe5ba85b2b10c4dfd4a8f47
product/etc/CarrierSettings/tstar_tw.pb|b8752010b113b985f0d9ba53bcb126c97953e756
product/etc/CarrierSettings/twm_tw.pb|6ec3bedb08f15958cf5074fdb61a37fc91b5059e
product/etc/CarrierSettings/uscc_us.pb|8a665dcec5be676b1bb982146d332634fafe8634
product/etc/CarrierSettings/verizon_us.pb|ac7558a99cacc884877b95d4f14c106a88e29095
product/etc/CarrierSettings/verymobile_it.pb|dd6e7abf8a40725ebe3162d70c97132d2255af61
product/etc/CarrierSettings/videotron_ca.pb|908313a567d02526c1eac75d78af39fab802d920
product/etc/CarrierSettings/virgin_ca.pb|c86bb08f22ba2c9b904e7705bce39dbfa767def7
product/etc/CarrierSettings/virgin_gb.pb|14b8d74ddde3d8d142932080cf30c5427a4e1d62
product/etc/CarrierSettings/virgin_us.pb|94f16ba2b3fc387b565a1bc1718fa6039b120a78
product/etc/CarrierSettings/visible_us.pb|1a075471e4a266f900e11b97a904de5199b411d4
product/etc/CarrierSettings/vodafone_au.pb|1d37301b8535216da84cd7ab85d84f20f5e0e39d
product/etc/CarrierSettings/vodafone_cz.pb|ac456c1ef9467a78f4cbf74847bc65e8ee1aef10
product/etc/CarrierSettings/vodafone_de.pb|e5fbf098edf1ea8cf36943534262318675159574
product/etc/CarrierSettings/vodafone_es.pb|d3b37e748518b1ba22e3021c559cb14d53f8c71c
product/etc/CarrierSettings/vodafone_gb.pb|ba76d94b4b65d392fcf772abb4cdcc8d787212cb
product/etc/CarrierSettings/vodafone_ie.pb|464a746952f17e44ba319cc0e383954dc3a28fcb
product/etc/CarrierSettings/vodafone_in.pb|b6a1021c53bc2d8a06c811d6f416f9adf3f004b0
product/etc/CarrierSettings/vodafone_it.pb|c1cc1ff6d0e529f11a78ea5990d5626b3af64c9d
product/etc/CarrierSettings/vodafone_nl.pb|cce7d39886457c05a7e851c250bc6d8c4a7d179f
product/etc/CarrierSettings/vodafone_tr.pb|84f7dd296bb8ab46db9769a924332ac0d95106a2
product/etc/CarrierSettings/windtre_it.pb|a001a2cd7f7a34935b01bb44a7ca5f305e4840d9
product/etc/CarrierSettings/xfinity_us.pb|16d9b91c241f4d948dee32049d709a938dcde925
-product/priv-app/CarrierSettings/CarrierSettings.apk|3de252d0cbf6db34f4892b04b63031f58d5c8364
# CDSP
vendor/bin/cdsprpcd
vendor/etc/init/vendor.qti.cdsprpc-service.rc
vendor/lib64/libcdsp_default_listener.so
vendor/lib64/libcdsprpc.so
vendor/lib/libcdsp_default_listener.so
vendor/lib/libcdsprpc.so
# CNE
product/etc/permissions/vendor.qti.hardware.data.connection-V1.0-java.xml
product/etc/permissions/vendor.qti.hardware.data.connection-V1.1-java.xml
system_ext/framework/com.quicinc.cne.api-V1.0-java.jar
system_ext/framework/com.quicinc.cne.api-V1.1-java.jar
system_ext/framework/com.quicinc.cne.constants-V1.0-java.jar
system_ext/framework/com.quicinc.cne.constants-V2.0-java.jar
system_ext/framework/com.quicinc.cne.constants-V2.1-java.jar
system_ext/framework/vendor.qti.data.factory-V1.0-java.jar
system_ext/framework/vendor.qti.data.factory-V2.0-java.jar
system_ext/framework/vendor.qti.data.factory-V2.1-java.jar
system_ext/framework/vendor.qti.data.slm-V1.0-java.jar
system_ext/framework/vendor.qti.hardware.data.cne.internal.api-V1.0-java.jar
system_ext/framework/vendor.qti.hardware.data.cne.internal.constants-V1.0-java.jar
system_ext/framework/vendor.qti.hardware.data.cne.internal.server-V1.0-java.jar
system_ext/framework/vendor.qti.hardware.data.connection-V1.0-java.jar
system_ext/framework/vendor.qti.hardware.data.connection-V1.1-java.jar
system_ext/framework/vendor.qti.hardware.data.dynamicdds-V1.0-java.jar
system_ext/framework/vendor.qti.hardware.data.iwlan-V1.0-java.jar
system_ext/framework/vendor.qti.hardware.data.qmi-V1.0-java.jar
-system_ext/lib/[email protected]
-system_ext/lib/[email protected]
-system_ext/lib/[email protected]
-system_ext/lib/[email protected]
-system_ext/lib/[email protected]
system_ext/lib/[email protected]
system_ext/lib/[email protected]
system_ext/lib/[email protected]
system_ext/lib/[email protected]
system_ext/lib/[email protected]
system_ext/lib/[email protected]
system_ext/lib/[email protected]
system_ext/lib/[email protected]
system_ext/lib/[email protected]
system_ext/lib/[email protected]
system_ext/lib/[email protected]
system_ext/lib/[email protected]
-system_ext/lib64/[email protected]
-system_ext/lib64/[email protected]
-system_ext/lib64/[email protected]
-system_ext/lib64/[email protected]
-system_ext/lib64/[email protected]
system_ext/lib64/[email protected]
system_ext/lib64/[email protected]
system_ext/lib64/[email protected]
system_ext/lib64/[email protected]
system_ext/lib64/[email protected]
system_ext/lib64/[email protected]
system_ext/lib64/[email protected]
system_ext/lib64/[email protected]
system_ext/lib64/[email protected]
system_ext/lib64/[email protected]
system_ext/lib64/[email protected]
system_ext/lib64/[email protected]
-vendor/app/CneApp/CneApp.apk
vendor/app/CneApp/lib/arm64/libvndfwk_detect_jni.qti.so
-vendor/app/IWlanService/IWlanService.apk
vendor/bin/cnd
vendor/etc/cne/profileSlm.xml
vendor/etc/cne/slm.conf
vendor/etc/cne/wqeclient/ATT/ATT_profile1.xml
vendor/etc/cne/wqeclient/ATT/ATT_profile2.xml
vendor/etc/cne/wqeclient/ATT/ATT_profile3.xml
vendor/etc/cne/wqeclient/ATT/ATT_profile4.xml
vendor/etc/cne/wqeclient/ATT/ATT_profile5.xml
vendor/etc/cne/wqeclient/ATT/ATT_profile6.xml
vendor/etc/cne/wqeclient/ROW/ROW_profile1.xml
vendor/etc/cne/wqeclient/ROW/ROW_profile15.xml
vendor/etc/cne/wqeclient/ROW/ROW_profile16.xml
vendor/etc/cne/wqeclient/ROW/ROW_profile17.xml
vendor/etc/cne/wqeclient/ROW/ROW_profile18.xml
vendor/etc/cne/wqeclient/ROW/ROW_profile19.xml
vendor/etc/cne/wqeclient/ROW/ROW_profile2.xml
vendor/etc/cne/wqeclient/ROW/ROW_profile20.xml
vendor/etc/cne/wqeclient/ROW/ROW_profile21.xml
vendor/etc/cne/wqeclient/ROW/ROW_profile3.xml
vendor/etc/cne/wqeclient/ROW/ROW_profile32.xml
vendor/etc/cne/wqeclient/ROW/ROW_profile4.xml
vendor/etc/cne/wqeclient/ROW/ROW_profile5.xml
vendor/etc/cne/wqeclient/ROW/ROW_profile6.xml
vendor/etc/cne/wqeclient/ROW/ROW_profile7.xml
vendor/etc/cne/wqeclient/VZW/VZW_profile1.xml
vendor/etc/cne/wqeclient/VZW/VZW_profile2.xml
vendor/etc/cne/wqeclient/VZW/VZW_profile3.xml
vendor/etc/cne/wqeclient/VZW/VZW_profile4.xml
vendor/etc/cne/wqeclient/VZW/VZW_profile5.xml
vendor/etc/cne/wqeclient/VZW/VZW_profile6.xml
vendor/etc/default-permissions/com.qualcomm.qti.cne.xml
vendor/etc/init/cnd.rc
vendor/lib/libcne.so
vendor/lib/libcneapiclient.so
vendor/lib/libcneoplookup.so
vendor/lib/libcneqmiutils.so
vendor/lib/libwms.so
vendor/lib/libwqe.so
vendor/lib/libxml.so
vendor/lib/[email protected]
vendor/lib/[email protected]
vendor/lib/[email protected]
vendor/lib/[email protected]
vendor/lib/[email protected]
vendor/lib/[email protected]
vendor/lib/[email protected]
vendor/lib/[email protected]
vendor/lib/[email protected]
vendor/lib/[email protected]
vendor/lib64/libcne.so
vendor/lib64/libcneapiclient.so
vendor/lib64/libcneoplookup.so
vendor/lib64/libcneqmiutils.so
vendor/lib64/libwms.so
vendor/lib64/libwqe.so
vendor/lib64/libxml.so
vendor/lib64/[email protected]
vendor/lib64/[email protected]
vendor/lib64/[email protected]
vendor/lib64/[email protected]
vendor/lib64/[email protected]
vendor/lib64/[email protected]
vendor/lib64/[email protected]
vendor/lib64/[email protected]
vendor/lib64/[email protected]
vendor/lib64/[email protected]
vendor/lib64/[email protected]
vendor/lib64/[email protected]
vendor/lib64/[email protected]
vendor/lib64/[email protected]
# Camera - from PHOENIX 20.8.4
vendor/etc/camera/almalence_sr_params_tele.config|a5216343ebac981b47670522cf0a56960181f5cd
vendor/etc/camera/almalence_sr_params_wide.config|9567cf89e5347348ea5e10035c3f2635b9fd8162
vendor/etc/camera/beauty_ui9_intelligent_params.config|2318e6290c3a0a9385b3341a300f86cb4ebe4793
vendor/etc/camera/body_slim_ui9_params.config|6a341b766aa06b6f8496fd96c440ea27a023eb0b
vendor/etc/camera/camxoverridesettings.txt|38db5edfab85c9d6256d207eb52942a347d60249
vendor/etc/camera/CFR_para_UW_src1.bin|24114dc89cbd18cf31b0e9bed6f3150d73b468bd
vendor/etc/camera/CFR_para_UW_src2.bin|1f80ac7070035a1dc269686a3ab42a7cf2975d3a
vendor/etc/camera/eisoverridesettings.txt|4ea9ba43f55eaf0ac3106a0b63c49654af741270
vendor/etc/camera/eyelineblush.cng|f85c3388ab3112ad8963e004c47b131e5d567cca
vendor/etc/camera/female_bg.png|1209828fb0b4d425ee75498531bdcfe2f4eacb2e
vendor/etc/camera/female_icon.png|ebd7db92ef2f28d191e68c3b955ba7c2053c7418
vendor/etc/camera/golden_front_dc_cal.bin|a72be0f9e57c8425d85a0797dab6a75e44f2363d
vendor/etc/camera/golden_rear_dc_cal_wt.bin|f35262e245d208422e33c1ff408f2f9e8a2a13bd
vendor/etc/camera/hdr_ui9_params.config|ae257e7c20f64651b083e06bc75e4ae0658cfd54
vendor/etc/camera/LDC_FPC_TUNING_DATA.bin|d562d957c22a9fb915f014d9d1fcbff8a1b51ec9
vendor/etc/camera/LDC_PACKDATA_VENDORID_0x01.bin|3043de27d9b05fe142be649a6bddc9aba225069d
vendor/etc/camera/LDC_PACKDATA_VENDORID_0x07.bin|150d6a584014f8d9f2dfe40efa0cf1d989c33659
vendor/etc/camera/lf_facerank_model.bin|457f91e4027b7faef4d0fa889853e4f692e910c9
vendor/etc/camera/male_bg.png|2648ece202669141be45ccc09a688ec8e6465533
vendor/etc/camera/male_icon.png|d17f76b5937bd3f6a9afb04bcf83da98600788e5
vendor/etc/camera/megviifacepp_0_5_2_model|1f0cdc706d3853114ecf7a2c0c7436238fcdf258
vendor/etc/camera/Miui-Light.ttf|e2eb7464fb42d6d2395d4ab9953ce101291677fb
vendor/etc/camera/MIUI_Time.ttf|ad1c4cb5fdc53731c4b263076d8a0a183fbe263d
vendor/etc/camera/mibokeh_712_opencl.bin|6de555566a352263463dac79412c465c7930b468
vendor/etc/camera/mibokeh_712_parameter.bin|2cd2aebdb2dc3789a72698faf6f6c4bcbfe99fd2
vendor/etc/camera/morpho_lowlight4.0_3hdr_algoup.xml|cf6adaf9f5ab10e66f0fd50e4ce42f0eab1cda0e
vendor/etc/camera/morpho_lowlight4.0_adrc_high_1_algoup.xml|3040ea459bd811381dea578570a6e929636ced43
vendor/etc/camera/morpho_lowlight4.0_adrc_high_algoup.xml|95545d974ed92f0a178937af1795d2b891fb3b6c
vendor/etc/camera/morpho_lowlight4.0_algoup.xml|ec59375fd509f44d7574562814bf9c23d11621c1
vendor/etc/camera/sceneDetection.xml|ed7c9237881c670d5cc731732a0d9f4f592d21ba
vendor/etc/camera/score_bg.png|6628867b901936b88fb6f88d494987a1b43533ec
vendor/etc/camera/score_icon.png|8580e0abbf401a09c6581b82e9c00cd78fb8951f
vendor/etc/camera/sdm_ys_32p_120_21_5_perturb50.bin|1ca031d5f8eb0e6aa3eedf7df8d53223b5054bc5
vendor/etc/camera/vidhance_calibration|acfc92fdfda0401fbc8b1bd1500e92d02ab85c1e
vendor/etc/camera/watermark_font_2300_3199.dat|470c10429888b89966af5eb610b13b843a1a0248
vendor/etc/screen_light.xml|6730fa18b7e9d8b7c2acabc5d4b20e7a90a85bf3
vendor/lib64/camera/components/com.almalence.node.sr.so|0c583c261ff96482c5f8b02c92a4d10a97ff6e6c
vendor/lib64/camera/components/com.altek.node.depurple.so|178721f824a6570118594eaa57c71cfde9a2f60d
vendor/lib64/camera/components/com.altek.node.distortioncorrection.so|98324bdfb56bf25ae24b5c20d3eac966edb72486
vendor/lib64/camera/components/com.arcsoft.node.bodyslim.so|bdeab00c763118cbc4c046b1fda674cbce3d964e
vendor/lib64/camera/components/com.arcsoft.node.capturebokeh.so|a873ee6e8f28d416b6ef0bdf3845289e2ca7a09b
vendor/lib64/camera/components/com.arcsoft.node.capturefusion.so|c49bd5784e3f2b0843f5cba3c4398960974dfdc0
vendor/lib64/camera/components/com.arcsoft.node.deflicker.so|b961e757610545058654cc3a393167f4639ae8a7
vendor/lib64/camera/components/com.arcsoft.node.distortioncorrection.so|7a3b8bf0b9b6880aeb09e512cad4059238a2a7a4
vendor/lib64/camera/components/com.arcsoft.node.hdrchecker.so|4433a97616c3ab44b494e349796926cfab542b78
vendor/lib64/camera/components/com.arcsoft.node.hdr.so|13f3cf74bf3fcd0398d461520787ba6b5e2c1894
vendor/lib64/camera/components/com.arcsoft.node.realtimebokeh.so|e6ece7b632b82be8da2955ace423d94204d6d428
vendor/lib64/camera/components/com.arcsoft.node.skinbeautifier.so|e031a77eb6b3e1abcc96ff8fa2f5662829dbad5b
vendor/lib64/camera/components/com.arcsoft.node.smooth_transition.so|874e799bcd74dd5cbabff4ed0bc5ec2a34056f49
vendor/lib64/camera/components/com.arcsoft.node.superlowlight.so|b897e23ba3dd381ff61282575a5e3a8193fb9d37
vendor/lib64/camera/components/com.mi.node.aiasd.so|5a224b720035203164a7ea3acca4c4ecdf2ea01b
vendor/lib64/camera/components/com.qti.camx.chiiqutils.so|7167a26d59531a4fd660d79089a2dcb490ce2022
vendor/lib64/camera/components/com.qti.eisv2.so|9ca3d235d729408bf60cb53e3c1212d6c41ec75b
vendor/lib64/camera/components/com.qti.eisv3.so|38edea1c372a06333ee2a49e06487bc282abe543
vendor/lib64/camera/components/com.qti.hvx.addconstant.so|908579c4c723daf19d38cd67ab7d999cc25de4ba
vendor/lib64/camera/components/com.qti.hvx.binning.so|0de35c8731dd0b3fe567536802ffaa13e1ee9d46
vendor/lib64/camera/components/com.qti.node.depth.so|360d6e182841a99c5df64117b3c1437fdd1b3522
vendor/lib64/camera/components/com.qti.node.dummyrtb.so|fb9cd9ff5eecc890f137b87ac548105a01e7a290
vendor/lib64/camera/components/com.qti.node.dummysat.so|96901ddfaaed14415162b5eef9425a129200336b
vendor/lib64/camera/components/com.qti.node.eisv2.so|132f99cb71f58885a61f608484209fc9632bd3bf
vendor/lib64/camera/components/com.qti.node.eisv3.so|3f988aeb5455cf1fd5f6fa3420f4b77f1c652a18
vendor/lib64/camera/components/com.qti.node.fcv.so|c270684f62fe55101b6c2b995b626dec7922ff8d
vendor/lib64/camera/components/com.qti.node.gpu.so|8cdcf197e42b59b193cdf21a6ea8df59ff680651
vendor/lib64/camera/components/com.qti.node.memcpy.so|b025959879f192cc600fc2779e9e30b3acfdca87
vendor/lib64/camera/components/com.qti.node.mimovie.so|5fd31cbeab90a138658cf9455df2e470dcfa3882
vendor/lib64/camera/components/com.qti.node.photosolid.so|112a369a63dedb279025df9a2b382803b4ec31eb
vendor/lib64/camera/components/com.qti.node.remosaic.so|a52c266c21864a074a660258f66837bc28fde014
vendor/lib64/camera/components/com.qti.node.stich.so|6956dc3a8c85ed990700f68b4945d3eb55506eae
vendor/lib64/camera/components/com.qti.node.swregistration.so|4aa98310737d7f80fdf133438c8be463c6a9ec71
vendor/lib64/camera/components/com.qti.node.watermark.so|3a7e3d9f1d6c86e33c695e60206944ae0d3e23f1
vendor/lib64/camera/components/com.qti.node.xiaomigenderage.so|5c0e4f7824708487d6ff8d911f173d2399bda645
vendor/lib64/camera/components/com.qtistatic.stats.aec.so|2f7f41e465338ad1f4a7463270b8f30726a2b76d
vendor/lib64/camera/components/com.qtistatic.stats.af.so|b9816323b45cbfebcd3624db4975b060e5982e4e
vendor/lib64/camera/components/com.qtistatic.stats.awb.so|fea7bbb6b1275193cb92af4bcb68da3a6707d3ae
vendor/lib64/camera/components/com.qtistatic.stats.pdlib.so|8bd3da477efc0bcbf34451d68bc155b7f40c040e
vendor/lib64/camera/components/com.qti.stats.aec.so|7689f09ed05344bd40ccb4277cae7265d6fb2c22
vendor/lib64/camera/components/com.qti.stats.afd.so|401daf0414fc87b58fbc9f54101d2cceb54ee5a7
vendor/lib64/camera/components/com.qti.stats.af.so|304a4d026cc8a0e036598213239eceb38ffea894
vendor/lib64/camera/components/com.qti.stats.asd.so|87d1642efc3236d4d4e222e0a3c676d3137a06c5
vendor/lib64/camera/components/com.qti.stats.awb.so|439eb25cf26138239f2ec9f19ac752d29e604b29
vendor/lib64/camera/components/com.qti.stats.awbwrapper.so|5242c5570c28cc2f5ca064fe2ad3ab89dedc2766
vendor/lib64/camera/components/com.qti.stats.hafoverride.so|95a7d7cae79fa0a77458a0378879ced9e61a601a
vendor/lib64/camera/components/com.qti.stats.haf.so|cac23208ca7ab0e52fd8cd314992e68fe736086b
vendor/lib64/camera/components/com.qti.stats.localhistogram.so|7cbff8509efff1f8d78926e59bba7a21b1ba90a1
vendor/lib64/camera/components/com.qti.stats.pdlib.so|4f8cdf6022d6ce4365330ef2b91ef9b27af47eb7
vendor/lib64/camera/components/com.qti.stats.pdlibsony.so|cb387bf3323c36d3030ab1debbc60fd12e41150f
vendor/lib64/camera/components/com.qti.stats.pdlibwrapper.so|e4b58d5bde02b0e0f4b197fa464af5bdb4ab0bbd
vendor/lib64/camera/components/com.st.node.sr.so|5699def0bf43294009338df57631f1d0b68ffe3b
vendor/lib64/camera/components/com.vidhance.node.eis.so|993bd698a4812830f9ff622c0d816535bde3537a
vendor/lib64/camera/components/com.vidhance.stats.aec_dmbr.so|31b7128da33664d2e34ae176e048373b23fba5ef
vendor/lib64/camera/components/com.visidon.node.clearshot.so|1f5a5b4ea92d47348f84719c4dd7e89af134387c
vendor/lib64/camera/components/com.visidon.node.sr.so|5c77cba088a4517fae2fe73b66de8ed9c5002971
vendor/lib64/camera/components/com.xiaomi.node.mibokeh.so|c35a237b7da6335bb07fff81c585f71bbe7369cc
vendor/lib64/camera/components/com.xiaomi.node.mifragment.so|704fa09fb2d769ffdd3ca6fa5035a327d8b395b7
vendor/lib64/camera/components/com.xiaomi.node.misegment.so|db4157139e316ddf944e98e6ba08f2ae3709db34
vendor/lib64/camera/components/etc/visidon_clearshot_params.xml|8041eed40eea41ad98576616a3edaf7da6ae097e
vendor/lib64/camera/components/libdepthmapwrapper.so|e759fd54a094ebfd232b6ae4625ae8dd176dc128
vendor/lib64/camera/components/libmmcamera_cac3.so|5a78167cd8177bab9762d323f3d3cb5585312eb7
vendor/lib64/camera/com.qti.sensormodule.phoenix_ofilm_gc02m1_depth.bin|b1d94cde4578a1497ef689ade6647b97986c658c
vendor/lib64/camera/com.qti.sensormodule.phoenix_ofilm_gc02m1_depth_mono.bin|0b85d03f02d7b55f41a10b665e1f29c886318392
vendor/lib64/camera/com.qti.sensormodule.phoenix_ofilm_gc02m1_front.bin|bc9fe809b485eff471bea54bc6331dd2fb8c2ecb
vendor/lib64/camera/com.qti.sensormodule.phoenix_ofilm_gc02m1_front_mono.bin|e3b95feb0727b9665c6f79a23a800f114992b8e1
vendor/lib64/camera/com.qti.sensormodule.phoenix_ofilm_gc02m1_macro.bin|1e848f5193d35b50195cd0f16f5ad59eb9751319
vendor/lib64/camera/com.qti.sensormodule.phoenix_ofilm_imx686.bin|0820ab6c331445c9398afa6bc26a857a6b6a49e5
vendor/lib64/camera/com.qti.sensormodule.phoenix_ofilm_imx686_full_mp.bin|5f4a201d51382cde77038119a3951406a75950c0
vendor/lib64/camera/com.qti.sensormodule.phoenix_ofilm_ov8856.bin|d80127b6e3ed0623d6604e364109d7110c44f7b6
vendor/lib64/camera/com.qti.sensormodule.phoenix_ofilm_s5k3t2.bin|9d433ca56fd2ddf7c763afc93aa637a2705825f3
vendor/lib64/camera/com.qti.sensormodule.phoenix_sunny_gc02m1_depth.bin|ba816398c81a884def599bed8993ace940089104
vendor/lib64/camera/com.qti.sensormodule.phoenix_sunny_gc02m1_front.bin|17db630b2ece64f943d92fb48609c3df107124ed
vendor/lib64/camera/com.qti.sensormodule.phoenix_sunny_gc02m1_macro.bin|3f7dc9b6b3e19784fee343e3cbe0ff8bd024157d
vendor/lib64/camera/com.qti.sensormodule.phoenix_sunny_imx686.bin|64428acd88c9dc378ce1a399ba94777acc5dea56
vendor/lib64/camera/com.qti.sensormodule.phoenix_sunny_ov8856.bin|f1c7ee86c98019f0430ba7d7df730efac9cc119e
vendor/lib64/camera/com.qti.sensormodule.phoenix_sunny_s5k3t2.bin|09faafca9f29bfa2bd96b093b2d45d20b5916bd8
vendor/lib64/camera/com.qti.sensor.phoenix_gc02m1_depth.so|40fd179bc20d3d5d3016532dab0b1a9f854cf0b4
vendor/lib64/camera/com.qti.sensor.phoenix_gc02m1_front.so|fd11f8cd6cf62caa52fd4e70bbb9bc4b10a69bcd
vendor/lib64/camera/com.qti.sensor.phoenix_gc02m1_macro.so|ba53a6dac389c6fb9af226d120a9f94047617076
vendor/lib64/camera/com.qti.sensor.phoenix_imx686.so|b8db6014fb2d643d865505b322c95df4155c158c
vendor/lib64/camera/com.qti.sensor.phoenix_ov8856.so|7826715094eab13e5ef150fcfc73caf4683e8617
vendor/lib64/camera/com.qti.sensor.phoenix_s5k3t2.so|845fb1b2da519eb5f2416108d7449d37f2ae99c1
vendor/lib64/camera/com.qti.tuned.default.bin|b0b0df4a87ca88a969333e14175a9f6b658f801c
vendor/lib64/camera/com.qti.tuned.phoenix_ofilm_gc02m1_depth.bin|956b4fdeeac8a039a068d05f27680104e79eb88e
vendor/lib64/camera/com.qti.tuned.phoenix_ofilm_gc02m1_depth_mono.bin|f031a15772ee99962cc9477ccbc85fc31d8c2609
vendor/lib64/camera/com.qti.tuned.phoenix_ofilm_gc02m1_front.bin|0a59ad64c8018afcb4974bd74a3cb9098f4f7930
vendor/lib64/camera/com.qti.tuned.phoenix_ofilm_gc02m1_front_mono.bin|b4c9b7329e13f56cb34be8d2d38a0c81bd110963
vendor/lib64/camera/com.qti.tuned.phoenix_ofilm_gc02m1_macro.bin|b0923158c183bdb0018302e1713a5f5e660e5353
vendor/lib64/camera/com.qti.tuned.phoenix_ofilm_imx686.bin|953eef005ad4cd5b7c25360d44c080afdd680e90
vendor/lib64/camera/com.qti.tuned.phoenix_ofilm_ov8856.bin|75bb81b13d60cba1072a6d5eb0b66a7a0f64548a
vendor/lib64/camera/com.qti.tuned.phoenix_ofilm_s5k3t2.bin|d045a9c1a478d2236e9108ae41bf41da9c8af104
vendor/lib64/camera/com.qti.tuned.phoenix_sunny_gc02m1_depth.bin|3dfcf38701bc3f1a9badccebdb17dde2e43fbdaa
vendor/lib64/camera/com.qti.tuned.phoenix_sunny_gc02m1_front.bin|0a59ad64c8018afcb4974bd74a3cb9098f4f7930
vendor/lib64/camera/com.qti.tuned.phoenix_sunny_gc02m1_macro.bin|11841daa733e03ada659e564393c7f1e20f9060d
vendor/lib64/camera/com.qti.tuned.phoenix_sunny_imx686.bin|78ecd877bbe26b8f497fb4b23f324d38d5a4b3eb
vendor/lib64/camera/com.qti.tuned.phoenix_sunny_ov8856.bin|b4ba7828035888b966a41d41bc0bdcfbacb0913a
vendor/lib64/camera/com.qti.tuned.phoenix_sunny_s5k3t2.bin|a3a54b55c7337df6fd23f2f911cadd309e7bbf9f
vendor/lib64/camera/fdconfigpreview.bin|f3dfb2db6955221919245f382dd6132d9b28c7ad
vendor/lib64/camera/fdconfigpreviewlite.bin|f3dfb2db6955221919245f382dd6132d9b28c7ad
vendor/lib64/camera/fdconfigvideo.bin|f3dfb2db6955221919245f382dd6132d9b28c7ad
vendor/lib64/camera/fdconfigvideolite.bin|f3dfb2db6955221919245f382dd6132d9b28c7ad
vendor/lib64/hw/camera.qcom.so|582673cb6c5cbdd510b11748ed4ee7522be52dd0
vendor/lib64/hw/com.qti.chi.override.so|2bdb16d7933ac81d5eed43e5af5474b51e6dbb77
vendor/lib64/lib_denoiser3.so|6b3a394b464d0bc4b0e73558f2e16359bb0260ff
vendor/lib64/libalAILDC.so|cd3436990cf35dfa6592074a413b3b9fd0660ca6
vendor/lib64/libalCFR.so|4e51bd81191d2aa45a1fe229eded8ae2792a6649
vendor/lib64/libalhLDC.so|2475eac72173f10f963ce83ea1a32dc4b059fa82
vendor/lib64/libalLDC.so|94ecf7486ce9ca4c6c26adcadcc12d64b02ead4c
vendor/lib64/libarcsat.so|78e3f651edff6907453515670e513b1dbbcf7f52
vendor/lib64/libarcsoft_beautyshot.so|4b188f6cdd467e3366df198663ef59780d3f533a
vendor/lib64/libarcsoft_bodyslim.so|d69e70800b1a809425efcde6ee1d3ea3f825ac5c
vendor/lib64/libarcsoft_distortion_correction.so|86a6cf76276688aa5b658fd4c9721db84376e355
vendor/lib64/libarcsoft_dualcam_image_optical_zoom.so|e8611505506c3190f0981fd2ffed406b323ec755
vendor/lib64/libarcsoft_dualcam_optical_zoom_control.so|58e8deac3c7dca09f6bc06eeca95091daa425049
vendor/lib64/libarcsoft_dualcam_refocus.so|9576ab676dddebe35ca38993b037337508e25d12
vendor/lib64/libarcsoft_dualcam_refocus_front.so|ef37d4651ad3d5e34a01b9114cf0112bb7887428
vendor/lib64/libarcsoft_dualcam_refocus_rear_t.so|f7fc03926aaf1ae8bacec8f91efa8b9dad64c0e2
vendor/lib64/libarcsoft_dualcam_refocus_rear_w.so|cb8579d49f0dc25f578acc41db9c675ea8f7dc9f
vendor/lib64/libarcsoft_portrait_lighting.so|1bc7b14fe69e617529e4dda74e4ef1081ea2ada0
vendor/lib64/libarcsoft_portrait_lighting_c.so|ca42fa6fc25e231ca70e1caf80a08b18ccfd3d99
vendor/lib64/libarcsoft_preview_deflicker.so|6f1da5473c0b79e99da1d2ea27db736f06931774
vendor/lib64/libarcsoft_supernight.so|1ddb832870a9db8bb99a0b2d9eb968565f2ee83f
vendor/lib64/libc++_shared.so|8bd494c3b1da5d250e0dc81231ea094fd0bccf88
vendor/lib64/libcamera_nn_stub.so|976251a2a32e75d0c2e397dcce7e5f7e18e4372e
vendor/lib64/libcamera_scene.so|42509d902f019a13ea43476593df9ead9e1dcb5f
vendor/lib64/libcamxfdalgov7.so|aa3cf08b7c8fa862417d332c2b8012218188b962
vendor/lib64/libcamxfdalgov8.so|c5b7401df0879170b30f81df70f51c943f983213
vendor/lib64/libcamxfdengine.so|edae56c44e72546d2efd5a883ddd73ca35c3b2b4
vendor/lib64/libcamxstatscore.so|7cc680ed0e9ded7747b7d0a10bcb2e940f6126aa
vendor/lib64/libcamxswprocessalgo.so|f6031f6b1b96c0b445822a45f7619824910519d0
vendor/lib64/libcamxtintlessalgo.so|77d0ce8392160aca80345d3978b382798591207c
vendor/lib64/libcapiv2svacnn.so|2feddde9dfee7ba606b72266d1b42e95d0e03c70
vendor/lib64/libcapiv2vop.so|23a80adfacbfe48b8b4b57d74b3f4f847447ddf5
vendor/lib64/libcom.qti.chinodeutils.so|3c0eda57b758dc65a1ff38acfc385f7c0a445546
vendor/lib64/libFaceGrade.so|b3f316c56ab78ec550e8248c8d3ae7ca720d009e
vendor/lib64/libft2vendor.so|fd87e8dbbb193d263d60bd352813b686633cba65
vendor/lib64/libHalSuperSensorServer.so|faa4d602f226da8d92b197f49ffe29f0ad506426
vendor/lib64/libhvx_interface.so|e9db1741a4c685bf9259acc353f87d177178f959
vendor/lib64/libmegface.so|e32055dc224076c8a7e8486292341c4604a12787
vendor/lib64/libMegviiFacepp-0.5.2.so|4dce8e04d919df9434d2444c7687328018a6e34f
vendor/lib64/libmialgo_fs.so|d6ca2dcb85e9a7cd9c5ca6b5d11d86c415c4625f
vendor/lib64/libmialgo_rfs.so|9c2231604ba40d1567bf4c4b81a1ad71b7732f30
vendor/lib64/libmialgo_sd.so|0a2ab306828eec76d618bf42f28007942af0d348
vendor/lib64/libmialgo_utils.so|8d620afa42801d5fefe3deec944eca21c0c10363
vendor/lib64/libmialgoengine.so|63af7a20ae8a27ab9e110612609040532adbf540
vendor/lib64/libmibokeh_712.so|b43fd723ce688731aaa97ae11869b60ffad1a032
vendor/lib64/libmpbase.so|e6b51e2d501f434eea15ecdc275011d1498301ae
vendor/lib64/libnanopb.so|960dd09cc5891fc89d1e557187dcb27f81747d14
vendor/lib64/libnpu.so|7e165bad722e2a8c6cdcb23ef004175aa2a9c3f9
vendor/lib64/libremosaic_daemon.so|9e52e28780f04561d49480d7e743ca9d3d172179
vendor/lib64/libremosaiclib.so|5f94ecb62cde68630b36614b1f1ca6c155bbd8e9
vendor/lib64/libsdk_sr.so|e98f54e67f19cd1fb8b9cffc09dfcb60d7cfbdab
vendor/lib64/libsns_device_mode_stub.so|0e1f278c97f814d17c40760c950b204fa0b630cf
vendor/lib64/libsns_fastRPC_util.so|4b65d8aa6f0cf869a2621c423728e7328660b725
vendor/lib64/libsns_low_lat_stream_stub.so|1f3c203e41524f005ea8474f2044d0a95be50753
vendor/lib64/libsns_registry_skel.so|5b00d62e2aa1d5920714f21ce90873ac52a3087f
vendor/lib64/libsnsapi.so|7f5326c3cdae730d2af2c679e829bf276b80972f
vendor/lib64/libsnsdiaglog.so|e43cdf03612aebdc98cc386f8df96dc92d8eeae2
vendor/lib64/libst_sr_models.so|055595570081935a4707dab3957261d3949bdcac
vendor/lib64/libSuperSensor.so|dd1a4fd609abbb514c11270722da21bdcf272fdf
vendor/lib64/libSuperSensorCPU.so|3c1857492209bf8034da0a1e098c2c14ce0cf4dc
vendor/lib64/libswregistrationalgo.so|d47dc0456142d3a0d6d8d4739ac1881ec7887364
vendor/lib64/libswvdec.so|f0d9fa43148a319defcfd00e932fcb79ad056a5a
vendor/lib64/libsysmon_cdsp_skel.so|c9138d776f9d4ea3d5d9d0ad4a24bfcdf7b78d76
vendor/lib64/libtriplecam_optical_zoom_control.so|4ed124cf96e346cc11d232bdfec06988cf84e8e3
vendor/lib64/libtriplecam_video_optical_zoom.so|d06d62a3f9ad5c9330b52d55247f8d68369a6f43
vendor/lib64/libVDClearShot.so|d171672e54e8efab69016e6f3ee8469518ddcb01
vendor/lib64/libVDSuperPhotoAPI.so|787ecee12dc0c9e95f2012f4097091ab7fd34ace
vendor/lib64/libvidhance.so|822252821acd4fc308d080e4d524ef37defd7ba1
vendor/lib64/libXMFD_AgeGender.so|1fcc9780c5873fa60f92070dbd7cecbf88e2bd6a
vendor/lib64/libxmi_high_dynamic_range.so|07b219a1fb9f77bd6618a916c5930b8d257d11b5
vendor/lib64/libxml2_vendor.so|336de129dd9072f31d8aaee3286e5f10c1bf32fe
# Camera Firmware - from PHOENIX V20.8.4
vendor/firmware/CAMERA_ICP.elf|83145cf3fff905bc67828a65b12ea5942ba8a638
# Camera Service - from PHOENIX V20.8.4
system_ext/lib/[email protected]|53861a4c88d7310a0b15367e8a8677cbf8463a85
system_ext/lib/[email protected]|37507e7f0fc7a8752d461a4dd85c2dd31fd1afa6
vendor/bin/hw/[email protected]_64|94094985cdc15eb381c30ff36ab540b457eaac25
vendor/lib64/[email protected]|72adbe24694e85af2a0b93fdc099c166dc476e20
vendor/lib64/[email protected]|a4b19fd7257db63116efd8d98698a6223064d774
vendor/lib64/hw/[email protected]|ef02d77e6a2c14fefbdf4093092a07061dc9ce9b
vendor/lib64/[email protected]|543310393fa5170c481cd94f55ac65c6558d9202
vendor/lib64/[email protected]|0901965335f08e879df4bc5961d8533ed0d84108
vendor/lib/[email protected]|7bc2fc8176cde2d5c59f607da23248400d61cf3f
vendor/lib/[email protected]|bdcb35ca33b0aae91759d2f9ccf76086a7a5b0b0
vendor/lib/hw/[email protected]|ab1e2b5d360836833de357fddf71cb5280edcfbd
vendor/lib/[email protected]|2e21d4dc8f06b6a78f9222ed00a7fa19eadaa91c
vendor/lib/[email protected]|5e08e29c82d9be8092e99cc17ac02028ba9e70c5
# Charger
vendor/bin/hvdcp_opti
vendor/etc/charger_fstab.qti
vendor/etc/init/[email protected]
# ConfigStore
vendor/bin/hw/[email protected]
vendor/etc/init/[email protected]
vendor/lib64/hw/[email protected]
# Consumer IR
vendor/lib64/hw/consumerir.default.so:vendor/lib64/hw/consumerir.sm6150.so
# DPM
framework/tcmclient.jar
system_ext/bin/dpmd
system_ext/etc/dpm/dpm.conf
system_ext/etc/init/dpmd.rc
system_ext/etc/permissions/com.qti.dpmframework.xml
system_ext/etc/permissions/dpmapi.xml
system_ext/framework/com.qti.dpmframework.jar
system_ext/framework/dpmapi.jar
system_ext/lib64/[email protected]
system_ext/lib64/libdpmctmgr.so
system_ext/lib64/libdpmfdmgr.so
system_ext/lib64/libdpmframework.so
system_ext/lib64/libdpmtcm.so
system_ext/lib64/[email protected]
-system_ext/priv-app/dpmserviceapp/dpmserviceapp.apk
vendor/bin/dpmQmiMgr
vendor/etc/init/dpmQmiMgr.rc
vendor/lib64/[email protected]
vendor/lib64/libdpmqmihal.so
# DRM
vendor/bin/qseecomd
vendor/etc/gpfspath_oem_config.xml
vendor/etc/init/qseecomd.rc
vendor/lib64/libdrmfs.so
vendor/lib64/libdrmtime.so
vendor/lib64/libGPreqcancel.so
vendor/lib64/libGPreqcancel_svc.so
vendor/lib64/libops.so
vendor/lib64/libqisl.so
vendor/lib64/libQSEEComAPI.so
vendor/lib64/librpmb.so
vendor/lib64/libSecureUILib.so
vendor/lib64/libsecureui.so
vendor/lib64/libsecureui_svcsock.so
vendor/lib64/libsi.so
vendor/lib64/libssd.so
vendor/lib64/libStDrvInt.so
# DRM - Widevine
vendor/bin/hw/[email protected]
vendor/etc/init/[email protected]
-vendor/etc/vintf/manifest/[email protected]
vendor/lib64/libbase64.so
vendor/lib64/libcpion.so
vendor/lib64/librmp.so
vendor/lib64/mediadrm/libwvdrmengine.so
vendor/lib/libbase64.so
vendor/lib/libcpion.so
vendor/lib/libcppf.so
vendor/lib/librmp.so
vendor/lib/mediadrm/libwvdrmengine.so
# DRM - Widevine -L1 - from PHOENIXIN V12.1.3.0
vendor/lib64/libhdcpsrm.so|b8a39941e5071790c31435fe1a0d03030c63fd78
vendor/lib64/liboemcrypto.so|6b8c5ab8cb16b7f42071ddc59ac868fa684cff4e
vendor/lib64/libminksocket.so|0722b9042892e83d4c615e0f70e4ad040365b170
vendor/lib64/libwvhidl.so|2abdbc8966795ed903062ec1a8ba2e79bb5883f8
vendor/lib64/[email protected]|3307ac219fe41e0b2d896c8803c7da1bdf881110
vendor/lib64/libtrustedapploader.so|53f72443cbbdec707658ffd46fcf418361315a06
vendor/lib64/libwvkeybox.so|446c716329a20ff6afac8cadb0fcd7045afe17c4
vendor/lib/libminksocket.so|72ddd72e8def974ad7a99d52b67c8b7cddfced21
vendor/lib/liboemcrypto.so|e7d8f6ef312cc5a3ef750ca46a26f68d6f5c593e
vendor/lib/libtrustedapploader.so|99d195f131f472bcff67e3567a91182b79e5080c
vendor/lib/libwvkeybox.so|0ddf5e4309a8ca41e3b0776deed41a6cbcd3f995
# DSP
vendor/bin/dspservice
vendor/etc/init/[email protected]
vendor/lib64/[email protected]
# Display calibration
vendor/etc/hdr_config.cfg
vendor/etc/sdr_config.cfg
# FM
system_ext/lib64/fm_helium.so
system_ext/lib64/libfm-hci.so
system_ext/lib64/[email protected]
vendor/lib64/hw/[email protected]
vendor/lib64/[email protected]
# Fingerprint
vendor/lib64/hw/fingerprint.fpc.so:vendor/lib64/hw/fingerprint.fpc.sm6150.so
vendor/lib64/hw/fingerprint.goodix.so:vendor/lib64/hw/fingerprint.goodix.sm6150.so
vendor/lib64/libgf_ca.so
vendor/lib64/libgf_hal.so
vendor/lib64/libgoodixhwfingerprint.so
vendor/lib64/[email protected]
# Firmware
vendor/firmware/a612_rgmu.bin
vendor/firmware/a612_zap.b00
vendor/firmware/a612_zap.b01
vendor/firmware/a612_zap.b02
vendor/firmware/a612_zap.elf
vendor/firmware/a612_zap.mdt
vendor/firmware/a615_zap.b00
vendor/firmware/a615_zap.b01
vendor/firmware/a615_zap.b02
vendor/firmware/a615_zap.elf
vendor/firmware/a615_zap.mdt
vendor/firmware/a618_gmu.bin
vendor/firmware/a630_gmu.bin
vendor/firmware/a630_sqe.fw
vendor/firmware/a640_gmu.bin
vendor/firmware/ipa_fws.b00
vendor/firmware/ipa_fws.b01
vendor/firmware/ipa_fws.b02
vendor/firmware/ipa_fws.b03
vendor/firmware/ipa_fws.b04
vendor/firmware/ipa_fws.elf
vendor/firmware/ipa_fws.mdt
# GPS
system_ext/etc/permissions/com.qti.location.sdk.xml
system_ext/etc/permissions/com.qualcomm.location.xml
system_ext/etc/permissions/izat.xt.srv.xml
system_ext/etc/permissions/privapp-permissions-com.qualcomm.location.xml
-system_ext/framework/com.qti.location.sdk.jar
-system_ext/framework/izat.xt.srv.jar
system_ext/lib/[email protected]
system_ext/lib/[email protected]
system_ext/lib/[email protected]
system_ext/lib/[email protected]
system_ext/lib/[email protected]
system_ext/lib/[email protected]
system_ext/lib/[email protected]
system_ext/lib64/[email protected]
system_ext/lib64/[email protected]
system_ext/lib64/[email protected]
system_ext/lib64/[email protected]
system_ext/lib64/[email protected]
system_ext/lib64/[email protected]
system_ext/lib64/[email protected]
vendor/bin/garden_app
vendor/bin/hw/[email protected]
vendor/bin/loc_launcher
vendor/bin/lowi-server
vendor/bin/slim_daemon
vendor/bin/xtra-daemon
vendor/etc/cacert_location.pem
vendor/etc/init/[email protected]
-vendor/etc/vintf/manifest/[email protected]
-vendor/etc/vintf/manifest/[email protected]
vendor/etc/xtra_root_cert.pem
vendor/lib/hw/[email protected]
vendor/lib/hw/[email protected]
vendor/lib/libbatching.so
vendor/lib/libdataitems.so
vendor/lib/libgdtap.so
vendor/lib/libgeofencing.so
vendor/lib/libizat_client_api.so
vendor/lib/libizat_core.so
vendor/lib/liblbs_core.so
vendor/lib/liblocationservice.so
vendor/lib/liblocationservice_glue.so
vendor/lib/liblocation_api.so
vendor/lib/libloc_api_v02.so
vendor/lib/libloc_core.so
vendor/lib/libloc_socket.so
vendor/lib/liblowi_client.so
vendor/lib/liblowi_wifihal.so
vendor/lib/libslimclient.so
vendor/lib/libxtadapter.so
vendor/lib/[email protected]
vendor/lib/[email protected]
vendor/lib/[email protected]
vendor/lib/[email protected]
vendor/lib/[email protected]
vendor/lib/[email protected]
vendor/lib/[email protected]
vendor/lib/[email protected]
vendor/lib64/hw/[email protected]
vendor/lib64/hw/[email protected]
vendor/lib64/libbatching.so
vendor/lib64/libcacertclient.so
vendor/lib64/libcdfw_remote_api.so
vendor/lib64/libcdfw.so
vendor/lib64/libdataitems.so
vendor/lib64/libgarden_haltests_e2e.so
vendor/lib64/libgdtap.so
vendor/lib64/libgeofencing.so
vendor/lib64/libizat_client_api.so
vendor/lib64/libizat_core.so
vendor/lib64/liblbs_core.so
vendor/lib64/liblocationservice.so
vendor/lib64/liblocationservice_glue.so
vendor/lib64/liblocation_api.so
vendor/lib64/libloc_api_v02.so
vendor/lib64/libloc_core.so
vendor/lib64/libloc_socket.so
vendor/lib64/liblowi_client.so
vendor/lib64/liblowi_wifihal.so
vendor/lib64/libqdma_file_agent.so
vendor/lib64/libslimclient.so
vendor/lib64/libxtadapter.so
vendor/lib64/[email protected]
vendor/lib64/[email protected]
vendor/lib64/[email protected]
vendor/lib64/[email protected]
vendor/lib64/[email protected]
vendor/lib64/[email protected]
vendor/lib64/[email protected]
vendor/lib64/[email protected]
# GPS-Hardware
vendor/lib/libaoa.so
vendor/lib/libgarden.so
vendor/lib/libgnss.so
vendor/lib/libgnsspps.so
vendor/lib/libgps.utils.so
vendor/lib64/libaoa.so
vendor/lib64/libgarden.so
vendor/lib64/libgnss.so
vendor/lib64/libgnsspps.so
vendor/lib64/libgps.utils.so
# Gatekeeper
vendor/bin/hw/[email protected]
vendor/etc/init/[email protected]
vendor/lib64/hw/[email protected]
# Graphics (Adreno) - from LA.UM.9.1.r1-10900-SMxxx0.0
vendor/lib64/libC2D2.so|175115cc36fd471f9eb83af76be21b5f602b9460
vendor/lib64/libCB.so|e65f3158acd06c63ba381380e9aabd4229fdfa27
vendor/lib64/libOpenCL.so|0c5d889028ecb59ed9bb0c7522094dbebc468954
vendor/lib64/libc2d30_bltlib.so|b7c7bbc41f317833927d9bf75fbf9b411dd63a96
vendor/lib64/libllvm-qcom.so|a9bc63754e842f7ce645c1dcd912ea0f89127bed
vendor/lib64/libpvr.so|0d293cfcac615cfadd41aeeba36a336869e51edc
vendor/lib/libC2D2.so|91f015cad79024fdbb6a5603cce48693e58a4510
vendor/lib/libc2d30_bltlib.so|71703a543760e40ba26cde07c2d41416cc9331ec
# Graphics (Adreno - updatable) - from LA.UM.9.1.r1-10900-SMxxx0.0
vendor/lib64/egl/eglSubDriverAndroid.so|d35fe73d8885859748302e091788754d56364206
vendor/lib64/egl/libEGL_adreno.so|1dc015c699cce26df3e2a9d97f2166f1e7f253b4
vendor/lib64/egl/libGLESv1_CM_adreno.so|0a2a648ca2dcd887ea62860bbfa2ef397f01d42d
vendor/lib64/egl/libGLESv2_adreno.so|fef26fdb081b4f8a02b2a6d2a159dec37f8f3502
vendor/lib64/egl/libq3dtools_adreno.so|189b9c3d400c6a98c87582b8df0910530cba6d44
vendor/lib64/egl/libq3dtools_esx.so|9f1f255d03435ea3b483c465665cf8f4d297a2ea
vendor/lib64/hw/vulkan.adreno.so|9f7f8af8ea2e0df4728c0414f504f6ea61b65614
vendor/lib64/libVkLayer_q3dtools.so|a879bc4becdba6f4e58144d9f05cc4b241351176
vendor/lib64/libadreno_app_profiles.so|c2a34a8e350fc78e25762716a77e636a05c3b6e8
vendor/lib64/libadreno_utils.so|57cb6438de8bc67d3006c3179074b2d9540e800f
vendor/lib64/libgpudataproducer.so|38c41d92fae2bcad1fea2d367d01946bb0ae3f85
vendor/lib64/libgsl.so|efac22df1084af13fa63cefa0435503250e3737d
vendor/lib64/libllvm-glnext.so|7ed462c35f1322dfa0b29f030befd763c819f0a8
vendor/lib/egl/eglSubDriverAndroid.so|c37d7fd3383e16617dcb874eceffee6b5a3c67bf
vendor/lib/egl/libEGL_adreno.so|b66364c940c6174910a6807322193b3fb0f5d6c7
vendor/lib/egl/libGLESv1_CM_adreno.so|715f3463528f1e74ffa02627ee5916a09e0748f5
vendor/lib/egl/libGLESv2_adreno.so|6d18a4545993f8064584038541b4a8b5660cc1b4
vendor/lib/egl/libq3dtools_adreno.so|9ec9c053592e58be935e8ae5e0a9d362c101773a
vendor/lib/egl/libq3dtools_esx.so|fded522f56793f09576ccd9864bed809b7657ae9
vendor/lib/hw/vulkan.adreno.so|59bfdc56929cfa47b3bba5ffb1c79fbf0916e13f
vendor/lib/libVkLayer_q3dtools.so|4c1484fa36815d7ec21637a0a27153fdcaa1b641
vendor/lib/libadreno_app_profiles.so|71be829f62c56c7680a68bc5938a94981e02e3a5
vendor/lib/libadreno_utils.so|0dd605c378f38211fc13881fba384591f644c20a
vendor/lib/libgpudataproducer.so|8d43d432aed0a7ba5655c31f86ac99553abda1ed
vendor/lib/libgsl.so|356a12b3938e5ed4c784a95b578c663951ea8ab6
vendor/lib/libllvm-glnext.so|64f9777f7f36c23767fff28c78439e8edeb9ad9b
# Graphics (Adreno - updatable apk) - from mojito-user 11 RKQ1.201022.002 V12.0.5.0.RKGMIXM release-keys
-vendor/app/com.qualcomm.qti.gpudrivers.sm6150.api30/com.qualcomm.qti.gpudrivers.sm6150.api30.apk|c3601f567e672f5493fd8015d858d78399b891f2
# Graphics (DRM) - from LA.UM.9.1.r1-10900-SMxxx0.0
vendor/lib64/libsdedrm.so|c23f2440f01e7abab3b1d119541a6ee2309a32de
# Graphics (HDR) - from LA.UM.9.1.r1-10900-SMxxx0.0
vendor/lib64/libhdr_tm.so|b4d129efafedbc82e122ef7edff26ca65204b630
# Graphics (SDM) - from LA.UM.9.1.r1-10900-SMxxx0.0
vendor/lib64/libqseed3.so|7f2a659fb9acd84d79c11dbd6901b816d5d1214f
vendor/lib64/libsdm-color.so|4c61d8c1e82b673917356e6c210959c7795e5369
vendor/lib64/libsdm-colormgr-algo.so|073245d67ec606f7b73c34e2b4956ebcc81b350c
vendor/lib64/libsdm-diag.so|ace628f2178ab6768f7318f36a9641ecaeb7b841
vendor/lib64/libsdm-disp-vndapis.so|4fbf76da3a9eb5d227f948521bd4c80842446bb4
vendor/lib64/libsdmextension.so|76ef1430f700480509b5f991e031447fea9ddb01
vendor/lib64/libtinyxml2_1.so|ff32deb110acb02cb5def5f3404f9064c1276483
# IO Prefetcher
vendor/bin/hw/[email protected]
vendor/etc/init/[email protected]
vendor/lib64/libqti-iopd-client.so
vendor/lib64/libqti-iopd.so
vendor/lib64/[email protected]
vendor/lib64/[email protected]
vendor/lib/libqti-iopd-client.so
vendor/lib/libqti-iopd.so
vendor/lib/[email protected]
vendor/lib/[email protected]
# Keystore
vendor/bin/hw/[email protected]
vendor/etc/init/[email protected]
vendor/lib64/libkeymasterdeviceutils.so
vendor/lib64/libkeymasterprovision.so
vendor/lib64/libkeymasterutils.so
vendor/lib64/libqcbor.so
vendor/lib64/libqtikeymaster4.so
# Listen
vendor/lib/libadpcmdec.so
vendor/lib/libgcs-calwrapper.so
vendor/lib/libgcs-ipc.so
vendor/lib/libgcs-osal.so
vendor/lib/libgcs.so
vendor/lib/liblistensoundmodel2.so
vendor/lib/libsmwrapper.so
# Media (VPP)
vendor/etc/configstore/vpp.configstore.xml
vendor/etc/init/vppservice.rc
vendor/lib64/libOmxVpp.so
vendor/lib64/libvppclient.so
vendor/lib64/libvpphvx.so
vendor/lib64/libvpplibrary.so
vendor/lib64/libvpptestutils.so
vendor/lib64/[email protected]
vendor/lib64/[email protected]
vendor/lib64/[email protected]
# Media (OMX)
vendor/lib/libOmxAacDec.so
vendor/lib/libOmxAlacDec.so
vendor/lib/libOmxAlacDecSw.so
vendor/lib/libOmxAmrDec.so
vendor/lib/libOmxAmrwbplusDec.so
vendor/lib/libOmxApeDec.so
vendor/lib/libOmxApeDecSw.so
vendor/lib/libOmxDsdDec.so
vendor/lib/libOmxEvrcDec.so
vendor/lib/libOmxG711Dec.so
vendor/lib/libOmxQcelp13Dec.so
vendor/lib/libOmxSwVdec.so
vendor/lib/libOmxSwVencMpeg4.so
vendor/lib/libOmxWmaDec.so
vendor/lib/libswvdec.so
# Media (Software)
vendor/lib/libAlacSwDec.so
vendor/lib/libApeSwDec.so
vendor/lib/libdsd2pcm.so
vendor/lib/libFlacSwDec.so