1# HwBinder IPC from client to server, and callbacks 2binder_call(hal_health_client, hal_health_server) 3binder_call(hal_health_server, hal_health_client) 4 5add_hwservice(hal_health_server, hal_health_hwservice) 6allow hal_health_client hal_health_hwservice:hwservice_manager find; 7 8# Read access to system files for HALs in 9# /{system,vendor,odm}/lib[64]/hw/ in order 10# to be able to open the hal implementation .so files 11r_dir_file(hal_health, system_file) 12