potter: Add HIDL manifest

Change-Id: Ifc8d2115e034b9983e0fff69a14d71a978859b1e
This commit is contained in:
Vachounet
2017-08-23 13:07:31 +02:00
parent 667567010b
commit d23f9cc398
2 changed files with 34 additions and 0 deletions

View File

@@ -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

30
manifest.xml Normal file
View File

@@ -0,0 +1,30 @@
<manifest version="1.0" type="device">
<hal format="hidl">
<name>android.hardware.graphics.allocator</name>
<transport>hwbinder</transport>
<version>2.0</version>
<interface>
<name>IAllocator</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.wifi</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IWifi</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.wifi.supplicant</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>ISupplicant</name>
<instance>default</instance>
</interface>
</hal>
</manifest>