From 44ffceb4da2ef50a9d1dc8d5f10fa0d59f2ea9a0 Mon Sep 17 00:00:00 2001 From: Ruthwar Ambeer Date: Tue, 31 Jul 2018 17:21:32 +0530 Subject: msm8996-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 Signed-off-by: Davide Garberi --- BoardConfigCommon.mk | 1 + framework_manifest.xml | 39 +++++++++++++++++++++++++++++++++++++++ manifest.xml | 36 ++++++++++++++++++++++++++---------- 3 files changed, 66 insertions(+), 10 deletions(-) create mode 100644 framework_manifest.xml diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 73a37f9..0458ed0 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -154,6 +154,7 @@ USE_DEVICE_SPECIFIC_MEDIA := true DEVICE_SPECIFIC_MEDIA_PATH := hardware/qcom/media-caf/msm8998 # HIDL +DEVICE_FRAMEWORK_MANIFEST_FILE := $(VENDOR_PATH)/framework_manifest.xml DEVICE_MANIFEST_FILE := $(VENDOR_PATH)/manifest.xml DEVICE_MATRIX_FILE := $(VENDOR_PATH)/compatibility_matrix.xml diff --git a/framework_manifest.xml b/framework_manifest.xml new file mode 100644 index 0000000..b2276a5 --- /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 f1350e7..b4a6eb7 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,4 +1,29 @@ - + + android.hardware.audio hwbinder @@ -445,15 +470,6 @@ slot2 - - vendor.qti.hardware.radio.atcmdfwd - hwbinder - 1.0 - - IAtCmdFwd - AtCmdFwdService - - vendor.qti.hardware.radio.ims hwbinder -- cgit v1.2.3