1service vendor.fps_hal /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.1-service
2    # "class hal" causes a race condition on some devices due to files created
3    # in /data. As a workaround, postpone startup until later in boot once
4    # /data is mounted.
5    class late_start
6    user system
7    group system input uhid
8    task_profiles ServiceCapacityLow
9