From c43368111d8c859e5ff0ef9046ad5c5ffc851959 Mon Sep 17 00:00:00 2001 From: Ruthwar Ambeer Date: Tue, 31 Jul 2018 17:21:32 +0530 Subject: [PATCH] wayne-common: Move AtFwd hal from device to framework manifest. AtFwd hal is implemented as an android service and it stars from system partition, that is, it's not a traditional vendor hal and hence it should be declared in the framework manifest and not in the device manifest. This commit introduces new device specific framework manifest (framework_manifest.xml) and moves AtFwd hal from device to framework manifest. Change-Id: Iacdb5604a682b8462d16297f4b543928bb100282 CRs-Fixed: 2287149 --- BoardConfigCommon.mk | 1 + framework_manifest.xml | 39 +++++++++++++++++++++++++++++++++++++++ manifest.xml | 36 +++++++++++++++++++++++++++--------- 3 files changed, 67 insertions(+), 9 deletions(-) create mode 100644 framework_manifest.xml diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 073205d5..affcba92 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -188,6 +188,7 @@ USE_DEVICE_SPECIFIC_GPS := true BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE := $(TARGET_BOARD_PLATFORM) # HIDL +DEVICE_FRAMEWORK_MANIFEST_FILE := $(COMMON_PATH)/framework_manifest.xml DEVICE_MANIFEST_FILE := $(COMMON_PATH)/manifest.xml DEVICE_MATRIX_FILE := $(COMMON_PATH)/compatibility_matrix.xml diff --git a/framework_manifest.xml b/framework_manifest.xml new file mode 100644 index 00000000..b2276a55 --- /dev/null +++ b/framework_manifest.xml @@ -0,0 +1,39 @@ + + + + + vendor.qti.hardware.radio.atcmdfwd + hwbinder + 1.0 + + IAtCmdFwd + AtCmdFwdService + + + diff --git a/manifest.xml b/manifest.xml index 87f6b73a..4ca93c00 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,3 +1,30 @@ + android.hardware.audio @@ -584,15 +611,6 @@ slot2 - - vendor.qti.hardware.radio.atcmdfwd - hwbinder - 1.0 - - IAtCmdFwd - AtCmdFwdService - - vendor.qti.hardware.radio.config hwbinder