distributing npa example data
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
SUBDIRS = src doc
|
||||
SUBDIRS = src doc npa-example-data
|
||||
|
||||
EXTRA_DIST = test_vicc_with_npa-tool.sh
|
||||
|
||||
|
||||
@@ -157,10 +157,13 @@ HELP2MAN: ${HELP2MAN}
|
||||
EOF
|
||||
|
||||
AC_CONFIG_FILES([Makefile
|
||||
doc/Makefile
|
||||
doc/api/Makefile
|
||||
npa-example-data/Makefile
|
||||
npa-example-data/dh/Makefile
|
||||
npa-example-data/ecdh/Makefile
|
||||
src/Makefile
|
||||
src/vpcd/Makefile
|
||||
src/vpicc/Makefile
|
||||
doc/Makefile
|
||||
doc/api/Makefile
|
||||
])
|
||||
AC_OUTPUT
|
||||
|
||||
1
virtualsmartcard/npa-example-data/Makefile.am
Normal file
1
virtualsmartcard/npa-example-data/Makefile.am
Normal file
@@ -0,0 +1 @@
|
||||
SUBDIRS = dh ecdh
|
||||
6
virtualsmartcard/npa-example-data/dh/Makefile.am
Normal file
6
virtualsmartcard/npa-example-data/dh/Makefile.am
Normal file
@@ -0,0 +1,6 @@
|
||||
CERTIFICATES = DETESTATDE019 DETESTCVCA00003 DETESTDVDE019
|
||||
TERMINAL_KEY = at_key.pkcs8
|
||||
NPA_KEY = npa_key
|
||||
NPA_FILES = ef_cardaccess ef_cardsecurity
|
||||
|
||||
EXTRA_DIST = $(CERTIFICATES) $(TERMINAL_KEY) $(NPA_KEY) $(NPA_FILES)
|
||||
6
virtualsmartcard/npa-example-data/ecdh/Makefile.am
Normal file
6
virtualsmartcard/npa-example-data/ecdh/Makefile.am
Normal file
@@ -0,0 +1,6 @@
|
||||
CERTIFICATES = DECVCAAT00001 DETESTATDE019 DETESTDVDE019
|
||||
TERMINAL_KEY = at_key.pkcs8
|
||||
NPA_KEY = npa_key
|
||||
NPA_FILES = ef_cardaccess ef_cardsecurity
|
||||
|
||||
EXTRA_DIST = $(CERTIFICATES) $(TERMINAL_KEY) $(NPA_KEY) $(NPA_FILES)
|
||||
Reference in New Issue
Block a user