+8
@@ -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
|
||||
+8
@@ -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
|
||||
@@ -0,0 +1,6 @@
|
||||
service gf_ident /vendor/bin/hw/goodix_ident
|
||||
class late_start
|
||||
user system
|
||||
group system input uhid
|
||||
oneshot
|
||||
disabled
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user