venus: Add cameraperf manifest entry
Change-Id: I9a31383c7e2216ca428ee73cf03789b4180002e3
This commit is contained in:
@@ -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
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>
|
||||
Reference in New Issue
Block a user