Add MIFARE Application Directory (MAD) version 1 & 2 support (modulo CRC).

This commit is contained in:
Romain Tartiere 2009-12-21 00:02:40 +00:00
parent a317799f01
commit 9478706550
6 changed files with 439 additions and 4 deletions

View file

@ -2,14 +2,15 @@ LMF_SRCDIR= ${.CURDIR}/..
.PATH: ${LMF_SRCDIR}
#LMF_SRCS!= ${MAKE} -f ${LMF_SRCDIR}/Makefile -V SRCS
LMF_SRCS= ../mifare_classic.c
LMF_SRCS= ../mifare_classic.c ../mifare_application_directory.c
TESTS= test_read_sector_0.c \
test_authenticate.c \
test_value_block.c \
test_access_bits.c \
test_format.c \
test_create_trailer_block.c
test_create_trailer_block.c \
test_mad.c
SRCS= ${LMF_SRCS} \
${TESTS} \