blob: 36de76191c0a38118a576784af64e9aaf5cb4424 [file] [log] [blame]
Alex Klyubinf98650e2017-02-21 15:35:16 -08001# HwBinder IPC from client to server, and callbacks
2binder_call(hal_fingerprint_client, hal_fingerprint_server)
3binder_call(hal_fingerprint_server, hal_fingerprint_client)
4
Alex Klyubin53656c12017-04-13 19:05:27 -07005add_hwservice(hal_fingerprint_server, hal_fingerprint_hwservice)
6allow hal_fingerprint_client hal_fingerprint_hwservice:hwservice_manager find;
7
Jim Miller54e0e5a2016-12-15 19:46:43 -08008# For memory allocation
9allow hal_fingerprint ion_device:chr_file r_file_perms;
10
Jim Miller54e0e5a2016-12-15 19:46:43 -080011r_dir_file(hal_fingerprint, cgroup)
Jeff Vander Stoep350a6032017-02-10 13:20:52 -080012r_dir_file(hal_fingerprint, sysfs)