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