blob: f9b50b032ab544f725badb6efecae834dbfb483c [file] [log] [blame]
Alex Klyubin09d13e72017-03-16 19:17:15 -07001# HwBinder IPC from client to server, and callbacks
2binder_call(hal_bootctl_client, hal_bootctl_server)
3binder_call(hal_bootctl_server, hal_bootctl_client)
Kelvin Zhang187cb2c2022-03-30 20:05:23 -07004binder_use(hal_bootctl_server)
Alex Klyubin53656c12017-04-13 19:05:27 -07005
Steven Moreland9234e002018-06-06 09:30:18 -07006hal_attribute_hwservice(hal_bootctl, hal_bootctl_hwservice)
Devin Moore840d4f32021-02-17 09:30:52 -08007allow hal_bootctl_server proc_bootconfig:file r_file_perms;
Kelvin Zhang65d6bf52022-06-08 13:46:43 -07008
9# Needed to wait for AIDL hal services
10hal_attribute_service(hal_bootctl, hal_bootctl_service);