blob: d4da8dfa681ebae3b9c5e7953a57814103eab39e [file] [log] [blame]
Harpreet \"Eli\" Sangha4b3e0dd2019-10-07 11:01:34 +09001# HwBinder IPC client/server
Alex Klyubin53656c12017-04-13 19:05:27 -07002binder_call(hal_vibrator_client, hal_vibrator_server)
Harpreet \"Eli\" Sangha4b3e0dd2019-10-07 11:01:34 +09003binder_call(hal_vibrator_server, hal_vibrator_client);
Alex Klyubin53656c12017-04-13 19:05:27 -07004
Steven Moreland9234e002018-06-06 09:30:18 -07005hal_attribute_hwservice(hal_vibrator, hal_vibrator_hwservice)
Alex Klyubin53656c12017-04-13 19:05:27 -07006
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;