device_google_zuma/manifest.xml
Mark Chang 6b2358ac80 Move manifest entries to gs-common.
Bug: 322914403
Bug: 323110919
Bug: 324214410
Test: build succeeds on all devices, failing tests pass.
Change-Id: Ie5d66c7849dd4610b7c20d6849238effa6b4d164
Signed-off-by: Mark Chang <changmark@google.com>
2024-02-07 13:13:39 +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>