device_google_zuma/interfaces/boot/aidl/android.hardware.boot-service.default_recovery-zuma.xml
Jason Chiu 193e5e8216 zuma:interfaces:boot: add aidl interface support
bootctrl aidl interface is based on hidl 1.2 interface implementation
code and migrate to aidl interface

Bug: 282670401
Test:
  - boot to home
  - OTA successfully in Recovery mode
  - OTA successfully in OS mode
Change-Id: I5221ddc997d06dc24e46816885d617f4cf193502
Signed-off-by: Jason Chiu <jasoncschiu@google.com>
2023-07-20 07:34:32 +00:00

6 lines
175 B
XML

<manifest version="1.0" type="device">
<hal format="aidl">
<name>android.hardware.boot</name>
<fqname>IBootControl/default</fqname>
</hal>
</manifest>