Skip to content

Commit

Permalink
haydn: Add cameraperf manifest entry
Browse files Browse the repository at this point in the history
Change-Id: I9a31383c7e2216ca428ee73cf03789b4180002e3
  • Loading branch information
ArianK16a authored and AdarshGrewal committed Apr 17, 2023
1 parent bdf142a commit 595f583
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
11 changes: 11 additions & 0 deletions hidl/manifest.xml
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 595f583

Please sign in to comment.