potter: Add HIDL manifest
Change-Id: Ifc8d2115e034b9983e0fff69a14d71a978859b1e
This commit is contained in:
@@ -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
30
manifest.xml
Normal 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>
|
||||
|
||||
Reference in New Issue
Block a user