1// This file is autogenerated by hidl-gen. Do not edit manually.
2
3filegroup {
4    name: "android.hardware.biometrics.fingerprint@2.1_hal",
5    srcs: [
6        "types.hal",
7        "IBiometricsFingerprint.hal",
8        "IBiometricsFingerprintClientCallback.hal",
9    ],
10}
11
12genrule {
13    name: "android.hardware.biometrics.fingerprint@2.1_genc++",
14    tools: ["hidl-gen"],
15    cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.biometrics.fingerprint@2.1",
16    srcs: [
17        ":android.hardware.biometrics.fingerprint@2.1_hal",
18    ],
19    out: [
20        "android/hardware/biometrics/fingerprint/2.1/types.cpp",
21        "android/hardware/biometrics/fingerprint/2.1/BiometricsFingerprintAll.cpp",
22        "android/hardware/biometrics/fingerprint/2.1/BiometricsFingerprintClientCallbackAll.cpp",
23    ],
24}
25
26genrule {
27    name: "android.hardware.biometrics.fingerprint@2.1_genc++_headers",
28    tools: ["hidl-gen"],
29    cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.biometrics.fingerprint@2.1",
30    srcs: [
31        ":android.hardware.biometrics.fingerprint@2.1_hal",
32    ],
33    out: [
34        "android/hardware/biometrics/fingerprint/2.1/types.h",
35        "android/hardware/biometrics/fingerprint/2.1/hwtypes.h",
36        "android/hardware/biometrics/fingerprint/2.1/IBiometricsFingerprint.h",
37        "android/hardware/biometrics/fingerprint/2.1/IHwBiometricsFingerprint.h",
38        "android/hardware/biometrics/fingerprint/2.1/BnHwBiometricsFingerprint.h",
39        "android/hardware/biometrics/fingerprint/2.1/BpHwBiometricsFingerprint.h",
40        "android/hardware/biometrics/fingerprint/2.1/BsBiometricsFingerprint.h",
41        "android/hardware/biometrics/fingerprint/2.1/IBiometricsFingerprintClientCallback.h",
42        "android/hardware/biometrics/fingerprint/2.1/IHwBiometricsFingerprintClientCallback.h",
43        "android/hardware/biometrics/fingerprint/2.1/BnHwBiometricsFingerprintClientCallback.h",
44        "android/hardware/biometrics/fingerprint/2.1/BpHwBiometricsFingerprintClientCallback.h",
45        "android/hardware/biometrics/fingerprint/2.1/BsBiometricsFingerprintClientCallback.h",
46    ],
47}
48
49cc_library_shared {
50    name: "android.hardware.biometrics.fingerprint@2.1",
51    defaults: ["hidl-module-defaults"],
52    generated_sources: ["android.hardware.biometrics.fingerprint@2.1_genc++"],
53    generated_headers: ["android.hardware.biometrics.fingerprint@2.1_genc++_headers"],
54    export_generated_headers: ["android.hardware.biometrics.fingerprint@2.1_genc++_headers"],
55    vendor_available: true,
56    shared_libs: [
57        "libhidlbase",
58        "libhidltransport",
59        "libhwbinder",
60        "liblog",
61        "libutils",
62        "libcutils",
63        "android.hidl.base@1.0",
64    ],
65    export_shared_lib_headers: [
66        "libhidlbase",
67        "libhidltransport",
68        "libhwbinder",
69        "libutils",
70        "android.hidl.base@1.0",
71    ],
72}
73