2018-09-19 19:24:45 +02:00
|
|
|
# HwBinder IPC from client to server, and callbacks
|
|
|
|
binder_call(hal_health_storage_client, hal_health_storage_server)
|
|
|
|
binder_call(hal_health_storage_server, hal_health_storage_client)
|
|
|
|
|
2021-01-16 01:33:41 +01:00
|
|
|
binder_use(hal_health_storage_server)
|
|
|
|
|
2018-09-19 19:24:45 +02:00
|
|
|
hal_attribute_hwservice(hal_health_storage, hal_health_storage_hwservice)
|
2021-01-16 01:33:41 +01:00
|
|
|
hal_attribute_service(hal_health_storage, hal_health_storage_service)
|
2021-04-14 09:23:13 +02:00
|
|
|
|
|
|
|
# Allow ReadDefaultFstab().
|
|
|
|
read_fstab(hal_health_storage_server)
|