Alex Klyubin | 53656c1 | 2017-04-13 19:05:27 -0700 | [diff] [blame] | 1 | # HwBinder IPC from client to server |
| 2 | binder_call(hal_vibrator_client, hal_vibrator_server) |
| 3 | |
Steven Moreland | 9234e00 | 2018-06-06 09:30:18 -0700 | [diff] [blame^] | 4 | hal_attribute_hwservice(hal_vibrator, hal_vibrator_hwservice) |
Alex Klyubin | 53656c1 | 2017-04-13 19:05:27 -0700 | [diff] [blame] | 5 | |
Jeff Vander Stoep | 27ae545 | 2016-10-25 12:42:39 -0700 | [diff] [blame] | 6 | # vibrator sysfs rw access |
| 7 | allow hal_vibrator sysfs_vibrator:file rw_file_perms; |
Alan Stokes | 17d008a | 2018-03-01 14:30:52 +0000 | [diff] [blame] | 8 | allow hal_vibrator sysfs_vibrator:dir search; |