davinci: Remove allocator and mapper from manifest

Move allocator and mapper to
LOCAL_VINTF_FRAGMENTS to remove cross-component dependency.

Change-Id: I7072b9d654ddce04c66247805cfca3de708e0fd3
Signed-off-by: Karthi Kandasamy <kartka@codeaurora.org>
This commit is contained in:
Karthi Kandasamy 2020-04-23 11:08:52 +05:30 committed by Arian
parent aede7dc418
commit 7e7dc3493d
No known key found for this signature in database
GPG Key ID: 48029380598CE3B9

View File

@ -128,16 +128,6 @@
<fqname>@1.0::IGnss/gnss_vendor</fqname>
<fqname>@2.0::IGnss/default</fqname>
</hal>
<hal format="hidl">
<name>android.hardware.graphics.allocator</name>
<transport>hwbinder</transport>
<version>2.0</version>
<interface>
<name>IAllocator</name>
<instance>default</instance>
</interface>
<fqname>@2.0::IAllocator/default</fqname>
</hal>
<hal format="hidl">
<name>android.hardware.graphics.composer</name>
<transport>hwbinder</transport>
@ -148,16 +138,6 @@
</interface>
<fqname>@2.3::IComposer/default</fqname>
</hal>
<hal format="hidl">
<name>android.hardware.graphics.mapper</name>
<transport arch="32+64">passthrough</transport>
<version>2.1</version>
<interface>
<name>IMapper</name>
<instance>default</instance>
</interface>
<fqname>@2.1::IMapper/default</fqname>
</hal>
<hal format="hidl">
<name>android.hardware.health</name>
<transport>hwbinder</transport>
@ -462,26 +442,6 @@
</interface>
<fqname>@1.0::ILinkLatency/default</fqname>
</hal>
<hal format="hidl">
<name>vendor.qti.hardware.display.allocator</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IQtiAllocator</name>
<instance>default</instance>
</interface>
<fqname>@1.0::IQtiAllocator/default</fqname>
</hal>
<hal format="hidl">
<name>vendor.qti.hardware.display.mapper</name>
<transport arch="32+64">passthrough</transport>
<version>2.0</version>
<interface>
<name>IQtiMapper</name>
<instance>default</instance>
</interface>
<fqname>@2.0::IQtiMapper/default</fqname>
</hal>
<hal format="hidl">
<name>vendor.qti.hardware.fm</name>
<transport>hwbinder</transport>