mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
(1) Add software information (eg, matching and PAD algorithm versions) (2) Remove firmware version from hardware information Bug: 156024031 Test: m -j android.hardware.biometrics.common-update-api Test: m -j android.hardware.biometrics.face-update-api Test: m -j android.hardware.biometrics.face-service.example Test: m -j android.hardware.biometrics.fingerprint-update-api Test: m -j android.hardware.biometrics.fingerprint-service.example Change-Id: I7fb5a31562152d621feed4d775beb14dab3a5fed
Biometric HALs
Overview:
The interfaces within the biometrics.* HAL tree are used by the Android Biometric Services (e.g. FingerprintService, FaceService) to discover and operate biometric sensors on the device.
More details and versioning information can be found within each particular HAL.
More complete information about the Android Biometric HALs and subsystem can be found at source.android.com.