From 3b169ef82f89b18d52b761559146d5e855b5df71 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Sat, 22 Sep 2018 23:43:01 +0100 Subject: [PATCH] sdm660-common: Add framework manifest * Mentioning CodeAurora, AtFwd hal is implemented as an Android service and it starts from the system partition, that is, it's not a traditional vendor hal and hence it should be declared in the framework manifest. Change-Id: I0aa37ae9b3baacf42dcfa54419f62fc528b00bcb --- BoardConfigCommon.mk | 1 + framework_manifest.xml | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 framework_manifest.xml diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index f2597d3..c728373 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -70,6 +70,7 @@ NUM_FRAMEBUFFER_SURFACE_BUFFERS := 3 # HIDL DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := $(COMMON_PATH)/framework_compatibility_matrix.xml +DEVICE_FRAMEWORK_MANIFEST_FILE := $(COMMON_PATH)/framework_manifest.xml # Properties BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true diff --git a/framework_manifest.xml b/framework_manifest.xml new file mode 100644 index 0000000..2d0ebdb --- /dev/null +++ b/framework_manifest.xml @@ -0,0 +1,12 @@ + + + vendor.qti.hardware.radio.atcmdfwd + hwbinder + 1.0 + + IAtCmdFwd + AtCmdFwdService + + @1.0::IAtCmdFwd/AtCmdFwdService + +