blob: 0d6dfe077047ae6f10a74a364c30ce330cdb5891 [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;