Windows: Update def file for consideration of proper lib file generation
- Aligned to latest nfc.h for function name exports
This commit is contained in:
parent
cb70044510
commit
726f729aba
1 changed files with 46 additions and 26 deletions
|
@ -1,28 +1,48 @@
|
||||||
LIBRARY NFC
|
LIBRARY libnfc
|
||||||
VERSION 1.3.9
|
VERSION 1.7
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
nfc_list_devices
|
nfc_init
|
||||||
nfc_connect
|
nfc_exit
|
||||||
nfc_disconnect
|
nfc_open
|
||||||
nfc_configure
|
nfc_close
|
||||||
nfc_initiator_init
|
nfc_abbort_command
|
||||||
nfc_initiator_select_passive_target
|
nfc_list_devices
|
||||||
nfc_initiator_list_passive_targets
|
nfc_idle
|
||||||
nfc_initiator_select_dep_target
|
nfc_initiator_init
|
||||||
nfc_initiator_deselect_target
|
nfc_initiator_init_secure_element
|
||||||
nfc_initiator_poll_targets
|
nfc_initiator_select_passive_target
|
||||||
nfc_initiator_transceive_bits
|
nfc_initiator_list_passive_targets
|
||||||
nfc_initiator_transceive_bytes
|
nfc_initiator_poll_target
|
||||||
nfc_target_init
|
nfc_initiator_select_dep_target
|
||||||
nfc_target_receive_bits
|
nfc_initiator_poll_dep_target
|
||||||
nfc_target_receive_bytes
|
nfc_initiator_deselect_target
|
||||||
nfc_target_send_bits
|
nfc_initiator_poll_targets
|
||||||
nfc_target_send_bytes
|
nfc_initiator_transceive_bytes
|
||||||
nfc_device_name
|
nfc_initiator_transceive_bits
|
||||||
iso14443a_crc
|
nfc_initiator_transceive_bytes_timed
|
||||||
append_iso14443a_crc
|
nfc_initiator_transceive_bits_timed
|
||||||
nfc_version
|
nfc_initiator_target_is_present
|
||||||
nfc_perror
|
nfc_target_init
|
||||||
nfc_strerror
|
nfc_target_send_bytes
|
||||||
nfc_strerror_r
|
nfc_target_receive_bytes
|
||||||
|
nfc_target_send_bits
|
||||||
|
nfc_target_receive_bits
|
||||||
|
nfc_strerror
|
||||||
|
nfc_strerror_r
|
||||||
|
nfc_perror
|
||||||
|
nfc_device_get_last_error
|
||||||
|
nfc_device_get_name
|
||||||
|
nfc_device_get_connstring
|
||||||
|
nfc_device_get_supported_modulation
|
||||||
|
nfc_device_get_supported_baud_rate
|
||||||
|
nfc_device_set_property_int
|
||||||
|
nfc_device_set_property_bool
|
||||||
|
iso14443a_crc
|
||||||
|
iso14443a_crc_append
|
||||||
|
iso14443a_locate_historical_bytes
|
||||||
|
nfc_version
|
||||||
|
nfc_device_get_information_about
|
||||||
|
str_nfc_modulation_type
|
||||||
|
str_nfc_baud_rate
|
||||||
|
str_nfc_target
|
||||||
|
|
Loading…
Add table
Reference in a new issue