blob: 932428fa1e920ef1c720c991ce15cf8782398b45 [file] [log] [blame]
Oliver Smith04f25862020-02-19 12:16:01 +01001SIMTOOLS_DIR = ../../sim-tools
Oliver Smith537fba02020-02-19 12:12:52 +01002
3APPLET_AID = 0xd0:0x70:0x02:0xca:0x44:0x90:0x01:0x01
4APPLET_NAME = org.toorcamp.HelloSTK.HelloSTK
5PACKAGE_AID = 0xd0:0x70:0x02:0xCA:0x44:0x90:0x01
6PACKAGE_NAME = org.toorcamp.HelloSTK
7PACKAGE_VERSION = 1.0
8
9SOURCES = \
10 src/org/toorcamp/HelloSTK/HelloSTK.java
11
12include $(SIMTOOLS_DIR)/javacard/makefiles/applet-project.mk