Tri Vo | bc8dc3a | 2019-05-26 13:17:08 -0700 | [diff] [blame^] | 1 | # HwBinder IPC from client to server, and callbacks |
2 | binder_call(hal_nfc_client, hal_nfc_server) | ||||
3 | binder_call(hal_nfc_server, hal_nfc_client) | ||||
4 | |||||
5 | hal_attribute_hwservice(hal_nfc, hal_nfc_hwservice) | ||||
6 | |||||
7 | # Set NFC properties (used by bcm2079x HAL). | ||||
8 | set_prop(hal_nfc, nfc_prop) | ||||
9 | |||||
10 | # NFC device access. | ||||
11 | allow hal_nfc nfc_device:chr_file rw_file_perms; |