1# HwBinder IPC from client to server, and callbacks 2binder_call(hal_health_storage_client, hal_health_storage_server) 3binder_call(hal_health_storage_server, hal_health_storage_client) 4 5binder_use(hal_health_storage_server) 6 7hal_attribute_hwservice(hal_health_storage, hal_health_storage_hwservice) 8hal_attribute_service(hal_health_storage, hal_health_storage_service) 9 10# Allow ReadDefaultFstab(). 11read_fstab(hal_health_storage_server) 12