haydn: Add cameraperf manifest entry

Change-Id: I9a31383c7e2216ca428ee73cf03789b4180002e3
This commit is contained in:
Arian 2023-03-24 15:57:21 +01:00 committed by AdarshGrewal
parent bdf142a07d
commit 595f5838e9
2 changed files with 14 additions and 0 deletions

View file

@ -15,6 +15,9 @@ TARGET_OTA_ASSERT_DEVICE := haydn,haydnin
# Board
TARGET_BOOTLOADER_BOARD_NAME := haydn
# HIDL
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/hidl/manifest.xml
# Kernel
TARGET_KERNEL_CONFIG += vendor/haydn_QGKI.config

11
hidl/manifest.xml Normal file
View file

@ -0,0 +1,11 @@
<manifest version="1.0" type="device">
<hal format="hidl">
<name>vendor.xiaomi.hardware.cameraperf</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IMiCameraPerfService</name>
<instance>default</instance>
</interface>
</hal>
</manifest>