From 645d160f9c17089481c0ed615b62a126ac4e37ec Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Sat, 27 Jan 2018 13:40:15 +0100 Subject: [PATCH] gts210velte: Add device specific HIDL manifest.xml --- BoardConfig.mk | 3 +++ manifest.xml | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 manifest.xml diff --git a/BoardConfig.mk b/BoardConfig.mk index 1bd0000..1242fc1 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -24,6 +24,9 @@ TARGET_OTA_ASSERT_DEVICE := gts210velte # Board TARGET_BOARD_INFO_FILE := $(DEVICE_PATH)/board-info.txt +# HIDL +DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml + # Kernel TARGET_KERNEL_CONFIG := gts210velte_defconfig diff --git a/manifest.xml b/manifest.xml new file mode 100644 index 0000000..c9581ee --- /dev/null +++ b/manifest.xml @@ -0,0 +1,33 @@ + + + android.hardware.radio + hwbinder + 1.1 + + IRadio + slot1 + + + ISap + slot1 + + + + android.hardware.radio.deprecated + hwbinder + 1.0 + + IOemHook + slot1 + + + + android.hardware.vibrator + passthrough + 1.0 + + IVibrator + default + + +