forked from Pulkit077/device_xiaomi_sweet_k6a
-
Notifications
You must be signed in to change notification settings - Fork 1
/
proprietary-files.txt
1380 lines (1301 loc) · 65.6 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
# All unpinned blobs below are extracted from miui_SWEETK6AGlobal_V14.0.5.0.THGMIXM_0ee8974df3_13
# ADSP
vendor/bin/adsprpcd
vendor/etc/init/vendor.qti.adsprpc-sscrpc-service.rc
vendor/lib/libadsp_default_listener.so
vendor/lib/libadsprpc.so
vendor/lib64/libadsp_default_listener.so
vendor/lib64/libadsprpc.so
vendor/lib64/libssc_default_listener.so
# ADSP-Modules
vendor/lib/rfsa/adsp/capi_v2_aptX_CLHDAD_Encoder.so
vendor/lib/rfsa/adsp/capi_v2_aptX_Classic.so
vendor/lib/rfsa/adsp/capi_v2_aptX_HD.so
vendor/lib/rfsa/adsp/capi_v2_dap_cpdp.so
vendor/lib/rfsa/adsp/libSnpeHtpV68Skel.so
vendor/lib/rfsa/adsp/libSnpeHtpV69Skel.so
vendor/lib/rfsa/adsp/libVC1Dec.so
vendor/lib/rfsa/adsp/libVC1DecDsp_skel.so
vendor/lib/rfsa/adsp/libapps_mem_heap.so
vendor/lib/rfsa/adsp/libarc_hta_driver_skel.so
vendor/lib/rfsa/adsp/libarcsoft_hdrplus_hvx_skel.so
vendor/lib/rfsa/adsp/libcalculator_skel.so
vendor/lib/rfsa/adsp/libcamera_nn_skel.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.so
vendor/lib/rfsa/adsp/libhexagon_nn_skel_secondary.so
vendor/lib/rfsa/adsp/libhta_dsp_skel.so
vendor/lib/rfsa/adsp/libmialgo_basic_cdsp_skel.so
vendor/lib/rfsa/adsp/libmialgo_mc_bokeh_cdsp_skel.so
vendor/lib/rfsa/adsp/libscveObjectSegmentation_skel.so
vendor/lib/rfsa/adsp/libscveT2T_skel.so
vendor/lib/rfsa/adsp/libsnpe_dsp_v65_domains_v2_skel.so
vendor/lib/rfsa/adsp/libsnpe_dsp_v66_domains_v2_skel.so
vendor/lib/rfsa/adsp/libsnpe_dsp_v68_domains_v3_skel.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_headphone.bin
vendor/lib/rfsa/adsp/misound_res_spk.bin
# ADSP-Modules (Dirac)
vendor/lib/rfsa/adsp/dirac_resource.dar
vendor/lib/rfsa/adsp/libdirac-capiv2.so
# ANT+
vendor/lib64/hw/[email protected]
# Audio
vendor/lib/liba2dpoffload.so
vendor/lib/libacdb-fts.so
vendor/lib/libacdbloader.so
vendor/lib/libacdbrtac.so
vendor/lib/libadiertac.so
vendor/lib/libadm.so
vendor/lib/libaudcal.so
vendor/lib/libaudioalsa.so
vendor/lib/libaudioconfigstore.so
vendor/lib/libaudioparsers.so
vendor/lib/libbatterylistener.so
vendor/lib/libcirrusspkrprot.so
vendor/lib/libcomprcapture.so
vendor/lib/libdrc.so
vendor/lib/libexthwplugin.so
vendor/lib/libhdmiedid.so
vendor/lib/libhdmipassthru.so
vendor/lib/libhfp.so
vendor/lib/libqtigef.so
vendor/lib/libsndmonitor.so
vendor/lib/libspkrprot.so
vendor/lib/libssrec.so
vendor/lib/libsurround_3mic_proc.so
# Audio (FX modules)
system_ext/etc/permissions/audiosphere.xml
system_ext/framework/audiosphere.jar
vendor/lib/libdapparamstorage.so
vendor/lib/soundfx/libasphere.so
vendor/lib/soundfx/libdirac.so
vendor/lib/soundfx/libhwdap.so
vendor/lib/soundfx/libmisoundfx.so
vendor/lib/soundfx/libshoebox.so
vendor/lib/soundfx/libswgamedap.so
vendor/lib/soundfx/libswvqe.so
# Audio (Hardware)
vendor/lib/hw/audio.primary.sm6150.so
vendor/lib/libaudio_log_utils.so
vendor/lib/libaudioroute_ext.so
vendor/lib/vndk/libxlog.so
# Audio (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
vendor/etc/acdbdata/adsp_avs_config.acdb
# Batterysecret (Mi Turbo Charge)
vendor/bin/batterysecret
vendor/etc/init/init.batterysecret.rc
# Bluetooth
vendor/bin/hw/[email protected]
vendor/etc/init/[email protected]
vendor/lib64/hw/[email protected]
vendor/lib64/libbtnv.so
# Bluetooth (audio)
vendor/lib/btaudio_offload_if.so
vendor/lib/libbluetooth_audio_session_qti.so
vendor/lib/libbluetooth_audio_session_qti_2_1.so
# Bluetooth (Configstore)
vendor/lib64/hw/[email protected]
# Bluetooth (SAR)
vendor/lib64/hw/[email protected]
vendor/lib64/[email protected]
vendor/lib64/[email protected]
# CDSP
vendor/bin/cdsprpcd
vendor/etc/init/vendor.qti.cdsprpc-service.rc
vendor/lib/libcdsp_default_listener.so
vendor/lib64/libcdsp_default_listener.so
vendor/lib64/libcdsprpc.so
vendor/lib64/libcdsprpc_system.so
vendor/lib64/libmdsprpc.so
vendor/lib64/libsdsprpc.so
# CNE - from LA.UM.9.1.r1-12900-SMxxx0.0
vendor/app/CneApp/CneApp.apk|345dc6c677e9bd7a7d36033b8955e90d2a1594d5
vendor/app/IWlanService/IWlanService.apk|9ea57bfbf58799a564fcf498de9f5fe3506f7342
vendor/bin/cnd|d33924372818ad112e5ddeec719aadbf33fd4ef2
vendor/etc/cne/mwqem.conf|c42ad47b34b511075e5dfb9047d32f881fe0c159
vendor/etc/cne/profileMwqem.xml|947917691684584b7e2ddf3588cd6f8e99f3804f
vendor/etc/cne/wqeclient/ATT/ATT_profile1.xml|578f3f8f56059bfdbef926bcc68d01c15e06951f
vendor/etc/cne/wqeclient/ATT/ATT_profile2.xml|1fb42c672a12b6660bdce3ea94e0c43719dd9de8
vendor/etc/cne/wqeclient/ATT/ATT_profile3.xml|f88e13f1dd7b82388c90358f71813026370c9ed8
vendor/etc/cne/wqeclient/ATT/ATT_profile4.xml|fb08e04f57797c5684bf734f7ce4bb4968859b18
vendor/etc/cne/wqeclient/ATT/ATT_profile5.xml|eb726ad1a42b9b78b9ee3b821fc108611bc9eeac
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_profile16.xml|e05b935d7ccf48d306b71c719b2e4df83187d9c0
vendor/etc/cne/wqeclient/ROW/ROW_profile17.xml|f1b33204799268eda78dd8314f26abf2e37431e2
vendor/etc/cne/wqeclient/ROW/ROW_profile18.xml|19db16f62dabb806a62f192858a9d52b5bc2a064
vendor/etc/cne/wqeclient/ROW/ROW_profile19.xml|1fcc57b1fa4dbbc7d250e8dd92acf1527d447eb3
vendor/etc/cne/wqeclient/ROW/ROW_profile2.xml|169a5209000e357a1a3183e8e5bfdf6fd07c2787
vendor/etc/cne/wqeclient/ROW/ROW_profile20.xml|7be0614cf0116c39b736c58fe5eca36838aeb3db
vendor/etc/cne/wqeclient/ROW/ROW_profile21.xml|cc62517e6c37e12ee1ebebbb27f9c22878749be3
vendor/etc/cne/wqeclient/ROW/ROW_profile3.xml|4be4060e8ac2d9fcea490feec7938cadcff46e1f
vendor/etc/cne/wqeclient/ROW/ROW_profile32.xml|b87542b9284efe4c2bd0ae868bb9a765c2c3dbc5
vendor/etc/cne/wqeclient/ROW/ROW_profile4.xml|f88e13f1dd7b82388c90358f71813026370c9ed8
vendor/etc/cne/wqeclient/ROW/ROW_profile5.xml|96101f6b01436a02572c67a469ff67ccfb738874
vendor/etc/cne/wqeclient/ROW/ROW_profile6.xml|cef14ff8a160c7ad719b85d024a4b3301c3638d0
vendor/etc/cne/wqeclient/ROW/ROW_profile7.xml|8d6773a4c418d0dcc4dc9096017d2681c7a1defe
vendor/etc/cne/wqeclient/VZW/VZW_profile1.xml|c89d3c062790b442cbe941cafc641a4e322f2d59
vendor/etc/cne/wqeclient/VZW/VZW_profile2.xml|ba14a9df975cf872ed0cbe28bee8fac63cd848d4
vendor/etc/cne/wqeclient/VZW/VZW_profile3.xml|9b123d81c9b8991499cda33b0706810e0c8fb974
vendor/etc/cne/wqeclient/VZW/VZW_profile4.xml|ff91feb5060a6df07e3e4d9bc99ae58bccad7649
vendor/etc/cne/wqeclient/VZW/VZW_profile5.xml|f76c894f3c6d5b6ed35113a088dc3174c900501b
vendor/etc/cne/wqeclient/VZW/VZW_profile6.xml|14d136e7fcc682311757d3edc0b9d3eaeba11815
vendor/etc/default-permissions/com.qualcomm.qti.cne.xml|c63c37d067e3009735fbc54d4603d43d7d6623e1
vendor/etc/init/cnd.rc|3a5183df3479500fb729493bc56c71166fc10bce
vendor/lib64/libcne.so|29b01f953c70ab3caa70056abdfc6732b6e1e01a
vendor/lib64/libcneapiclient.so|0973dc05f6d6d9c469fc804693af79e6f3a5056a
vendor/lib64/libcneoplookup.so|60d6abe85061de4fa75e5e4f69d477f37f1f8f64
vendor/lib64/libcneqmiutils.so|c2e2658698eb8b312ca6b28c1a1088a331bb28b9
vendor/lib64/libwms.so|1c06f999f2aec3bd58237d4892fee0cec40469fd
vendor/lib64/libwqe.so|79e58584614ca98773122e9dfa976caf366d2cc5
vendor/lib64/libxml.so|ba84f9d5cfa40a1a2c2cf67221f6547eedca1bbe
vendor/lib64/[email protected]|748bfbaa57a409b8962e2b1725e1415e423a7315
vendor/lib64/[email protected]|bb1f3fa22563282ee24bf03ca681fdc45551feef
vendor/lib64/[email protected]|6951ff98d20902678e8af584c7b4cf89e360f31b
vendor/lib64/[email protected]|e9992039c400ef5fb57db62e108873a219348b4c
vendor/lib64/[email protected]|cde93c45f93a82091513d31535f188569dda89fe
vendor/lib64/[email protected]|0b5e88dfdb4fd0fb3c890f0aa3405ef268814da9
vendor/lib64/[email protected]|e4d002e61b2d6a4d3826e0563ee16cac74696833
vendor/lib64/[email protected]|f87a303f7a092c4d18b7db91d5162a777c920817
vendor/lib64/[email protected]|7d80cd3bda9fd34dd1629116124579e5a4a787f5
vendor/lib64/[email protected]|39bf1d748c3bb90d38be5d031dcd0024b1f2bb2f
vendor/lib64/[email protected]|702dd62c50c91446de473f32e31da3a85ba0aea9
vendor/lib64/[email protected]|4494ebdbbcfa79a0ed5ac3445cf0e2e417742bc1
vendor/lib64/[email protected]|e67ecee0938f81d3241a5acf140d7fc7d24db469
vendor/lib64/[email protected]|c433c73b5469b787cb7fb70b05b83190b319edd6
vendor/lib64/[email protected]|80d8502e6458ecf0883a029c2777c24574d29485
vendor/lib64/[email protected]|851db5940d5e9e4330e16221be114aef14f52325
vendor/lib64/[email protected]|c041dbfc99643e791e52c4e7f3a87050a8cd6c93
vendor/lib64/[email protected]|60ab3143325e855f8c72e3f603c28efe2e7227b9
vendor/lib64/[email protected]|47f0d25338274af94764be9d39eabef8cf5ca790
# Camera
vendor/lib64/camera/com.qti.sensor.sweet_gc02m1_macro.so
vendor/lib64/camera/com.qti.sensor.sweet_ov02b1b_depth.so
vendor/lib64/camera/com.qti.sensor.sweet_ov16a1q_front.so
vendor/lib64/camera/com.qti.sensor.sweet_s5k4h7_ultra.so
vendor/lib64/camera/com.qti.sensor.sweet_s5khm2_wide.so
vendor/lib64/camera/com.qti.sensormodule.sweet_aac_s5khm2_wide.bin
vendor/lib64/camera/com.qti.sensormodule.sweet_ofilm_gc02m1_macro.bin
vendor/lib64/camera/com.qti.sensormodule.sweet_sunny_ov02b1b.bin
vendor/lib64/camera/com.qti.sensormodule.sweet_sunny_ov16a1q_front.bin
vendor/lib64/camera/com.qti.sensormodule.sweet_sunny_s5k4h7_ultra.bin
vendor/lib64/camera/com.qti.tuned.default.bin
vendor/lib64/camera/com.qti.tuned.sweet_aac_s5khm2_wide.bin
vendor/lib64/camera/com.qti.tuned.sweet_ofilm_gc02m1_macro.bin
vendor/lib64/camera/com.qti.tuned.sweet_sunny_ov02b1b_depth.bin
vendor/lib64/camera/com.qti.tuned.sweet_sunny_ov16a1q_front.bin
vendor/lib64/camera/com.qti.tuned.sweet_sunny_s5k4h7_ultra.bin
vendor/lib64/camera/fdconfigpreview.bin
vendor/lib64/camera/fdconfigpreviewlite.bin
vendor/lib64/camera/fdconfigvideo.bin
vendor/lib64/camera/fdconfigvideolite.bin
vendor/lib64/hw/camera.qcom.so
vendor/lib64/hw/com.qti.chi.override.so
vendor/lib64/libFaceGrade.so
vendor/lib64/libMegviiFacepp-0.5.2.so
vendor/lib64/libPSNPE.so
vendor/lib64/libSNPE.so
vendor/lib64/libSnpeHtpPrepare.so
vendor/lib64/libSnpeHtpV68Stub.so
vendor/lib64/libSnpeHtpV69Stub.so
vendor/lib64/libVDClearShot.so
vendor/lib64/libXMFD_AgeGender.so
vendor/lib64/libalCFR.so
vendor/lib64/libalLDC.so
vendor/lib64/libalhLDC.so
vendor/lib64/libbeauty_face_interface.so
vendor/lib64/libc++_shared.so
vendor/lib64/libcamera_dirty.so
vendor/lib64/libcamera_nn_stub.so
vendor/lib64/libcamera_scene.so
vendor/lib64/libcamxfdalgov7.so
vendor/lib64/libcamxfdalgov8.so
vendor/lib64/libcamxfdengine.so
vendor/lib64/libcamxstatscore.so
vendor/lib64/libcamxswprocessalgo.so
vendor/lib64/libcamxtintlessalgo.so
vendor/lib64/libcapiv2svacnn.so
vendor/lib64/libcapiv2vop.so
vendor/lib64/libcom.qti.chinodeutils.so
vendor/lib64/libdualcam_optical_zoom_control.so
vendor/lib64/libdualcam_video_optical_zoom.so
vendor/lib64/libft2vendor.so
vendor/lib64/libhta.so
vendor/lib64/libhta_hexagon_runtime.so
vendor/lib64/libmegface.so
vendor/lib64/libmiai_portraitsupernight.so
vendor/lib64/libmialgo_ai_vision.so
vendor/lib64/libmialgo_aio_seg.so
vendor/lib64/libmialgo_fs.so
vendor/lib64/libmialgo_ie_capture.so
vendor/lib64/libmialgo_rfs.so
vendor/lib64/libmialgo_sd.so
vendor/lib64/libmialgo_utils.so
vendor/lib64/libmialgoengine.so
vendor/lib64/libmibokeh_712.so
vendor/lib64/libmifpext.so
vendor/lib64/libmpbase.so
vendor/lib64/libmulticam_image_optical_zoom.so
vendor/lib64/libmulticam_video_optical_zoom.so
vendor/lib64/librelight_only.so
vendor/lib64/libremosaic_wrapper.so
vendor/lib64/libremosaiclib.so
vendor/lib64/libsnpe_adsp.so
vendor/lib64/libsnpe_dsp_domains.so
vendor/lib64/libsnpe_dsp_domains_system.so
vendor/lib64/libsnpe_dsp_domains_v2.so
vendor/lib64/libsnpe_dsp_domains_v2_system.so
vendor/lib64/libsnpe_dsp_domains_v3.so
vendor/lib64/libsns_device_mode_stub.so
vendor/lib64/libsns_fastRPC_util.so
vendor/lib64/libsns_low_lat_stream_stub.so
vendor/lib64/libsnsapi.so
vendor/lib64/libsnsdiaglog.so
vendor/lib64/libswregistrationalgo.so
vendor/lib64/libswvdec.so
vendor/lib64/libsymphony-cpu.so
vendor/lib64/libtriplecam_video_optical_zoom.so
vendor/lib64/libvideofilter_only.so
vendor/lib64/libvidhance.so
vendor/lib64/libvidhance_active_ois.so
vendor/lib64/libvidhance_face_stabilizer.so
vendor/lib64/libvidhance_horizon_correction.so
vendor/lib64/libvidhance_ldc.so
vendor/lib64/libvidhance_stabilizer.so
vendor/lib64/libvidhance_super_stabilization.so
vendor/lib64/libxml2_vendor.so
vendor/lib64/mibokeh_712_opencl.bin
# Camera Arcsoft
vendor/lib64/libarcsoft_beautyshot.so
vendor/lib64/libarcsoft_distortion_correction.so
vendor/lib64/libarcsoft_dualcam_refocus_image.so
vendor/lib64/libarcsoft_dualcam_refocus_video.so
vendor/lib64/libarcsoft_hdr_detection.so
vendor/lib64/libarcsoft_high_dynamic_range.so
vendor/lib64/libarcsoft_hta.so
vendor/lib64/libarcsoft_low_light_hdr.so
vendor/lib64/libarcsoft_mf_superresolution.so
vendor/lib64/libarcsoft_portrait_lighting.so
vendor/lib64/libarcsoft_portrait_lighting_c.so
vendor/lib64/libarcsoft_preview_deflicker.so
vendor/lib64/libarcsoft_super_night_raw.so|a725136e8fe0c9ffd6b5ed527fd480478c9fd57d
# Camera Components
vendor/lib64/camera/components/com.altek.node.depurple.so
vendor/lib64/camera/components/com.altek.node.distortioncorrection.so
vendor/lib64/camera/components/com.arcsoft.node.deflicker.so
vendor/lib64/camera/components/com.arcsoft.node.distortioncorrection.so
vendor/lib64/camera/components/com.arcsoft.node.hdr.so
vendor/lib64/camera/components/com.arcsoft.node.realtimebokeh.so
vendor/lib64/camera/components/com.arcsoft.node.skinbeautifier.so
vendor/lib64/camera/components/com.arcsoft.node.smoothtransition.so
vendor/lib64/camera/components/com.arcsoft.node.superlowlightraw.so
vendor/lib64/camera/components/com.mi.node.aiasd.so
vendor/lib64/camera/components/com.qti.camx.chiiqutils.so
vendor/lib64/camera/components/com.qti.eisv2.so
vendor/lib64/camera/components/com.qti.eisv3.so
vendor/lib64/camera/components/com.qti.hvx.addconstant.so
vendor/lib64/camera/components/com.qti.hvx.binning.so
vendor/lib64/camera/components/com.qti.node.depth.so
vendor/lib64/camera/components/com.qti.node.dummyrtb.so
vendor/lib64/camera/components/com.qti.node.dummysat.so
vendor/lib64/camera/components/com.qti.node.eisv2.so
vendor/lib64/camera/components/com.qti.node.eisv3.so
vendor/lib64/camera/components/com.qti.node.fcv.so
vendor/lib64/camera/components/com.qti.node.gpu.so
vendor/lib64/camera/components/com.qti.node.memcpy.so
vendor/lib64/camera/components/com.qti.node.remosaic.so
vendor/lib64/camera/components/com.qti.node.stich.so
vendor/lib64/camera/components/com.qti.node.swregistration.so
vendor/lib64/camera/components/com.qti.node.watermark.so
vendor/lib64/camera/components/com.qti.node.xiaomigenderage.so
vendor/lib64/camera/components/com.qti.stats.aec.so
vendor/lib64/camera/components/com.qti.stats.af.so
vendor/lib64/camera/components/com.qti.stats.afd.so
vendor/lib64/camera/components/com.qti.stats.asd.so
vendor/lib64/camera/components/com.qti.stats.awb.so
vendor/lib64/camera/components/com.qti.stats.awbwrapper.so
vendor/lib64/camera/components/com.qti.stats.haf.so
vendor/lib64/camera/components/com.qti.stats.hafoverride.so
vendor/lib64/camera/components/com.qti.stats.localhistogram.so
vendor/lib64/camera/components/com.qti.stats.pdlib.so
vendor/lib64/camera/components/com.qti.stats.pdlibsony.so
vendor/lib64/camera/components/com.qti.stats.pdlibwrapper.so
vendor/lib64/camera/components/com.qtistatic.stats.aec.so
vendor/lib64/camera/components/com.qtistatic.stats.af.so
vendor/lib64/camera/components/com.qtistatic.stats.awb.so
vendor/lib64/camera/components/com.qtistatic.stats.pdlib.so
vendor/lib64/camera/components/com.vidhance.node.eis.so
vendor/lib64/camera/components/com.visidon.node.clearshot.so
vendor/lib64/camera/components/com.xiaomi.node.mibokeh.so
vendor/lib64/camera/components/com.xiaomi.node.mifilter.so
vendor/lib64/camera/components/com.xiaomi.node.mifragment.so
vendor/lib64/camera/components/com.xiaomi.node.mimovie.so
vendor/lib64/camera/components/com.xiaomi.node.misegment.so
vendor/lib64/camera/components/etc/morpho_lowlight4.0.xml
vendor/lib64/camera/components/etc/morpho_lowlight4.0_3hdr.xml
vendor/lib64/camera/components/etc/morpho_lowlight4.0_adrc_high.xml
vendor/lib64/camera/components/etc/morpho_lowlight4.0_adrc_high_1.xml
vendor/lib64/camera/components/etc/visidon_clearshot_params.xml
vendor/lib64/camera/components/libdepthmapwrapper.so
vendor/lib64/camera/components/libmmcamera_cac3.so
# Camera Configs
vendor/etc/camera/102_SummerDay.png
vendor/etc/camera/103_Fantasy.png
vendor/etc/camera/104_Meet.png
vendor/etc/camera/105_WindSing.png
vendor/etc/camera/106_Lost.png
vendor/etc/camera/107_Central.png
vendor/etc/camera/108_NorthernEurope.png
vendor/etc/camera/109_Rome.png
vendor/etc/camera/110_BlackGold.png
vendor/etc/camera/111_GreenOrange.png
vendor/etc/camera/112_CyberPunk.png
vendor/etc/camera/113_BlackIce.png
vendor/etc/camera/121_Bleach.png
vendor/etc/camera/122_Thriller.png
vendor/etc/camera/123_TealOrange.png
vendor/etc/camera/124_JapaneseStyle.png
vendor/etc/camera/125_Latin.png
vendor/etc/camera/126_Fantasy2.png
vendor/etc/camera/127_Creamy.png
vendor/etc/camera/128_Sepia.png
vendor/etc/camera/CFR_para_MARCO_V01.bin
vendor/etc/camera/CFR_para_UW_V01.bin
vendor/etc/camera/CFR_para_W_V01.bin
vendor/etc/camera/CFR_para_config.xml
vendor/etc/camera/GpuKernelRepo.pb
vendor/etc/camera/LDC_FPC_TUNING_DATA.bin
vendor/etc/camera/LDC_PACKDATA_VENDORID_0x01.bin
vendor/etc/camera/LDC_PACKDATA_VENDORID_0x07.bin
vendor/etc/camera/LDC_packdata_xiaomi_v1.dat
vendor/etc/camera/MiSeg_Preview_Common_RGB_snpe_sm8450_20220704_int8_3.1.000_quant.dlc
vendor/etc/camera/almalence_sr_params_tele.config
vendor/etc/camera/almalence_sr_params_wide.config
vendor/etc/camera/back_dual_camera_caldata_wt.bin
vendor/etc/camera/beauty_ui9_intelligent_params.config
vendor/etc/camera/camxoverridesettings.txt
vendor/etc/camera/com.xiaomi.dcal.wd.golden.108m
vendor/etc/camera/com.xiaomi.dcal.wu.fake
vendor/etc/camera/dualcam_bokeh_params.json
vendor/etc/camera/eisoverridesettings.txt
vendor/etc/camera/eyelineblush.cng
vendor/etc/camera/female_bg.png
vendor/etc/camera/female_icon.png
vendor/etc/camera/front_seg_parameters.json
vendor/etc/camera/golden_rear_dc_cal_wu.bin
vendor/etc/camera/hdr_ui9_params.config
vendor/etc/camera/lf_facerank_model.bin
vendor/etc/camera/male_bg.png
vendor/etc/camera/male_icon.png
vendor/etc/camera/megviifacepp_0_5_2_model
vendor/etc/camera/mibokeh_712_opencl.bin
vendor/etc/camera/mibokeh_712_parameter.bin
vendor/etc/camera/model_ai_dxo.dlc
vendor/etc/camera/model_back.dlc
vendor/etc/camera/model_front.dlc
vendor/etc/camera/model_glass.dlc
vendor/etc/camera/preview_bokeh_params.json
vendor/etc/camera/sceneDetection.xml
vendor/etc/camera/score_bg.png
vendor/etc/camera/score_icon.png
vendor/etc/camera/sdm_ys_32p_120_21_5_perturb50.bin
vendor/etc/camera/vidhance_calibration
vendor/etc/camera/watermark_font_2300_3199.dat
# Camera Firmware
vendor/firmware/CAMERA_ICP.elf
# Certificate Authority - from LA.UM.9.1.r1-12900-SMxxx0.0
vendor/app/CACertService/CACertService.apk|b1072f129d588b5c5aefa8824b6d531586a26755
vendor/lib64/libcacertclient.so|69ae73b9be13507ff39398ac5813ad709b8b7c32
vendor/lib64/libjnihelper.so|ae2919dbdbfa489ebeb584674663e908c4cfb9a5
vendor/lib64/[email protected]|1633c31212d1ea9338b79ebfc2476f83424f36ee
# Charger
vendor/bin/hvdcp_opti
vendor/bin/init.qti.chg_policy.sh
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]
# Consumerir
vendor/lib/hw/consumerir.default.so
vendor/lib64/hw/consumerir.default.so
# DPM - from LA.QSSI.13.0.r1-09700-qssi.0
system/framework/tcmclient.jar|0402c82a800b58a2e93fd7cb8e81a24e674ebc35
system_ext/bin/dpmd|d098df72c60697de359a80d6377689d98fb11221
system_ext/etc/dpm/dpm.conf|95e27da8c989e96c6faea6f0697bce11955b62a5
system_ext/etc/init/dpmd.rc|738b638ff04cda368e22c03e16baf90ba157a6fc
system_ext/etc/permissions/com.qti.dpmframework.xml|c4b7ad0879d00c1eba4f3fe3a88ddb8aa153629a
system_ext/etc/permissions/dpmapi.xml|255903759a60a31c0876ec004e74554c753270fe
system_ext/framework/com.qti.dpmframework.jar|06871af3c26d8357a250276948112d8eae105e01
system_ext/framework/dpmapi.jar|556f859768e370414eb91b0e5aaab619d655e2d8
system_ext/lib64/[email protected]|62e5bfe5c7525844a828e89360fde9694a7cdf96
system_ext/lib64/libdpmctmgr.so|9d13e5ae9882f5b7e6ac31a9d073a66a27d1c465
system_ext/lib64/libdpmfdmgr.so|b705b098462e1198fc24175732d687142cc26562
system_ext/lib64/libdpmframework.so|c3d8d6f1745c19d29466e9de823ff56f9f8f6993
system_ext/lib64/libdpmtcm.so|57b6c42d581305d8ef16aa127cd4cd1672d2e7f1
system_ext/priv-app/dpmserviceapp/dpmserviceapp.apk|326a31fc02361fc81a3542959a83d61a5b79abed
# DPM - from LA.UM.9.1.r1-12900-SMxxx0.0
vendor/bin/dpmQmiMgr|61a421804559b0e461439c19088acc01b871982a
vendor/etc/init/dpmQmiMgr.rc|1538743661a5c48c15cd105beaad20f72953885a
vendor/lib64/[email protected]|d9f1aa7f93b928f42499d613d20ccbc60f279097
vendor/lib64/libdpmqmihal.so|41eb89e66ba065c43a5eb79cd3c72cef0ee167aa
# DRM
vendor/bin/qseecomd
vendor/etc/gpfspath_oem_config.xml
vendor/etc/init/qseecomd.rc
vendor/lib64/libGPreqcancel.so
vendor/lib64/libGPreqcancel_svc.so
vendor/lib64/libQSEEComAPI.so
vendor/lib64/libStDrvInt.so
vendor/lib64/libcpion.so
vendor/lib64/libdrmfs.so
vendor/lib64/libdrmtime.so
vendor/lib64/libminkdescriptor.so
vendor/lib64/libmiphone_capture_bokeh.so
vendor/lib64/libmiphone_preview_bokeh.so
vendor/lib64/libops.so
vendor/lib64/libqisl.so
vendor/lib64/librpmb.so
vendor/lib64/libsecureui.so
vendor/lib64/libsecureui_svcsock.so
vendor/lib64/libssd.so
# DRM - Widevine L1
vendor/lib/libminksocket.so
vendor/lib/liboemcrypto.so
vendor/lib/libtrustedapploader.so
vendor/lib64/libminksocket.so
vendor/lib64/liboemcrypto.so
vendor/lib64/libtrustedapploader.so
# DRM-Widevine
vendor/bin/hw/[email protected]
vendor/etc/init/[email protected]
vendor/etc/vintf/manifest/[email protected]
vendor/lib64/libwvhidl.so
vendor/lib64/mediadrm/libwvdrmengine.so
# DSP
vendor/bin/dspservice
vendor/etc/init/[email protected]
vendor/etc/seccomp_policy/vendor.qti.hardware.dsp.policy
vendor/lib64/[email protected]
# Display (HWC)
vendor/lib64/hw/hwcomposer.sm6150.so
# Display Feature
vendor/bin/hw/[email protected]
vendor/etc/init/[email protected]
vendor/lib64/hw/displayfeature.default.so
vendor/lib64/hw/[email protected]
vendor/lib64/libclient2slpi.notifier.so
vendor/lib64/[email protected]
# Display-calibration
vendor/etc/dsi_k6_38_0c_0a_fhd_dsc_video_display_mi.xml
vendor/etc/dsi_k6_38_0e_0b_fhd_dsc_video_display_mi.xml
vendor/etc/hdr_config.cfg
vendor/etc/sdr_config.cfg
# eSE
vendor/bin/hw/[email protected]
vendor/etc/init/[email protected]
vendor/lib/hw/[email protected]
vendor/lib/[email protected]
vendor/lib/[email protected]
vendor/lib64/hw/[email protected]
vendor/lib64/[email protected]
vendor/lib64/[email protected]
# 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/bin/hw/[email protected]
vendor/etc/init/[email protected]
vendor/etc/permissions/com.fingerprints.extension.xml
vendor/etc/vintf/manifest/[email protected]
vendor/framework/com.fingerprints.extension.jar
vendor/framework/com.fingerprints.fpmmi.jar
vendor/lib/[email protected]
vendor/lib/[email protected]
vendor/lib64/[email protected]
vendor/lib64/hw/fingerprint.fpc.so
vendor/lib64/[email protected]
vendor/lib64/[email protected]
# Firmware
vendor/firmware/AcousticGuitar_RTP.bin
vendor/firmware/Atlantis_RTP.bin
vendor/firmware/Bottle_RTP.bin
vendor/firmware/Bubble_RTP.bin
vendor/firmware/Bullfrog_RTP.bin
vendor/firmware/Burst_RTP.bin
vendor/firmware/Candy_RTP.bin
vendor/firmware/Carousel_RTP.bin
vendor/firmware/Celesta_RTP.bin
vendor/firmware/Charge_Wire_RTP.bin
vendor/firmware/Charge_Wireless_RTP.bin
vendor/firmware/Childhood_RTP.bin
vendor/firmware/Chirp_RTP.bin
vendor/firmware/Clank_RTP.bin
vendor/firmware/Conf_MultipleTest.ini
vendor/firmware/Country_RTP.bin
vendor/firmware/Cowboy_RTP.bin
vendor/firmware/Crystal_RTP.bin
vendor/firmware/DigitalUniverse_RTP.bin
vendor/firmware/FOD_Motion1_RTP.bin
vendor/firmware/FOD_Motion2_RTP.bin
vendor/firmware/FOD_Motion3_RTP.bin
vendor/firmware/FOD_Motion4_RTP.bin
vendor/firmware/FOD_Motion_Aurora_RTP.bin
vendor/firmware/FOD_Motion_Planet_RTP.bin
vendor/firmware/FaceID_Wrong1_RTP.bin
vendor/firmware/FaceID_Wrong2_RTP.bin
vendor/firmware/FadeIn_RTP.bin
vendor/firmware/FadeOut_RTP.bin
vendor/firmware/Fairyland_RTP.bin
vendor/firmware/Fantasy_RTP.bin
vendor/firmware/Field_Trip_RTP.bin
vendor/firmware/Flute_RTP.bin
vendor/firmware/Fresh_RTP.bin
vendor/firmware/Frog_RTP.bin
vendor/firmware/Gesture_Back_Pull_RTP.bin
vendor/firmware/Gesture_Back_Release_RTP.bin
vendor/firmware/Gesture_UpHold_RTP.bin
vendor/firmware/Gesture_UpSlide_RTP.bin
vendor/firmware/Glee_RTP.bin
vendor/firmware/Guitar_RTP.bin
vendor/firmware/Harp_RTP.bin
vendor/firmware/Ice_Latte_RTP.bin
vendor/firmware/IncomingMessage_RTP.bin
vendor/firmware/Kung_Fu_RTP.bin
vendor/firmware/Lollipop_RTP.bin
vendor/firmware/MIX_RTP.bin
vendor/firmware/MessageSent_RTP.bin
vendor/firmware/MiClassicRemix_RTP.bin
vendor/firmware/MiHouse_RTP.bin
vendor/firmware/MiJazz_RTP.bin
vendor/firmware/MiMix2_RTP.bin
vendor/firmware/MiRemix_RTP.bin
vendor/firmware/Mi_RTP.bin
vendor/firmware/Moment_RTP.bin
vendor/firmware/Mountain_Spring_RTP.bin
vendor/firmware/NFC_card_rtp.bin
vendor/firmware/NFC_card_slow_rtp.bin
vendor/firmware/NotificationXylophone_RTP.bin
vendor/firmware/Orange_RTP.bin
vendor/firmware/Potion_RTP.bin
vendor/firmware/Radar_RTP.bin
vendor/firmware/Reveries_RTP.bin
vendor/firmware/Space_Age_RTP.bin
vendor/firmware/Spring_RTP.bin
vendor/firmware/Swoosh_RTP.bin
vendor/firmware/ToyRobot_RTP.bin
vendor/firmware/Unlock_Failed_RTP.bin
vendor/firmware/Vigor_RTP.bin
vendor/firmware/WindChime_RTP.bin
vendor/firmware/alert_rtp.bin
vendor/firmware/aw8622x_haptic.bin
vendor/firmware/aw8622x_osc_rtp_24K_5s.bin
vendor/firmware/aw8622x_rtp.bin
vendor/firmware/aw8624_haptic.bin
vendor/firmware/aw8624_rtp.bin
vendor/firmware/awinic/aw882xx_pid_1852_acf.bin
vendor/firmware/awinic/aw882xx_pid_1852_monitor.bin
vendor/firmware/awinic/aw882xx_pid_2032_acf.bin
vendor/firmware/awinic/aw882xx_pid_2032_monitor.bin
vendor/firmware/awinic/aw882xx_rcv_reg_l.bin
vendor/firmware/awinic/aw882xx_rcv_reg_r.bin
vendor/firmware/awinic/aw882xx_spk_reg_l.bin
vendor/firmware/awinic/aw882xx_spk_reg_r.bin
vendor/firmware/awinic/fs1815.fsm
vendor/firmware/bandage_RTP.bin
vendor/firmware/crawl_RTP.bin
vendor/firmware/door_open_RTP.bin
vendor/firmware/feedback_negative_light_rtp.bin
vendor/firmware/feedback_neutral_rtp.bin
vendor/firmware/feedback_positive_rtp.bin
vendor/firmware/fingerprint_record_rtp.bin
vendor/firmware/firearms_akm_RTP.bin
vendor/firmware/firearms_awm_RTP.bin
vendor/firmware/firearms_dp28_RTP.bin
vendor/firmware/firearms_m16a4_RTP.bin
vendor/firmware/firearms_mini14_RTP.bin
vendor/firmware/firearms_p18c_RTP.bin
vendor/firmware/firearms_qbz_RTP.bin
vendor/firmware/firearms_s1897_RTP.bin
vendor/firmware/firearms_ump9_RTP.bin
vendor/firmware/firearms_vss_RTP.bin
vendor/firmware/gamebox_launch_rtp.bin
vendor/firmware/grenade_RTP.bin
vendor/firmware/grenade_explosion_RTP.bin
vendor/firmware/k6a_test_limits_test_sensor_1.csv
vendor/firmware/launcher_edit_rtp.bin
vendor/firmware/launcher_icon_selection_rtp.bin
vendor/firmware/lockdown_rtp.bin
vendor/firmware/lockscreen_camera_entry_rtp.bin
vendor/firmware/magazine_quick_RTP.bin
vendor/firmware/new_iconfolder_rtp.bin
vendor/firmware/notification_cleanall_rtp.bin
vendor/firmware/notification_remove_rtp.bin
vendor/firmware/notification_setting_close_rtp.bin
vendor/firmware/offline_countdown_RTP.bin
vendor/firmware/osc_rtp_24K_5s.bin
vendor/firmware/pan_RTP.bin
vendor/firmware/punch_RTP.bin
vendor/firmware/scene_bomb_RTP.bin
vendor/firmware/scene_bomb_injury_RTP.bin
vendor/firmware/scene_closeparachute_RTP.bin
vendor/firmware/scene_getshot_RTP.bin
vendor/firmware/scene_jump_RTP.bin
vendor/firmware/scene_openparachute_RTP.bin
vendor/firmware/scene_step_RTP.bin
vendor/firmware/scope_off_RTP.bin
vendor/firmware/scope_on_RTP.bin
vendor/firmware/screenshot_rtp.bin
vendor/firmware/sliding_damping_rtp.bin
vendor/firmware/task_cleanall_rtp.bin
vendor/firmware/todo_alldone_rtp.bin
vendor/firmware/uninstall_animation_icon_rtp.bin
vendor/firmware/uninstall_animation_rtp.bin
vendor/firmware/uninstall_dialog_rtp.bin
vendor/firmware/vehicle_buggy_RTP.bin
vendor/firmware/vehicle_collision_RTP.bin
vendor/firmware/vehicle_dacia_RTP.bin
vendor/firmware/vehicle_moto_RTP.bin
vendor/firmware/vehicle_plane_RTP.bin
vendor/firmware/wigig/wigig.ini
# Firmware (Graphic)
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
# Firmware (IPA)
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 - from hanoip S2RIS32.32-20-7-7
vendor/bin/hw/[email protected]|e9dc424a2d5c28f7f725444f013605e488b7f73b
vendor/bin/loc_launcher|85abf50f8cd227017ea084a9a2175c9f0fb39413
vendor/bin/lowi-server|6a78b8e8ff3267277a49f78a7ba11498229ed2fb
vendor/bin/xtra-daemon|a832090f030ac09937d0e47dc55758b4710f6c6e
vendor/etc/init/[email protected]|d3844699c845ce5de4c8b50548a2095f92dd0235
vendor/etc/seccomp_policy/[email protected]|abafcf09068ec6fa62f8fc11ce6a7f51fe4cfb81
vendor/etc/seccomp_policy/[email protected]|3f8e3466eaeb966e57c5b79b688a618295eb4b17
vendor/etc/seccomp_policy/[email protected]|45b44cf547358961841aeba728851e32dc0a5230
vendor/etc/seccomp_policy/[email protected]|9c0419bf0a0b4ef129527a9d4c024a624ff34d6e
vendor/etc/vintf/manifest/[email protected]|1c344aacaa6d17a1585ba58b2e6d438dcfe31fad
vendor/etc/vintf/manifest/[email protected]|6514b13f55abc0acc28e004c35ff93fb972d61a9
vendor/lib64/hw/[email protected]|81eed711640c1e68b6e95032fc98c7a41c727388
vendor/lib64/hw/[email protected]|5bd76bdb98c6ee96c498967f808dd0c79b5f76cd
vendor/lib64/libbatching.so|da85149f1a0c672a14d6cae4ade1b25ca210104a
vendor/lib64/libcdfw.so|70ef0247c71d590b503471a03d4aaa76d99441e9
vendor/lib64/libcdfw_remote_api.so|faaf6c57e4c1c40d5e604d6932704bf63d883e96
vendor/lib64/libdataitems.so|17d9b3f9dda9de8d72f9e47e67eaa26a36e850cf
vendor/lib64/libgdtap.so|ad5583ba837678f78c84a7ff64a4fae5a3b1097d
vendor/lib64/libgeofencing.so|59b7b5b0b51533e54aabd4426238dda0a635e741
vendor/lib64/libgnss.so|cfbb4769a0f3189325a86a083c6436e6fba8d591
vendor/lib64/libgps.utils.so|f2e251768bb07d2994652ba3cc16dc206415dbf2
vendor/lib64/libizat_client_api.so|f32ad4073e46dcebeb512caabfcfb1c982463416
vendor/lib64/libizat_core.so|3b197e431d6b311ec949ba8d2b565aaf45253d26
vendor/lib64/liblbs_core.so|4d5a91e8dff684189dacc3d9a4f3b41103a53844
vendor/lib64/libloc_api_v02.so|44e8c5c17f21632954de40ef470f312a0e828dc5
vendor/lib64/libloc_core.so|5acbfc5c20dfa7e7d15d853fe1d62982886ec271
vendor/lib64/libloc_socket.so|01322395d5477b9733e71a1408a5cb38fa66e9a7
vendor/lib64/liblocation_api.so|b0cb30c072fdb7b598d7e498bda69bf771e37574
vendor/lib64/liblocationservice.so|7bce37feb3d8c5787e51071fbe5ee45e1d273a27
vendor/lib64/liblocationservice_glue.so|bb5164b333266ced6bcbbbc631e8f1fa8d7c502d
vendor/lib64/liblowi_client.so|59d98f1cfdec67eb0f7115066aeab43e4304c95c
vendor/lib64/liblowi_wifihal.so|db59c80dc7f36b4b6498bea7acea2f9be5234f7c
vendor/lib64/libqcc_file_agent.so|cd70ce305d5036a027060aa989b0dcbcfab8edb6
vendor/lib64/libxtadapter.so|caf0ca0a97e43a20fcd584e12c280a1654fc6b00
vendor/lib64/[email protected]|7b9184263c7494c91f5811f7de91eef365034cf6
vendor/lib64/[email protected]|4aff58f45ccd00aacce8480d8892a5941bf04a0f
vendor/lib64/[email protected]|7561202e43cddc8419465e6d33a4756111e6ce5c
vendor/lib64/[email protected]|2e425157e11738a9ae0c951f7e17f689f6afaa55
vendor/lib64/[email protected]|148c38d7bb7f604637ff38d25aed75f412ebea3e
vendor/lib64/[email protected]|511a8354bb199b1b4d0d264762bdc078fd9f3e6b
vendor/lib64/[email protected]|0b3eb02363eed4ef0ad27f51b7a3889ccd032366
vendor/lib64/[email protected]|7ba7853e772806f98fe60243542498a146dfe248
vendor/lib64/[email protected]|3ff445db2dd2db1a1068fe70a54a6c04fbdd3123
# Gatekeeper
vendor/bin/hw/[email protected]
vendor/etc/init/[email protected]
vendor/lib64/hw/[email protected]
# Graphics - from LA.UM.9.1.r1-12900-SMxxx0.0
vendor/lib/egl/eglSubDriverAndroid.so|dd4d0a030c41dd2d02e20060272db86a54b7a6a0
vendor/lib/egl/libEGL_adreno.so|1d06e312354df4013d940774453105085b60ca8c
vendor/lib/egl/libGLESv1_CM_adreno.so|715f3463528f1e74ffa02627ee5916a09e0748f5
vendor/lib/egl/libGLESv2_adreno.so|d48b62fe6cb01aa4e90c38627382a6d7a4f2e071
vendor/lib/egl/libq3dtools_adreno.so|9ec9c053592e58be935e8ae5e0a9d362c101773a
vendor/lib/egl/libq3dtools_esx.so|0377e50034bf934d1d087e8a5d1df2f9d406a302
vendor/lib/libC2D2.so|91f015cad79024fdbb6a5603cce48693e58a4510
vendor/lib/libCB.so|d92d057f27db12a90dd7886eccf3a5e8bf693c97
vendor/lib/libOpenCL.so|7e06bf784e1c4e1b89dbe811b038efcc7c1221a0
vendor/lib/libVkLayer_q3dtools.so|d4c0fc987b6fce4392d5a1e786fee70affc36a01
vendor/lib/libadreno_app_profiles.so|ee15487a5f917173b2e2fc933c251a17b79dd0c1
vendor/lib/libadreno_utils.so|b31a86288dccf104f439e358c2f5502c69f11ae6
vendor/lib/libc2d30_bltlib.so|cd66b979896c3bfb978ce8a48b9fb7b5c4052962
vendor/lib/libgpudataproducer.so|a5529f26954dcd875c2b68298a5d2a882bcb503f
vendor/lib/libgsl.so|a135ca0824736cbda99510af79064c1be5064c03
vendor/lib/libllvm-glnext.so|8ebbc260656596c5ba8e2f57aa12c45f4ee8c9c1
vendor/lib/libllvm-qcom.so|2b06486f87dc21f834297837e85dd8fe49d5348e
vendor/lib64/egl/eglSubDriverAndroid.so|4dc13b1af636689ff825ca98f077d4ada60ed0dd
vendor/lib64/egl/libEGL_adreno.so|bc3f435342068f4164a9c54dfb5ac8644f488268
vendor/lib64/egl/libGLESv1_CM_adreno.so|0a2a648ca2dcd887ea62860bbfa2ef397f01d42d
vendor/lib64/egl/libGLESv2_adreno.so|d47cb289042ea0f11063bbb2b02c534f7006516c
vendor/lib64/egl/libq3dtools_adreno.so|189b9c3d400c6a98c87582b8df0910530cba6d44
vendor/lib64/egl/libq3dtools_esx.so|ada4ae2588622b8f57610c19ccd602f489068f80
vendor/lib64/libC2D2.so|175115cc36fd471f9eb83af76be21b5f602b9460
vendor/lib64/libCB.so|701dd9fe6954a061ce4ff0e5416e6afd100dede8
vendor/lib64/libOpenCL.so|5aecd08fbf5470c2ff467f2e54fb513c592d6272
vendor/lib64/libVkLayer_q3dtools.so|795d6328e506a8bc42ac7038e1686ab06663704c
vendor/lib64/libadreno_app_profiles.so|2a8e7ee309252e60228f05aa9362fc2e42463336
vendor/lib64/libadreno_utils.so|3963aef4cd45e887917e2a976ba316e39d7effac
vendor/lib64/libgpudataproducer.so|16b80b1740d85781f46f3ab3967dab919cc142a3
vendor/lib64/libgsl.so|bcf7ae11a0eaff37b87fae743336ada147f6f9af
vendor/lib64/libllvm-glnext.so|8b56a8e6068618db2642f0742b92d0b21bd9ef8d
vendor/lib64/libllvm-qcom.so|ab38c1cf4fd025c19aadee386e170d407f454f56
# Graphics (Postprocessing) - from LA.UM.9.1.r1-12900-SMxxx0.0
vendor/bin/hw/[email protected]|91e9e25ec4d64c4a7d5261899ca2cdb9cf29b695
vendor/bin/ppd|8bb89d7a1c3fc8fd93796f70842d3c94d6393f86
vendor/etc/init/[email protected]|5ad673f879b3685a0e79b5633437e5499cb94f48
vendor/lib/libdisp-aba.so|539ac8ff89fd51fa0ce8a11d9c476843291392bc
vendor/lib/libdisplayqos.so|1c01c72ca8e3ce28d3b0fb716e4d7ed21af44875
vendor/lib/libdpps.so|1bb5671731090c152320f5aa5811e6fb5f380618
vendor/lib/[email protected]|1d72874b7202e73c82f8c2289630dd2d1da9f179
vendor/lib/[email protected]|92790fb471d20ed760ebd8b09686ca98c0d4ba1f
vendor/lib/[email protected]|9a5d6d171edd03b0c58ea29696aa2a92c9a0c23d
vendor/lib/[email protected]|cf8d57bb11d74c67a943ed4c159bd4e46ee33836
vendor/lib/[email protected]|937d140c33b71a4719fd511383b7221df35754a2
vendor/lib/[email protected]|29aa6d4393b45d43787467a29327019ff2e08104
vendor/lib/[email protected]|30413585059bf990c40b659c38dbfd102acb8605
vendor/lib64/libdisp-aba.so|44993853ff9d4340e856e6f53d802f10372442d3
vendor/lib64/libdisplayqos.so|5548732c916e629f18f45ce257ce843b679a136a
vendor/lib64/libdpps.so|a9d4e3806a433b9dfc7cb49556efa9fc65389e75
vendor/lib64/[email protected]|09cb45881528c6d4675754c88c108f30dd1da12a
vendor/lib64/[email protected]|3cf0d256372bd418462326e6067b4e1213226194
vendor/lib64/[email protected]|8184e5d3e404864b1a1518b4d4e2012a5839660b
vendor/lib64/[email protected]|bf47fb1402d767d466b8c979bc977041e6b68753
vendor/lib64/[email protected]|45ecd22ef8753543a92a853aaddc9bd43fa95c1f
vendor/lib64/[email protected]|4e6d3f0f86b991a19824228fe18c956b45392142
vendor/lib64/[email protected]|86ef4e868f7abb95d555a4d086a8c4193920803f
# Graphics (SDM)
vendor/lib/libhdr_tm.so
vendor/lib/libqseed3.so
vendor/lib/libtinyxml2_1.so
vendor/lib64/libhdr_tm.so
vendor/lib64/libqseed3.so
vendor/lib64/libsdedrm.so
vendor/lib64/libsdm-color.so
vendor/lib64/libsdm-colormgr-algo.so
vendor/lib64/libsdm-diag.so
vendor/lib64/libsdm-disp-vndapis.so
vendor/lib64/libsdmcore.so
vendor/lib64/libsdmextension.so
vendor/lib64/libtinyxml2_1.so
# Graphics (vulkan) - from LA.UM.9.1.r1-12900-SMxxx0.0
vendor/lib/hw/vulkan.adreno.so|eb44067de1b12fb5ecd4f99eb810e7a3395979f0
vendor/lib64/hw/vulkan.adreno.so|645840e711a880303bdea638ad664b349022cd2a
# IRQ balance
vendor/bin/msm_irqbalance
# Keymaster
vendor/bin/hw/[email protected]
vendor/etc/init/[email protected]
vendor/lib64/libkeymasterdeviceutils.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/libmulawdec.so
vendor/lib/libsmwrapper.so
vendor/lib64/libgcs-calwrapper.so
vendor/lib64/libgcs-ipc.so
vendor/lib64/libgcs-osal.so
vendor/lib64/libgcs.so
vendor/lib64/liblistensoundmodel2.so
vendor/lib64/libmulawdec.so
# Media (C2)
vendor/bin/hw/[email protected]
vendor/etc/init/[email protected]
vendor/etc/seccomp_policy/codec2.vendor.base.policy
vendor/etc/seccomp_policy/codec2.vendor.ext.policy
vendor/lib/libqcodec2.so
vendor/lib64/libqcodec2.so
# Media (OMX)
vendor/lib/libAlacSwDec.so
vendor/lib/libApeSwDec.so
vendor/lib/libFlacSwDec.so
vendor/lib/libMpeg4SwEncoder.so
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/libOmxVideoDSMode.so
vendor/lib/libOmxVpp.so
vendor/lib/libOmxWmaDec.so
vendor/lib/libdsd2pcm.so
vendor/lib/libswvdec.so
# Media (VPP)
vendor/bin/vppservice
vendor/etc/configstore/vpp.configstore.xml
vendor/etc/init/vppservice.rc
vendor/lib/libvppclient.so
vendor/lib/libvpphvx.so
vendor/lib/libvpplibrary.so
vendor/lib/[email protected]
vendor/lib/[email protected]
vendor/lib/[email protected]
vendor/lib64/libvppclient.so
vendor/lib64/libvpphvx.so
vendor/lib64/libvpplibrary.so
vendor/lib64/[email protected]
vendor/lib64/[email protected]
vendor/lib64/[email protected]
# Media (WFD)
vendor/lib/libmmosal.so
vendor/lib64/libmmosal.so
# NFC
vendor/lib/libpn557_fw.so
# Neural networks
vendor/bin/hw/[email protected]
vendor/etc/init/[email protected]
vendor/etc/vintf/manifest/[email protected]
vendor/etc/vintf/manifest/[email protected]
vendor/lib64/libhexagon_nn_stub.so
vendor/lib64/unnhal-acc-adreno.so
vendor/lib64/unnhal-acc-common.so
vendor/lib64/unnhal-acc-hta.so
vendor/lib64/unnhal-acc-hvx.so
# Peripheral
vendor/bin/pm-proxy
vendor/bin/pm-service
vendor/lib64/libperipheral_client.so
# Power-off 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]
# QCV-Utils
vendor/lib64/libsoc_helper.so
# QMI - from LA.QSSI.13.0.r1-09700-qssi.0
system_ext/etc/permissions/qti_libpermissions.xml|593bcb72cce68ceb0a70f50bcae7d460114e7c62
system_ext/etc/permissions/qti_permissions.xml|e6ff4572352b1a4f91b6b9d7cbb1cad9924410a0
system_ext/lib64/libqmi_cci_system.so|8d744be12b2cf4f78a53eb4fbbd33960c67946a0
system_ext/lib64/libqmi_encdec_system.so|9dd6142a4c230383f59075b304f88dc11396e492
# QMI - from LA.UM.9.1.r1-12900-SMxxx0.0
vendor/bin/irsc_util|121deb2d6fd21b122c6a8ca8b30ef167f6b90f61
vendor/bin/pd-mapper|089a733aa7e5afc81c50deb77dea100cfd2ef6c1
vendor/bin/qrtr-ns|2b84b77bcd50e8c65c2151457f885eb434af4585
vendor/lib/libdsutils.so|471aa6d37cff3609cf29bf748496e60018ef96e4
vendor/lib/libidl.so|f91eebf917150514da6c111de6c66805bed3f6c8
vendor/lib/libmdmdetect.so|0105abde3eead7e5292d1c0823327f0969751e88
vendor/lib/libpdmapper.so|cd2ed6f056d24fc596f3a7c015db2ed95049bfcb