blob: 99b60654f4ac874c95ed21c305c87d1ade6e92b0 [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
Steven Moreland9234e002018-06-06 09:30:18 -07005hal_attribute_hwservice(hal_fingerprint, hal_fingerprint_hwservice)
Steven Moreland82f79002020-09-10 22:57:51 +00006hal_attribute_service(hal_fingerprint, hal_fingerprint_service)
Alex Klyubin53656c12017-04-13 19:05:27 -07007
Ilya Matyukhinc71c2992020-09-02 13:32:05 -07008binder_call(hal_fingerprint_server, servicemanager)
9
Jim Miller54e0e5a2016-12-15 19:46:43 -080010# For memory allocation
11allow hal_fingerprint ion_device:chr_file r_file_perms;
12
Nick Kralevich83f25e22018-11-19 18:42:11 +000013allow hal_fingerprint fingerprint_vendor_data_file:file { create_file_perms };
14allow hal_fingerprint fingerprint_vendor_data_file:dir rw_dir_perms;
Andreas Huber4d6a5e82018-01-22 13:24:10 -080015
Jim Miller54e0e5a2016-12-15 19:46:43 -080016r_dir_file(hal_fingerprint, cgroup)
Jeff Vander Stoep350a6032017-02-10 13:20:52 -080017r_dir_file(hal_fingerprint, sysfs)
Andreas Huber4d6a5e82018-01-22 13:24:10 -080018
19