From ae942e298ba9f8b2c6b7d9271751cdb6507f87d2 Mon Sep 17 00:00:00 2001 From: Stricted Date: Mon, 1 Oct 2018 10:44:33 +0200 Subject: [PATCH] =?utf8?q?s5neolte:=20Add=20autogenerated=20HIDL=20manifes?= =?utf8?q?t=20=20=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Id33da4bd1227b36d427bce4cf8f5a594713882cb --- device.mk | 4 + manifest.xml | 231 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 235 insertions(+) create mode 100644 manifest.xml diff --git a/device.mk b/device.mk index b79d6c1..4c6e265 100644 --- a/device.mk +++ b/device.mk @@ -36,6 +36,10 @@ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/gps/gps.conf:system/etc/gps.conf \ $(LOCAL_PATH)/configs/gps/gps.xml:system/etc/gps.xml +# HIDL Manifest +PRODUCT_COPY_FILES += \ + $(LOCAL_PATH)/manifest.xml:$(TARGET_COPY_OUT_VENDOR)/manifest.xml + # Ramdisk PRODUCT_PACKAGES += \ init.target.rc diff --git a/manifest.xml b/manifest.xml new file mode 100644 index 0000000..ac257a8 --- /dev/null +++ b/manifest.xml @@ -0,0 +1,231 @@ + + + + + android.hardware.audio + passthrough + 2.0 + + IDevicesFactory + default + + + + android.hardware.audio.effect + passthrough + 2.0 + + IEffectsFactory + default + + + + android.hardware.bluetooth + hwbinder + 1.0 + + IBluetoothHci + 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 + widevine + default + + + IDrmFactory + widevine + default + + + + android.hardware.gnss + passthrough + 1.0 + + IGnss + default + + + + android.hardware.graphics.allocator + hwbinder + 2.0 + + IAllocator + default + + + + android.hardware.graphics.composer + passthrough + 2.1 + + + android.hardware.graphics.mapper + passthrough + 2.0 + + IMapper + default + + + + android.hardware.keymaster + hwbinder + 3.0 + + IKeymasterDevice + default + + + + android.hardware.light + hwbinder + 2.0 + + ILight + default + + + + android.hardware.memtrack + passthrough + 1.0 + + IMemtrack + default + + + + android.hardware.nfc + passthrough + 1.0 + + INfc + default + + + + android.hardware.power + hwbinder + 1.0 + + IPower + default + + + + android.hardware.radio + hwbinder + 1.1 + + IRadio + slot1 + + + ISap + slot1 + + + + android.hardware.radio.deprecated + hwbinder + 1.0 + + IOemHook + slot1 + + + + android.hardware.renderscript + passthrough + 1.0 + + + android.hardware.sensors + passthrough + 1.0 + + ISensors + default + + + + android.hardware.soundtrigger + passthrough + 2.0 + + ISoundTriggerHw + default + + + + android.hardware.usb + hwbinder + 1.0 + + IUsb + default + + + + android.hardware.vibrator + hwbinder + 1.0 + + IVibrator + default + + + + android.hardware.wifi + hwbinder + 1.1 + + IWifi + default + + + + android.hardware.wifi.supplicant + hwbinder + 1.0 + + ISupplicant + default + + + \ No newline at end of file -- 2.20.1