Initial Commit!

This commit is contained in:
Karl Koscher
2012-08-06 17:25:17 -07:00
commit f954ee4977
3 changed files with 83 additions and 0 deletions

12
Makefile Normal file
View File

@@ -0,0 +1,12 @@
JAVACARD_SDK_DIR = ../toorcamp-javacard-sdk
APPLET_AID = 0xd0:0x70:0x02:0xca:0x44:0x90:0x01:0x01
APPLET_NAME = org.toorcamp.HelloSTK.HelloSTK
PACKAGE_AID = 0xd0:0x70:0x02:0xCA:0x44:0x90:0x01
PACKAGE_NAME = org.toorcamp.HelloSTK
PACKAGE_VERSION = 1.0
SOURCES = \
src/org/toorcamp/HelloSTK/HelloSTK.java
include ../toorcamp-javacard-sdk/makefiles/applet-project.mk