add nfc_device_get_connstring() function and nfc-probe example to show devices connection strings
This commit is contained in:
parent
39216f9d7c
commit
b366b8c027
10 changed files with 159 additions and 19 deletions
|
|
@ -4,6 +4,7 @@ bin_PROGRAMS = \
|
|||
nfc-mfclassic \
|
||||
nfc-mfsetuid \
|
||||
nfc-mfultralight \
|
||||
nfc-probe \
|
||||
nfc-read-forum-tag3 \
|
||||
nfc-relay-picc
|
||||
|
||||
|
|
@ -36,6 +37,10 @@ nfc_mfsetuid_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
|||
nfc_mfultralight_SOURCES = nfc-mfultralight.c mifare.c mifare.h
|
||||
nfc_mfultralight_LDADD = $(top_builddir)/libnfc/libnfc.la
|
||||
|
||||
nfc_probe_SOURCES = nfc-probe.c
|
||||
nfc_probe_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
||||
libnfcutils.la
|
||||
|
||||
nfc_read_forum_tag3_SOURCES = nfc-read-forum-tag3.c
|
||||
nfc_read_forum_tag3_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
||||
libnfcutils.la
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue