Added draft of a new libnfc-based example: nfc-sam.

It tests the comunication with a connected SAM (Secure Access Module).
This commit is contained in:
Emanuele Bertoldi 2010-06-15 15:05:40 +00:00
parent ec48f04dd8
commit 8e4bef9c90
4 changed files with 161 additions and 3 deletions

View file

@ -1,4 +1,4 @@
SET(EXAMPLES-SOURCES nfc-list nfc-mfclassic nfc-mfultralight nfcip-initiator nfcip-target nfc-anticol nfc-emulate nfc-relay)
SET(EXAMPLES-SOURCES nfc-list nfc-mfclassic nfc-mfultralight nfcip-initiator nfcip-target nfc-anticol nfc-emulate nfc-relay nfc-sam)
# XXX: Examples should not use private API!
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/../libnfc)