diff options
| author | SGCMarkus <markusornik@gmail.com> | 2023-12-03 15:59:27 +0100 |
|---|---|---|
| committer | Nolen Johnson <johnsonnolen@gmail.com> | 2023-12-18 23:00:42 -0500 |
| commit | be6c2870c274279b05118c8a5289303450cc3a2c (patch) | |
| tree | 3a46460d2d84e38b720ba25f230a00037708ccac | |
| parent | 4302f775f27547afaf6bae1ecf2bcd5c1e1eab8b (diff) | |
nio: decommonize nio specific blobs
Change-Id: Ifccd8330754f0d69edc21d89415629844e3534df
| -rw-r--r-- | proprietary-files.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/proprietary-files.txt b/proprietary-files.txt index 3551edac..ddd03d84 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -159,6 +159,21 @@ vendor/firmware/CAMERA_ICP.elf # Display (Calibration Data) vendor/etc/qdcm_calib_data_mipi_mot_vid_tm_1080x2520_670.xml +# Fingerprint +vendor/bin/hw/android.hardware.biometrics.fingerprint@2.1-service-ets +vendor/etc/init/android.hardware.biometrics.fingerprint@2.1-service-ets2.rc +vendor/lib64/libets_fp_et5.so +vendor/lib64/libets_teeclient.so +vendor/lib64/vendor.egistec.hardware.fingerprint@2.0.so + +# NFC +vendor/lib64/libpn557_fw.so + +# Sensor-configs +vendor/etc/sensors/config/icm4x6xx_0.json +vendor/etc/sensors/config/lsm6ds3c_0.json +vendor/etc/sensors/config/vcnl36866_0.json + # Thermal vendor/etc/thermal-engine-nio.conf |
