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; | ||||
Yifan Hong | d131f94 | 2017-04-04 13:44:46 -0700 | [diff] [blame] | 6 | |
7 | # Allow sensor hals to access ashmem memory allocated by android.hidl.allocator | ||||
8 | # fd is passed in from framework sensorservice HAL. | ||||
9 | allow hal_sensors hal_allocator:fd use; |