device_google_zumapro/manifest.xml
Mark Chang 5f4d31c8c6 Move manifest entries to gs-common.
Bug: 322914403
Bug: 323110919
Bug: 324214410
Test: build succeeds on all devices, failing tests pass.
Change-Id: If12963ae26f2c228310ab9c865ac342f65cc192e
Signed-off-by: Mark Chang <changmark@google.com>
2024-02-07 13:00:54 +00:00

15 lines
483 B
XML

<manifest version="1.0" type="device" target-level="8">
<hal format="hidl">
<name>android.hardware.graphics.mapper</name>
<transport arch="32+64">passthrough</transport>
<version>4.0</version>
<interface>
<name>IMapper</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl">
<name>android.hardware.boot</name>
<fqname>IBootControl/default</fqname>
</hal>
</manifest>