Files
rk35xx-android14/device/rockchip/common/manifest_framework_override.xml
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

16 lines
597 B
XML

<!--
Include this file to DEVICE_FRAMEWORK_MANIFEST_FILE to disable
having an healthd on the device which is not needed if you have
an alternative implementation like the following:
(1) Device has android.hardware.health@2.0-service.override
(2) Device has android.hardware.health@2.0-service.<device>, which
contains the following:
overrides: ["healthd"]
-->
<manifest version="1.0" type="framework">
<hal format="hidl" override="true">
<name>android.hardware.graphics.composer</name>
<transport>hwbinder</transport>
</hal>
</manifest>