Files
device_motorola_rtwo/fingerprint/Android.bp
SGCMarkus 09191372b3 eqs: FOD implementation using moto panel hal
uses a timeout to disable fod hbm after 200ms, which should be
enough for the FPS to recognize/register/fail.
2022-10-28 02:15:10 +02:00

25 lines
841 B
Plaintext

cc_binary {
name: "android.hardware.biometrics.fingerprint@2.3-service.eqs",
defaults: ["hidl_defaults"],
init_rc: ["android.hardware.biometrics.fingerprint@2.3-service.eqs.rc"],
vintf_fragments: ["android.hardware.biometrics.fingerprint@2.3-service.eqs.xml"],
relative_install_path: "hw",
srcs: [
"service.cpp",
"BiometricsFingerprint.cpp",
],
vendor: true,
shared_libs: [
"libbase",
"libhidlbase",
"liblog",
"libutils",
"android.hardware.biometrics.fingerprint@2.1",
"android.hardware.biometrics.fingerprint@2.2",
"android.hardware.biometrics.fingerprint@2.3",
"com.motorola.hardware.biometric.fingerprint@1.0",
"com.motorola.hardware.display.panel@1.0",
"com.motorola.hardware.display.panel@1.1",
],
}