blob: 9ce34cac258e73906e8acb1cf49d14064dda7f49 [file] [log] [blame]
Alex Klyubin53656c12017-04-13 19:05:27 -07001# HwBinder IPC from client to server
2binder_call(hal_vibrator_client, hal_vibrator_server)
3
4add_hwservice(hal_vibrator_server, hal_vibrator_hwservice)
5allow hal_vibrator_client hal_vibrator_hwservice:hwservice_manager find;
6
Jeff Vander Stoep27ae5452016-10-25 12:42:39 -07007# vibrator sysfs rw access
8allow hal_vibrator sysfs_vibrator:file rw_file_perms;
Alan Stokes17d008a2018-03-01 14:30:52 +00009allow hal_vibrator sysfs_vibrator:dir search;