haydn: Add cameraperf manifest entry
Change-Id: I9a31383c7e2216ca428ee73cf03789b4180002e3
This commit is contained in:
parent
bdf142a07d
commit
595f5838e9
2 changed files with 14 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ TARGET_OTA_ASSERT_DEVICE := haydn,haydnin
|
||||||
# Board
|
# Board
|
||||||
TARGET_BOOTLOADER_BOARD_NAME := haydn
|
TARGET_BOOTLOADER_BOARD_NAME := haydn
|
||||||
|
|
||||||
|
# HIDL
|
||||||
|
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/hidl/manifest.xml
|
||||||
|
|
||||||
# Kernel
|
# Kernel
|
||||||
TARGET_KERNEL_CONFIG += vendor/haydn_QGKI.config
|
TARGET_KERNEL_CONFIG += vendor/haydn_QGKI.config
|
||||||
|
|
||||||
|
|
|
||||||
11
hidl/manifest.xml
Normal file
11
hidl/manifest.xml
Normal 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>
|
||||||
Loading…
Add table
Reference in a new issue