2017-03-23 00:08:41 +01:00
|
|
|
# HwBinder IPC from client to server, and callbacks
|
|
|
|
binder_call(hal_nfc_client, hal_nfc_server)
|
|
|
|
binder_call(hal_nfc_server, hal_nfc_client)
|
2016-10-25 21:42:39 +02:00
|
|
|
|
2018-05-31 01:43:17 +02:00
|
|
|
hal_attribute_hwservice_client(hal_nfc, hal_nfc_hwservice)
|
2017-04-14 04:05:27 +02:00
|
|
|
|
2016-10-25 21:42:39 +02:00
|
|
|
# Set NFC properties (used by bcm2079x HAL).
|
|
|
|
set_prop(hal_nfc, nfc_prop)
|
|
|
|
|
|
|
|
# NFC device access.
|
|
|
|
allow hal_nfc nfc_device:chr_file rw_file_perms;
|