aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorJ08nY2024-03-23 13:01:03 +0100
committerJ08nY2024-03-25 14:57:34 +0100
commitc01f16cbacb45682547e4712bdae854c56604e61 (patch)
tree5bfe030c2b6333dde0ee34b444d975d02bbc5659 /util
parent73af477a8774e1ede5dd8de6491eb353dc0b12bd (diff)
downloadECTester-c01f16cbacb45682547e4712bdae854c56604e61.tar.gz
ECTester-c01f16cbacb45682547e4712bdae854c56604e61.tar.zst
ECTester-c01f16cbacb45682547e4712bdae854c56604e61.zip
Fix applet building.
Diffstat (limited to 'util')
-rw-r--r--util/applet/GPPcScConnectionPlugin.dllbin15360 -> 0 bytes
-rw-r--r--util/applet/GPShell.exebin33280 -> 0 bytes
-rw-r--r--util/applet/GlobalPlatform.dllbin117248 -> 0 bytes
-rw-r--r--util/applet/gp.exebin908346 -> 0 bytes
-rw-r--r--util/applet/gp.jarbin894200 -> 0 bytes
-rw-r--r--util/applet/gppro_upload.bat14
-rwxr-xr-xutil/applet/gppro_upload.sh10
-rw-r--r--util/applet/gppro_upload_emv.bat15
-rwxr-xr-xutil/applet/gppro_upload_emv.sh10
-rw-r--r--util/applet/libeay32.dllbin1017344 -> 0 bytes
-rw-r--r--util/applet/openkms-gp.jarbin78142 -> 0 bytes
-rw-r--r--util/applet/ssleay32.dllbin200704 -> 0 bytes
-rw-r--r--util/applet/zlib1.dllbin75264 -> 0 bytes
13 files changed, 0 insertions, 49 deletions
diff --git a/util/applet/GPPcScConnectionPlugin.dll b/util/applet/GPPcScConnectionPlugin.dll
deleted file mode 100644
index 3b27f6b..0000000
--- a/util/applet/GPPcScConnectionPlugin.dll
+++ /dev/null
Binary files differ
diff --git a/util/applet/GPShell.exe b/util/applet/GPShell.exe
deleted file mode 100644
index 091eece..0000000
--- a/util/applet/GPShell.exe
+++ /dev/null
Binary files differ
diff --git a/util/applet/GlobalPlatform.dll b/util/applet/GlobalPlatform.dll
deleted file mode 100644
index 6dca172..0000000
--- a/util/applet/GlobalPlatform.dll
+++ /dev/null
Binary files differ
diff --git a/util/applet/gp.exe b/util/applet/gp.exe
deleted file mode 100644
index 6478bf2..0000000
--- a/util/applet/gp.exe
+++ /dev/null
Binary files differ
diff --git a/util/applet/gp.jar b/util/applet/gp.jar
deleted file mode 100644
index 774d81a..0000000
--- a/util/applet/gp.jar
+++ /dev/null
Binary files differ
diff --git a/util/applet/gppro_upload.bat b/util/applet/gppro_upload.bat
deleted file mode 100644
index 50a41d7..0000000
--- a/util/applet/gppro_upload.bat
+++ /dev/null
@@ -1,14 +0,0 @@
-if "%1" == "" {
- set err=yes
-}
-if "%2" == "" {
- set err=yes
-}
-if "%err" == "yes" {
- echo "gppro_upload.bat <AID> <CAP file>"
- exit
-}
-gp.exe -deletedeps -verbose -delete %1
-gp.exe -install %2 -verbose -d
-
-
diff --git a/util/applet/gppro_upload.sh b/util/applet/gppro_upload.sh
deleted file mode 100755
index 055d51d..0000000
--- a/util/applet/gppro_upload.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/env bash
-if [ "$#" -ne 2 ]; then
- echo "gppro_upload.sh <AID> <CAP file>" >&2
- exit 1
-fi
-
-java -jar gp.jar -deletedeps -verbose -delete $1
-java -jar gp.jar -install $2 -verbose -d
-
-
diff --git a/util/applet/gppro_upload_emv.bat b/util/applet/gppro_upload_emv.bat
deleted file mode 100644
index 4094623..0000000
--- a/util/applet/gppro_upload_emv.bat
+++ /dev/null
@@ -1,15 +0,0 @@
-if "%1" == "" {
- set err=yes
-}
-if "%2" == "" {
- set err=yes
-}
-if "%err" == "yes" {
- echo "gppro_upload_emv.bat <AID> <CAP file>"
- exit
-}
-
-gp.exe -deletedeps -verbose -emv -delete %1
-gp.exe -install %2 -verbose -emv -d
-
-
diff --git a/util/applet/gppro_upload_emv.sh b/util/applet/gppro_upload_emv.sh
deleted file mode 100755
index 9e1a62e..0000000
--- a/util/applet/gppro_upload_emv.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/env bash
-if [ "$#" -ne 2 ]; then
- echo "gppro_upload.sh <AID> <CAP file>" >&2
- exit 1
-fi
-
-java -jar gp.jar --deletedeps --verbose -emv --delete $1
-java -jar gp.jar --install $2 --verbose --emv -d
-
-
diff --git a/util/applet/libeay32.dll b/util/applet/libeay32.dll
deleted file mode 100644
index b59a6b4..0000000
--- a/util/applet/libeay32.dll
+++ /dev/null
Binary files differ
diff --git a/util/applet/openkms-gp.jar b/util/applet/openkms-gp.jar
deleted file mode 100644
index 9cd5de5..0000000
--- a/util/applet/openkms-gp.jar
+++ /dev/null
Binary files differ
diff --git a/util/applet/ssleay32.dll b/util/applet/ssleay32.dll
deleted file mode 100644
index e8fabb6..0000000
--- a/util/applet/ssleay32.dll
+++ /dev/null
Binary files differ
diff --git a/util/applet/zlib1.dll b/util/applet/zlib1.dll
deleted file mode 100644
index 31996cd..0000000
--- a/util/applet/zlib1.dll
+++ /dev/null
Binary files differ