mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 12:55:23 +00:00
There's already a libboot_control, which provides implementation for bootcontrol HAL. Implement AIDL bootctrl server by wrapping libboot_control Test: th Bug: 227536004 Change-Id: Ia54f91f7fd17b6e86956e458cdf0c36c31624dbc
7 lines
175 B
XML
7 lines
175 B
XML
<manifest version="1.0" type="device">
|
|
<hal format="aidl">
|
|
<name>android.hardware.boot</name>
|
|
<fqname>IBootControl/default</fqname>
|
|
</hal>
|
|
</manifest>
|