sm6225-common: Commonize fingerprint HAL
Change-Id: I40c4febf7ca0584851b27b50c5b8c626dcd9dadf
This commit is contained in:
@@ -405,6 +405,15 @@ dex_import {
|
||||
system_ext_specific: true,
|
||||
}
|
||||
|
||||
prebuilt_etc_xml {
|
||||
name: "android.hardware.biometrics.fingerprint@2.1-service",
|
||||
owner: "xiaomi",
|
||||
src: "proprietary/vendor/etc/vintf/manifest/android.hardware.biometrics.fingerprint@2.1-service.xml",
|
||||
filename_from_src: true,
|
||||
sub_dir: "vintf/manifest",
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
prebuilt_etc_xml {
|
||||
name: "android.hardware.gnss-aidl-service-qti",
|
||||
owner: "xiaomi",
|
||||
|
||||
BIN
proprietary/vendor/bin/hw/android.hardware.biometrics.fingerprint@2.1-service_lc
vendored
Normal file
BIN
proprietary/vendor/bin/hw/android.hardware.biometrics.fingerprint@2.1-service_lc
vendored
Normal file
Binary file not shown.
11
proprietary/vendor/etc/vintf/manifest/android.hardware.biometrics.fingerprint@2.1-service.xml
vendored
Normal file
11
proprietary/vendor/etc/vintf/manifest/android.hardware.biometrics.fingerprint@2.1-service.xml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<manifest version="1.0" type="device">
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.biometrics.fingerprint</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>2.1</version>
|
||||
<interface>
|
||||
<name>IBiometricsFingerprint</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
</manifest>
|
||||
@@ -154,6 +154,7 @@ PRODUCT_COPY_FILES += \
|
||||
vendor/xiaomi/sm6225-common/proprietary/vendor/bin/hdcp1prov:$(TARGET_COPY_OUT_VENDOR)/bin/hdcp1prov \
|
||||
vendor/xiaomi/sm6225-common/proprietary/vendor/bin/hdcp2p2prov:$(TARGET_COPY_OUT_VENDOR)/bin/hdcp2p2prov \
|
||||
vendor/xiaomi/sm6225-common/proprietary/vendor/bin/hvdcp_opti:$(TARGET_COPY_OUT_VENDOR)/bin/hvdcp_opti \
|
||||
vendor/xiaomi/sm6225-common/proprietary/vendor/bin/hw/android.hardware.biometrics.fingerprint@2.1-service_lc:$(TARGET_COPY_OUT_VENDOR)/bin/hw/android.hardware.biometrics.fingerprint@2.1-service_lc \
|
||||
vendor/xiaomi/sm6225-common/proprietary/vendor/bin/hw/android.hardware.bluetooth@1.0-service-qti:$(TARGET_COPY_OUT_VENDOR)/bin/hw/android.hardware.bluetooth@1.0-service-qti \
|
||||
vendor/xiaomi/sm6225-common/proprietary/vendor/bin/hw/android.hardware.drm-service.widevine:$(TARGET_COPY_OUT_VENDOR)/bin/hw/android.hardware.drm-service.widevine \
|
||||
vendor/xiaomi/sm6225-common/proprietary/vendor/bin/hw/android.hardware.gatekeeper@1.0-service-qti:$(TARGET_COPY_OUT_VENDOR)/bin/hw/android.hardware.gatekeeper@1.0-service-qti \
|
||||
@@ -1113,6 +1114,7 @@ PRODUCT_PACKAGES += \
|
||||
vendor.qti.ims.rcsuce-V1.1-java \
|
||||
vendor.qti.ims.rcsuce-V1.2-java \
|
||||
vendor.qti.ims.rcsuceaidlservice-V1-java \
|
||||
android.hardware.biometrics.fingerprint@2.1-service \
|
||||
android.hardware.gnss-aidl-service-qti \
|
||||
android.hardware.ir-service.example \
|
||||
android.hardware.radio.config \
|
||||
|
||||
Reference in New Issue
Block a user