mirror of
https://github.com/oplus-giulia-dev/android_hardware_oplus
synced 2025-11-04 05:45:34 +08:00
36 lines
989 B
Plaintext
36 lines
989 B
Plaintext
//
|
|
// Copyright (C) 2022-2025 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
cc_binary {
|
|
name: "android.hardware.biometrics.fingerprint@2.3-service.oplus",
|
|
defaults: ["hidl_defaults"],
|
|
init_rc: ["android.hardware.biometrics.fingerprint@2.3-service.oplus.rc"],
|
|
vintf_fragments: ["android.hardware.biometrics.fingerprint@2.3-service.oplus.xml"],
|
|
vendor: true,
|
|
relative_install_path: "hw",
|
|
srcs: [
|
|
"BiometricsFingerprint.cpp",
|
|
"service.cpp",
|
|
],
|
|
shared_libs: [
|
|
"libbase",
|
|
"libhidlbase",
|
|
"libutils",
|
|
"android.hardware.biometrics.fingerprint@2.1",
|
|
"android.hardware.biometrics.fingerprint@2.2",
|
|
"android.hardware.biometrics.fingerprint@2.3",
|
|
"vendor.oplus.hardware.biometrics.fingerprint@2.1",
|
|
],
|
|
header_libs: ["kernel_headers.oplus"],
|
|
required: ["qwerty.kl"],
|
|
}
|
|
|
|
prebuilt_usr_keylayout {
|
|
name: "qwerty.kl",
|
|
src: "qwerty.kl",
|
|
vendor: true,
|
|
}
|