From d33ed28c9801b999cea000b8e28b8aaeee2ce50a Mon Sep 17 00:00:00 2001 From: Stricted Date: Fri, 27 Jul 2018 08:52:09 +0200 Subject: [PATCH] add manifest.xml Change-Id: I08dd256c84488e6ed088d1054f5a32cc194d5064 --- BoardConfig.mk | 2 + manifest.xml | 154 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 156 insertions(+) create mode 100644 manifest.xml diff --git a/BoardConfig.mk b/BoardConfig.mk index fe9ef8c..f4d323a 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -93,6 +93,8 @@ BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_DIR)/bluetooth # RECOVERY TARGET_RECOVERY_FSTAB := $(DEVICE_DIR)/recovery.fstab +DEVICE_MANIFEST_FILE += $(DEVICE_DIR)/manifest.xml + # shims TARGET_LD_SHIM_LIBS := \ /system/lib/egl/libEGL_mali.so|libxlog.so \ diff --git a/manifest.xml b/manifest.xml new file mode 100644 index 0000000..ba72a95 --- /dev/null +++ b/manifest.xml @@ -0,0 +1,154 @@ + + + android.hardware.audio + passthrough + 2.0 + + IDevicesFactory + default + + + + android.hardware.audio.effect + passthrough + 2.0 + + IEffectsFactory + default + + + + android.hardware.bluetooth + passthrough + 1.0 + + + android.hardware.graphics.allocator + passthrough + 2.0 + + IAllocator + default + + + + android.hardware.graphics.composer + passthrough + 2.1 + + + android.hardware.graphics.mapper + passthrough + 2.0 + + IMapper + default + + + + android.hardware.camera.provider + passthrough + 2.4 + + ICameraProvider + legacy/0 + + + + android.hardware.cas + hwbinder + 1.0 + + IMediaCasService + default + + + + android.hardware.configstore + hwbinder + 1.0 + + ISurfaceFlingerConfigs + default + + + + android.hardware.drm + hwbinder + 1.0 + + ICryptoFactory + default + + + IDrmFactory + default + + + + android.hardware.gnss + passthrough + 1.0 + + IGnss + default + + + + android.hardware.health + hwbinder + 1.0 + + IHealth + default + + + + android.hardware.keymaster + hwbinder + 3.0 + + IKeymasterDevice + default + + + + android.hardware.light + passthrough + 2.0 + + + android.hardware.memtrack + passthrough + 1.0 + + + android.hardware.power + passthrough + 1.0 + + + android.hardware.renderscript + passthrough + 1.0 + + + android.hardware.sensors + passthrough + 1.0 + + + android.hardware.tests.libhwbinder + passthrough + 1.0 + + + android.hardware.wifi + hwbinder + 1.1 + + IWifi + default + + + -- 2.20.1