From d23f9cc39844949c31359882559c63d3b8dbf22d Mon Sep 17 00:00:00 2001 From: Vachounet Date: Wed, 23 Aug 2017 13:07:31 +0200 Subject: [PATCH] potter: Add HIDL manifest Change-Id: Ifc8d2115e034b9983e0fff69a14d71a978859b1e --- device.mk | 4 ++++ manifest.xml | 30 ++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 manifest.xml diff --git a/device.mk b/device.mk index a8c682d..23971e8 100644 --- a/device.mk +++ b/device.mk @@ -177,6 +177,10 @@ PRODUCT_PACKAGES += \ gps.msm8953 \ libshims_get_process_name +# HIDL +PRODUCT_COPY_FILES += \ + $(LOCAL_PATH)/manifest.xml:system/vendor/manifest.xml + # IMS PRODUCT_PACKAGES += \ libshim_ims diff --git a/manifest.xml b/manifest.xml new file mode 100644 index 0000000..dbe6638 --- /dev/null +++ b/manifest.xml @@ -0,0 +1,30 @@ + + + android.hardware.graphics.allocator + hwbinder + 2.0 + + IAllocator + default + + + + android.hardware.wifi + hwbinder + 1.0 + + IWifi + default + + + + android.hardware.wifi.supplicant + hwbinder + 1.0 + + ISupplicant + default + + + +