venus: Add cameraperf manifest entry

Change-Id: I9a31383c7e2216ca428ee73cf03789b4180002e3
This commit is contained in:
Arian
2023-03-24 15:57:21 +01:00
committed by Ramii Ahmed
parent d29bde1dc5
commit 34c39a9614
2 changed files with 14 additions and 0 deletions

View File

@@ -15,6 +15,9 @@ TARGET_BOOTLOADER_BOARD_NAME := venus
# Display
TARGET_SCREEN_DENSITY := 560
# HIDL
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/hidl/manifest.xml
# Kernel
TARGET_KERNEL_CONFIG += vendor/venus_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>