blob: 301999e011629541f4b859bc4dbee00b15357520 (
plain)
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
|
on init
chown system system /dev/goodix_fp
chmod 0644 /dev/goodix_fp
chown system system /sys/bus/platform/devices/soc:fingerprint_fpc/irq
chown system system /sys/bus/platform/devices/soc:fingerprint_fpc/irq_enable
chown system system /sys/bus/platform/devices/soc:fingerprint_fpc/wakeup_enable
chown system system /sys/bus/platform/devices/soc:fingerprint_fpc/hw_reset
chown system system /sys/bus/platform/devices/soc:fingerprint_fpc/device_prepare
chown system system /sys/bus/platform/devices/soc:fingerprint_fpc/fingerdown_wait
chown system system /sys/bus/platform/devices/soc:fingerprint_fpc/vendor
chown system system /sys/bus/platform/devices/soc:fingerprint_fpc/proximity_state
chown system system /sys/bus/platform/devices/soc:fingerprint_goodix/proximity_state
chmod 0700 /sys/bus/platform/devices/soc:fingerprint_fpc/irq
chmod 0700 /sys/bus/platform/devices/soc:fingerprint_fpc/wakeup_enable
chmod 0700 /sys/bus/platform/devices/soc:fingerprint_fpc/hw_reset
chmod 0700 /sys/bus/platform/devices/soc:fingerprint_fpc/device_prepare
chmod 0700 /sys/bus/platform/devices/soc:fingerprint_fpc/vendor
chown system system /sys/bus/platform/devices/soc:fpc1020/irq
chown system system /sys/bus/platform/devices/soc:fpc1020/irq_enable
chown system system /sys/bus/platform/devices/soc:fpc1020/wakeup_enable
chown system system /sys/bus/platform/devices/soc:fpc1020/hw_reset
chown system system /sys/bus/platform/devices/soc:fpc1020/device_prepare
chown system system /sys/bus/platform/devices/soc:fpc1020/fingerdown_wait
chown system system /sys/bus/platform/devices/soc:fpc1020/vendor
chown system system /sys/bus/platform/devices/soc:fpc1020/proximity_state
chown system system /sys/bus/platform/devices/soc:goodix_fp/proximity_state
chmod 0700 /sys/bus/platform/devices/soc:fpc1020/irq
chmod 0700 /sys/bus/platform/devices/soc:fpc1020/wakeup_enable
chmod 0700 /sys/bus/platform/devices/soc:fpc1020/hw_reset
chmod 0700 /sys/bus/platform/devices/soc:fpc1020/device_prepare
chmod 0700 /sys/bus/platform/devices/soc:fpc1020/vendor
on post-fs-data
mkdir /data/vendor/fpc 0770 system system
mkdir /data/vendor/goodix 0770 system system
service vendor.fps_hal /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.1-service.xiaomi_sdm660
# "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
writepid /dev/cpuset/system-background/tasks
|