gts28velte: Add device specific HIDL manifest.xml

This commit is contained in:
LuK1337 2018-01-27 13:40:15 +01:00
parent c5c6186468
commit 57e3ba1ada
2 changed files with 36 additions and 0 deletions

View File

@ -24,6 +24,9 @@ TARGET_OTA_ASSERT_DEVICE := gts28velte
# Board
TARGET_BOARD_INFO_FILE := $(DEVICE_PATH)/board-info.txt
# HIDL
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml
# Kernel
TARGET_KERNEL_CONFIG := gts28velte_defconfig

33
manifest.xml Normal file
View File

@ -0,0 +1,33 @@
<manifest version="1.0" type="device">
<hal format="hidl">
<name>android.hardware.radio</name>
<transport>hwbinder</transport>
<version>1.1</version>
<interface>
<name>IRadio</name>
<instance>slot1</instance>
</interface>
<interface>
<name>ISap</name>
<instance>slot1</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.radio.deprecated</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IOemHook</name>
<instance>slot1</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.vibrator</name>
<transport arch="32+64">passthrough</transport>
<version>1.0</version>
<interface>
<name>IVibrator</name>
<instance>default</instance>
</interface>
</hal>
</manifest>