rhodep: Add IBiometricsFingerprint 2.1 to manifest

Change-Id: I17e48b296d1fc773e2add0f4d3ffd671f577a40f
This commit is contained in:
Michael Bestas 2025-03-14 12:40:45 +02:00
parent 5d78c72705
commit 245f3f6c69
No known key found for this signature in database
2 changed files with 13 additions and 0 deletions

View file

@ -12,6 +12,7 @@ include device/motorola/sm6375-common/BoardConfigCommon.mk
TARGET_BOOTLOADER_BOARD_NAME := rhodep
# HIDL
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml
ODM_MANIFEST_SKUS += b d dn n
ODM_MANIFEST_B_FILES := $(DEVICE_PATH)/sku/manifest_b.xml
ODM_MANIFEST_D_FILES := $(DEVICE_PATH)/sku/manifest_d.xml

12
manifest.xml Normal file
View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<manifest version="2.0" type="device">
<hal format="hidl">
<name>android.hardware.biometrics.fingerprint</name>
<transport>hwbinder</transport>
<fqname>@2.1::IBiometricsFingerprint/default</fqname>
</hal>
</manifest>