Alex Klyubin | 41518be | 2017-03-13 15:13:52 -0700 | [diff] [blame^] | 1 | # HwBinder IPC from client to server |
2 | binder_call(hal_sensors_client, hal_sensors_server) | ||||
3 | |||||
4 | # Allow sensor hals to access ashmem memory allocated by apps | ||||
5 | allow hal_sensors { appdomain -isolated_app }:fd use; |