ad41fa8dc3
Test: manual Bug: 37640900 Change-Id: I6987d60c1eb1578134b51f4e7417700fd462ba4d Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
13 lines
433 B
Text
13 lines
433 B
Text
# HwBinder IPC from client to server, and callbacks
|
|
binder_call(hal_nfc_client, hal_nfc_server)
|
|
binder_call(hal_nfc_server, hal_nfc_client)
|
|
|
|
# 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;
|
|
|
|
# Data file accesses.
|
|
allow hal_nfc nfc_data_file:dir create_dir_perms;
|
|
allow hal_nfc nfc_data_file:{ file lnk_file fifo_file } create_file_perms;
|