summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Pinela <sheffzor@gmail.com>2017-09-19 21:24:26 +0100
committerAndré Pinela <sheffzor@gmail.com>2017-10-06 15:33:11 +0100
commit806d26717fb7bbe9cd72c15bb9cb5372ec558988 (patch)
tree5b2d566bfbbd1e893e52ac1143b0cb85f084ea61
parent9184f2487c85d433a99efac1393248ba2c9bfdee (diff)
grouper: Add HIDL manifest
Change-Id: I6ab91fd76c1235889d0aa50b6e8e3dc220443be6 Signed-off-by: André Pinela <sheffzor@gmail.com>
-rw-r--r--device-common.mk3
-rw-r--r--manifest.xml20
2 files changed, 23 insertions, 0 deletions
diff --git a/device-common.mk b/device-common.mk
index 4623900..a1f2201 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -29,6 +29,9 @@ PRODUCT_COPY_FILES += \
device/asus/grouper/rootdir/init.grouper.usb.rc:root/init.grouper.usb.rc \
device/asus/grouper/rootdir/ueventd.grouper.rc:root/ueventd.grouper.rc
+# HIDL
+DEVICE_MANIFEST_FILE += device/asus/grouper/manifest.xml
+
# These are the hardware-specific features
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/tablet_core_hardware.xml:system/etc/permissions/tablet_core_hardware.xml \
diff --git a/manifest.xml b/manifest.xml
new file mode 100644
index 0000000..bcddb0b
--- /dev/null
+++ b/manifest.xml
@@ -0,0 +1,20 @@
+<manifest version="1.0" type="device">
+ <hal format="hidl">
+ <name>android.hardware.graphics.allocator</name>
+ <transport arch="32">passthrough</transport>
+ <version>2.0</version>
+ <interface>
+ <name>IAllocator</name>
+ <instance>default</instance>
+ </interface>
+ </hal>
+ <hal format="hidl">
+ <name>android.hardware.graphics.mapper</name>
+ <transport arch="32">passthrough</transport>
+ <version>2.0</version>
+ <interface>
+ <name>IMapper</name>
+ <instance>default</instance>
+ </interface>
+ </hal>
+</manifest>