From 438e3b52394e2936f6e286e0cddaaf4d41125324 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Wed, 20 Feb 2013 12:40:28 -0500 Subject: WIP --- base/javacard/conf/TestApplet.opt | 6 ++++++ base/javacard/conf/jcardsim.cfg | 4 ++++ base/javacard/conf/jcwde.app | 4 ++++ 3 files changed, 14 insertions(+) create mode 100644 base/javacard/conf/TestApplet.opt create mode 100644 base/javacard/conf/jcardsim.cfg create mode 100644 base/javacard/conf/jcwde.app (limited to 'base/javacard/conf') diff --git a/base/javacard/conf/TestApplet.opt b/base/javacard/conf/TestApplet.opt new file mode 100644 index 000000000..c3541e823 --- /dev/null +++ b/base/javacard/conf/TestApplet.opt @@ -0,0 +1,6 @@ +-out EXP JCA CAP +-classdir build\classes +-exportpath jcdk\api_export_files +-applet 0xa0:0x0:0x0:0x0:0x62:0x3:0x1:0xc:0x1:0x1 org.dogtagpki.javacard.TestApplet +org.dogtagpki.javacard +0xa0:0x0:0x0:0x0:0x62:0x3:0x1:0xc:0x1 1.0 diff --git a/base/javacard/conf/jcardsim.cfg b/base/javacard/conf/jcardsim.cfg new file mode 100644 index 000000000..c1d1777bc --- /dev/null +++ b/base/javacard/conf/jcardsim.cfg @@ -0,0 +1,4 @@ +com.licel.jcardsim.smartcardio.applet.0.AID=A00000006203010C0101 +com.licel.jcardsim.smartcardio.applet.0.Class=org.dogtagpki.javacard.TestApplet +com.licel.jcardsim.smartcardio.applet.1.AID=A00000006203010C0102 +com.licel.jcardsim.smartcardio.applet.1.Class=org.dogtagpki.javacard.ProxyApplet diff --git a/base/javacard/conf/jcwde.app b/base/javacard/conf/jcwde.app new file mode 100644 index 000000000..1001d9e81 --- /dev/null +++ b/base/javacard/conf/jcwde.app @@ -0,0 +1,4 @@ +// applet AID +com.sun.javacard.installer.InstallerApplet 0xa0:0x0:0x0:0x0:0x62:0x3:0x1:0x8:0x1 +org.dogtagpki.javacard.TestApplet 0xa0:0x0:0x0:0x0:0x62:0x3:0x1:0xc:0x1:0x1 +org.dogtagpki.javacard.ProxyApplet 0xa0:0x0:0x0:0x0:0x62:0x3:0x1:0xc:0x1:0x2 -- cgit