blob: 92d9bab731a17002d5fb292a2eb16ce198f28e6b [file] [log] [blame]
// This file was auto-generated. Do not edit manually.
// Use launch_hal_test.py or update_makefiles.py in test/vts-testcase/hal/script/ to generate this file.
// Generate .vts spec files.
hal2vts {
name: "android.hardware.biometrics.fingerprint@2.1-vts.spec",
hidl_gen_args: "-r android.hardware:hardware/interfaces",
srcs: [
":android.hardware.biometrics.fingerprint@2.1_hal",
],
out: [
"android/hardware/biometrics/fingerprint/2.1/BiometricsFingerprint.vts",
"android/hardware/biometrics/fingerprint/2.1/BiometricsFingerprintClientCallback.vts",
"android/hardware/biometrics/fingerprint/2.1/types.vts",
],
}
// Build VTS driver.
genrule {
name: "android.hardware.biometrics.fingerprint@2.1-vts.driver_genc++",
tools: ["hidl-gen", "vtsc"],
cmd: "$(location hidl-gen) -o $(genDir) -Lvts -r android.hardware:hardware/interfaces android.hardware.biometrics.fingerprint@2.1 && $(location vtsc) -mDRIVER -tSOURCE -b$(genDir) android/hardware/biometrics/fingerprint/2.1/ $(genDir)/android/hardware/biometrics/fingerprint/2.1/",
srcs: [
":android.hardware.biometrics.fingerprint@2.1_hal",
],
out: [
"android/hardware/biometrics/fingerprint/2.1/BiometricsFingerprint.vts.cpp",
"android/hardware/biometrics/fingerprint/2.1/BiometricsFingerprintClientCallback.vts.cpp",
"android/hardware/biometrics/fingerprint/2.1/types.vts.cpp",
],
}
genrule {
name: "android.hardware.biometrics.fingerprint@2.1-vts.driver_genc++_headers",
tools: ["hidl-gen", "vtsc"],
cmd: "$(location hidl-gen) -o $(genDir) -Lvts -r android.hardware:hardware/interfaces android.hardware.biometrics.fingerprint@2.1 && $(location vtsc) -mDRIVER -tHEADER -b$(genDir) android/hardware/biometrics/fingerprint/2.1/ $(genDir)/android/hardware/biometrics/fingerprint/2.1/",
srcs: [
":android.hardware.biometrics.fingerprint@2.1_hal",
],
out: [
"android/hardware/biometrics/fingerprint/2.1/BiometricsFingerprint.vts.h",
"android/hardware/biometrics/fingerprint/2.1/BiometricsFingerprintClientCallback.vts.h",
"android/hardware/biometrics/fingerprint/2.1/types.vts.h",
],
}
cc_library_shared {
name: "android.hardware.biometrics.fingerprint@2.1-vts.driver",
generated_sources: ["android.hardware.biometrics.fingerprint@2.1-vts.driver_genc++"],
generated_headers: ["android.hardware.biometrics.fingerprint@2.1-vts.driver_genc++_headers"],
export_generated_headers: ["android.hardware.biometrics.fingerprint@2.1-vts.driver_genc++_headers"],
defaults: ["VtsHalDriverDefaults"],
shared_libs: [],
static_libs: [
"android.hardware.biometrics.fingerprint@2.1",
],
}
// Build VTS profiler.
genrule {
name: "android.hardware.biometrics.fingerprint@2.1-vts.profiler_genc++",
tools: ["hidl-gen", "vtsc"],
cmd: "$(location hidl-gen) -o $(genDir) -Lvts -r android.hardware:hardware/interfaces android.hardware.biometrics.fingerprint@2.1 && $(location vtsc) -mPROFILER -tSOURCE -b$(genDir) android/hardware/biometrics/fingerprint/2.1/ $(genDir)/android/hardware/biometrics/fingerprint/2.1/",
srcs: [
":android.hardware.biometrics.fingerprint@2.1_hal",
],
out: [
"android/hardware/biometrics/fingerprint/2.1/BiometricsFingerprint.vts.cpp",
"android/hardware/biometrics/fingerprint/2.1/BiometricsFingerprintClientCallback.vts.cpp",
"android/hardware/biometrics/fingerprint/2.1/types.vts.cpp",
],
}
genrule {
name: "android.hardware.biometrics.fingerprint@2.1-vts.profiler_genc++_headers",
tools: ["hidl-gen", "vtsc"],
cmd: "$(location hidl-gen) -o $(genDir) -Lvts -r android.hardware:hardware/interfaces android.hardware.biometrics.fingerprint@2.1 && $(location vtsc) -mPROFILER -tHEADER -b$(genDir) android/hardware/biometrics/fingerprint/2.1/ $(genDir)/android/hardware/biometrics/fingerprint/2.1/",
srcs: [
":android.hardware.biometrics.fingerprint@2.1_hal",
],
out: [
"android/hardware/biometrics/fingerprint/2.1/BiometricsFingerprint.vts.h",
"android/hardware/biometrics/fingerprint/2.1/BiometricsFingerprintClientCallback.vts.h",
"android/hardware/biometrics/fingerprint/2.1/types.vts.h",
],
}
cc_library_shared {
name: "android.hardware.biometrics.fingerprint@2.1-vts.profiler",
generated_sources: ["android.hardware.biometrics.fingerprint@2.1-vts.profiler_genc++"],
generated_headers: ["android.hardware.biometrics.fingerprint@2.1-vts.profiler_genc++_headers"],
export_generated_headers: ["android.hardware.biometrics.fingerprint@2.1-vts.profiler_genc++_headers"],
defaults: ["VtsHalProfilerDefaults"],
shared_libs: [],
static_libs: [
"android.hardware.biometrics.fingerprint@2.1",
],
}