hidl: fingerprint: Initial AOSP -> Oplus wrapper

Change-Id: I8729b3920dd52c18416179d4118a4d012fb5b1d3
This commit is contained in:
LuK1337
2022-04-11 16:38:46 +02:00
parent b336b8146c
commit 7f4f347c2c
7 changed files with 342 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
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",
],
}