blob: 567b0bee1a92046e1118e39a297cc574998b0fa0 [file] [log] [blame]
Alex Klyubin41518be2017-03-13 15:13:52 -07001# HwBinder IPC from client to server
2binder_call(hal_sensors_client, hal_sensors_server)
3
4# Allow sensor hals to access ashmem memory allocated by apps
5allow hal_sensors { appdomain -isolated_app }:fd use;
Yifan Hongd131f942017-04-04 13:44:46 -07006
7# Allow sensor hals to access ashmem memory allocated by android.hidl.allocator
8# fd is passed in from framework sensorservice HAL.
9allow hal_sensors hal_allocator:fd use;