Initial Commit!
This commit is contained in:
12
Makefile
Normal file
12
Makefile
Normal 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
|
||||
Reference in New Issue
Block a user