mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 13:49:45 +00:00
This interface allows to pass a hardware window ID to the enroll and authenticate methods. Also, FingerprintAcquiredInfo::START is introduced to make latency measurements possible. Bug: 139317981 Test: hidl-gen -L check android.hardware.biometrics.fingerprint@2.2 Change-Id: Ie044764984776d32ab52ca941cfa008202eca2c6
20 lines
467 B
Plaintext
20 lines
467 B
Plaintext
// This file is autogenerated by hidl-gen -Landroidbp.
|
|
|
|
hidl_interface {
|
|
name: "android.hardware.biometrics.fingerprint@2.2",
|
|
root: "android.hardware",
|
|
vndk: {
|
|
enabled: true,
|
|
},
|
|
srcs: [
|
|
"types.hal",
|
|
"IBiometricsFingerprint.hal",
|
|
"IBiometricsFingerprintClientCallback.hal",
|
|
],
|
|
interfaces: [
|
|
"android.hardware.biometrics.fingerprint@2.1",
|
|
"android.hidl.base@1.0",
|
|
],
|
|
gen_java: true,
|
|
}
|