fogos: Import blobs & firmware from U1UGS34.23-110-23-4

Change-Id: I3e4ae269ff5083235cd6961fb273ed427cf0b227
This commit is contained in:
Michael Bestas
2025-01-25 12:37:38 +02:00
parent 7a6b0a06aa
commit 20648a821a
3426 changed files with 171913 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
service goodix_hal /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.1-goodixservice
# "class hal" causes a race condition on some devices due to files created
# in /data. As a workaround, postpone startup until later in boot once
# /data is mounted.
class late_start
user system
group system input uhid
disabled

View File

@@ -0,0 +1,8 @@
service fps_hal /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.1-service-fpc
# "class hal" causes a race condition on some devices due to files created
# in /data. As a workaround, postpone startup until later in boot once
# /data is mounted.
class late_start
user system
group system input uhid
disabled

View File

@@ -0,0 +1,9 @@
on boot && property:ro.vendor.hw.nfc=samsung
start vendor.samsung_nfc_hal_service
service vendor.samsung_nfc_hal_service /vendor/bin/hw/android.hardware.nfc@1.2-service.samsung
override
class hal
user nfc
group nfc
disabled

View File

@@ -0,0 +1,6 @@
service gf_ident /vendor/bin/hw/goodix_ident
class late_start
user system
group system input uhid
oneshot
disabled

View File

@@ -0,0 +1,12 @@
on boot
on post-fs-data
# NFC storage
# mkdir /data/nfc
# NFC permission
chown nfc nfc /dev/sec-nfc
chmod 0770 /dev/sec-nfc
# chown nfc nfc /data/nfc
# chmod 0770 /data/nfc

View File

@@ -0,0 +1,5 @@
service vendor.mot.camera.desktop-hal-2-0 /vendor/bin/hw/motorola.hardware.camera.desktop@2.0-service
class hal
user system
group system input uhid
priority -10