调整目录结构
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
build_tools/Tools/jcdk222/api_export_files/javacardx/external/javacard/external.exp
vendored
Normal file
BIN
build_tools/Tools/jcdk222/api_export_files/javacardx/external/javacard/external.exp
vendored
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
25
build_tools/Tools/jcdk222/bin/apdutool.bat
Normal file
25
build_tools/Tools/jcdk222/bin/apdutool.bat
Normal file
@@ -0,0 +1,25 @@
|
||||
@echo off
|
||||
REM
|
||||
REM Copyright 2005 Sun Microsystems, Inc. All rights reserved.
|
||||
REM Use is subject to license terms.
|
||||
REM
|
||||
|
||||
if "%OS%" == "Windows_NT" setlocal
|
||||
|
||||
if not "%JAVA_HOME%" == "" goto check_tool
|
||||
echo Please set the JAVA_HOME environment variable.
|
||||
goto end
|
||||
|
||||
:check_tool
|
||||
if not "%JC_HOME%" == "" goto doit
|
||||
echo Please set the JC_HOME environment variable.
|
||||
goto end
|
||||
|
||||
:doit
|
||||
set _CLASSES=%JC_HOME%\lib\apduio.jar;%JC_HOME%\lib\apdutool.jar;%JC_HOME%\lib\jcwde.jar;%JC_HOME%\lib\converter.jar;%JC_HOME%\lib\scriptgen.jar;%JC_HOME%\lib\offcardverifier.jar;%JC_HOME%\lib\api.jar;%JC_HOME%\lib\installer.jar;%JC_HOME%\lib\capdump.jar;%JC_HOME%\samples\classes;%CLASSPATH%;
|
||||
|
||||
"%JAVA_HOME%\bin\java" -classpath %_CLASSES% com.sun.javacard.apdutool.Main %*
|
||||
goto end
|
||||
|
||||
:end
|
||||
if "%OS%" == "Windows_NT" endlocal
|
||||
25
build_tools/Tools/jcdk222/bin/capdump.bat
Normal file
25
build_tools/Tools/jcdk222/bin/capdump.bat
Normal file
@@ -0,0 +1,25 @@
|
||||
@echo off
|
||||
REM
|
||||
REM Copyright 2005 Sun Microsystems, Inc. All rights reserved.
|
||||
REM Use is subject to license terms.
|
||||
REM
|
||||
|
||||
if "%OS%" == "Windows_NT" setlocal
|
||||
|
||||
if not "%JAVA_HOME%" == "" goto check_tool
|
||||
echo Please set the JAVA_HOME environment variable.
|
||||
goto end
|
||||
|
||||
:check_tool
|
||||
if not "%JC_HOME%" == "" goto doit
|
||||
echo Please set the JC_HOME environment variable.
|
||||
goto end
|
||||
|
||||
:doit
|
||||
set _CLASSES=%JC_HOME%\lib\apduio.jar;%JC_HOME%\lib\apdutool.jar;%JC_HOME%\lib\jcwde.jar;%JC_HOME%\lib\converter.jar;%JC_HOME%\lib\scriptgen.jar;%JC_HOME%\lib\offcardverifier.jar;%JC_HOME%\lib\api.jar;%JC_HOME%\lib\installer.jar;%JC_HOME%\lib\capdump.jar;%JC_HOME%\samples\classes;%CLASSPATH%;
|
||||
|
||||
%JAVA_HOME%\bin\java -classpath %_CLASSES% com.sun.javacard.capdump.CapDump %*
|
||||
goto end
|
||||
|
||||
:end
|
||||
if "%OS%" == "Windows_NT" endlocal
|
||||
25
build_tools/Tools/jcdk222/bin/capgen.bat
Normal file
25
build_tools/Tools/jcdk222/bin/capgen.bat
Normal file
@@ -0,0 +1,25 @@
|
||||
@echo off
|
||||
REM
|
||||
REM Copyright 2005 Sun Microsystems, Inc. All rights reserved.
|
||||
REM Use is subject to license terms.
|
||||
REM
|
||||
|
||||
if "%OS%" == "Windows_NT" setlocal
|
||||
|
||||
if not "%JAVA_HOME%" == "" goto check_tool
|
||||
echo Please set the JAVA_HOME environment variable.
|
||||
goto end
|
||||
|
||||
:check_tool
|
||||
if not "%JC_HOME%" == "" goto doit
|
||||
echo Please set the JC_HOME environment variable.
|
||||
goto end
|
||||
|
||||
:doit
|
||||
set _CLASSES=%JC_HOME%\lib\apduio.jar;%JC_HOME%\lib\apdutool.jar;%JC_HOME%\lib\jcwde.jar;%JC_HOME%\lib\converter.jar;%JC_HOME%\lib\scriptgen.jar;%JC_HOME%\lib\offcardverifier.jar;%JC_HOME%\lib\api.jar;%JC_HOME%\lib\installer.jar;%JC_HOME%\lib\capdump.jar;%JC_HOME%\samples\classes;%CLASSPATH%;
|
||||
|
||||
%JAVA_HOME%\bin\java -classpath %_CLASSES% com.sun.javacard.jcasm.cap.Main %*
|
||||
goto end
|
||||
|
||||
:end
|
||||
if "%OS%" == "Windows_NT" endlocal
|
||||
25
build_tools/Tools/jcdk222/bin/converter.bat
Normal file
25
build_tools/Tools/jcdk222/bin/converter.bat
Normal file
@@ -0,0 +1,25 @@
|
||||
@echo off
|
||||
REM
|
||||
REM Copyright 2005 Sun Microsystems, Inc. All rights reserved.
|
||||
REM Use is subject to license terms.
|
||||
REM
|
||||
|
||||
if "%OS%" == "Windows_NT" setlocal
|
||||
|
||||
if not "%JAVA_HOME%" == "" goto check_tool
|
||||
echo Please set the JAVA_HOME environment variable.
|
||||
goto end
|
||||
|
||||
:check_tool
|
||||
if not "%JC_HOME%" == "" goto doit
|
||||
echo Please set the JC_HOME environment variable.
|
||||
goto end
|
||||
|
||||
:doit
|
||||
set _CLASSES=%JC_HOME%\lib\apduio.jar;%JC_HOME%\lib\apdutool.jar;%JC_HOME%\lib\jcwde.jar;%JC_HOME%\lib\converter.jar;%JC_HOME%\lib\scriptgen.jar;%JC_HOME%\lib\offcardverifier.jar;%JC_HOME%\lib\api.jar;%JC_HOME%\lib\installer.jar;%JC_HOME%\lib\capdump.jar;%JC_HOME%\samples\classes;%CLASSPATH%;
|
||||
|
||||
%JAVA_HOME%\bin\java -classpath %_CLASSES% com.sun.javacard.converter.Converter %*
|
||||
goto end
|
||||
|
||||
:end
|
||||
if "%OS%" == "Windows_NT" endlocal
|
||||
BIN
build_tools/Tools/jcdk222/bin/cref.eeprom
Normal file
BIN
build_tools/Tools/jcdk222/bin/cref.eeprom
Normal file
Binary file not shown.
BIN
build_tools/Tools/jcdk222/bin/cref.exe
Normal file
BIN
build_tools/Tools/jcdk222/bin/cref.exe
Normal file
Binary file not shown.
25
build_tools/Tools/jcdk222/bin/exp2text.bat
Normal file
25
build_tools/Tools/jcdk222/bin/exp2text.bat
Normal file
@@ -0,0 +1,25 @@
|
||||
@echo off
|
||||
REM
|
||||
REM Copyright 2005 Sun Microsystems, Inc. All rights reserved.
|
||||
REM Use is subject to license terms.
|
||||
REM
|
||||
|
||||
if "%OS%" == "Windows_NT" setlocal
|
||||
|
||||
if not "%JAVA_HOME%" == "" goto check_tool
|
||||
echo Please set the JAVA_HOME environment variable.
|
||||
goto end
|
||||
|
||||
:check_tool
|
||||
if not "%JC_HOME%" == "" goto doit
|
||||
echo Please set the JC_HOME environment variable.
|
||||
goto end
|
||||
|
||||
:doit
|
||||
set _CLASSES=%JC_HOME%\lib\apduio.jar;%JC_HOME%\lib\apdutool.jar;%JC_HOME%\lib\jcwde.jar;%JC_HOME%\lib\converter.jar;%JC_HOME%\lib\scriptgen.jar;%JC_HOME%\lib\offcardverifier.jar;%JC_HOME%\lib\api.jar;%JC_HOME%\lib\installer.jar;%JC_HOME%\lib\capdump.jar;%JC_HOME%\samples\classes;%CLASSPATH%;
|
||||
|
||||
%JAVA_HOME%\bin\java -classpath %_CLASSES% com.sun.javacard.converter.Exp2Text %*
|
||||
goto end
|
||||
|
||||
:end
|
||||
if "%OS%" == "Windows_NT" endlocal
|
||||
25
build_tools/Tools/jcdk222/bin/jcwde.bat
Normal file
25
build_tools/Tools/jcdk222/bin/jcwde.bat
Normal file
@@ -0,0 +1,25 @@
|
||||
@echo off
|
||||
REM
|
||||
REM Copyright 2005 Sun Microsystems, Inc. All rights reserved.
|
||||
REM Use is subject to license terms.
|
||||
REM
|
||||
|
||||
if "%OS%" == "Windows_NT" setlocal
|
||||
|
||||
if not "%JAVA_HOME%" == "" goto check_tool
|
||||
echo Please set the JAVA_HOME environment variable.
|
||||
goto end
|
||||
|
||||
:check_tool
|
||||
if not "%JC_HOME%" == "" goto doit
|
||||
echo Please set the JC_HOME environment variable.
|
||||
goto end
|
||||
|
||||
:doit
|
||||
set _CLASSES=%JC_HOME%\lib\apduio.jar;%JC_HOME%\lib\apdutool.jar;%JC_HOME%\lib\jcwde.jar;%JC_HOME%\lib\converter.jar;%JC_HOME%\lib\scriptgen.jar;%JC_HOME%\lib\offcardverifier.jar;%JC_HOME%\lib\api.jar;%JC_HOME%\lib\installer.jar;%JC_HOME%\lib\capdump.jar;%JC_HOME%\samples\classes;%CLASSPATH%;
|
||||
|
||||
%JAVA_HOME%\bin\java -classpath %_CLASSES% com.sun.javacard.jcwde.Main %*
|
||||
goto end
|
||||
|
||||
:end
|
||||
if "%OS%" == "Windows_NT" endlocal
|
||||
BIN
build_tools/Tools/jcdk222/bin/jpcsclite.dll
Normal file
BIN
build_tools/Tools/jcdk222/bin/jpcsclite.dll
Normal file
Binary file not shown.
25
build_tools/Tools/jcdk222/bin/scriptgen.bat
Normal file
25
build_tools/Tools/jcdk222/bin/scriptgen.bat
Normal file
@@ -0,0 +1,25 @@
|
||||
@echo off
|
||||
REM
|
||||
REM Copyright 2005 Sun Microsystems, Inc. All rights reserved.
|
||||
REM Use is subject to license terms.
|
||||
REM
|
||||
|
||||
if "%OS%" == "Windows_NT" setlocal
|
||||
|
||||
if not "%JAVA_HOME%" == "" goto check_tool
|
||||
echo Please set the JAVA_HOME environment variable.
|
||||
goto end
|
||||
|
||||
:check_tool
|
||||
if not "%JC_HOME%" == "" goto doit
|
||||
echo Please set the JC_HOME environment variable.
|
||||
goto end
|
||||
|
||||
:doit
|
||||
set _CLASSES=%JC_HOME%\lib\apduio.jar;%JC_HOME%\lib\apdutool.jar;%JC_HOME%\lib\jcwde.jar;%JC_HOME%\lib\converter.jar;%JC_HOME%\lib\scriptgen.jar;%JC_HOME%\lib\offcardverifier.jar;%JC_HOME%\lib\api.jar;%JC_HOME%\lib\installer.jar;%JC_HOME%\lib\capdump.jar;%JC_HOME%\samples\classes;%CLASSPATH%;
|
||||
|
||||
"%JAVA_HOME%"\bin\java -classpath %_CLASSES% com.sun.javacard.scriptgen.Main %*
|
||||
goto end
|
||||
|
||||
:end
|
||||
if "%OS%" == "Windows_NT" endlocal
|
||||
25
build_tools/Tools/jcdk222/bin/verifycap.bat
Normal file
25
build_tools/Tools/jcdk222/bin/verifycap.bat
Normal file
@@ -0,0 +1,25 @@
|
||||
@echo off
|
||||
REM
|
||||
REM Copyright 2005 Sun Microsystems, Inc. All rights reserved.
|
||||
REM Use is subject to license terms.
|
||||
REM
|
||||
|
||||
if "%OS%" == "Windows_NT" setlocal
|
||||
|
||||
if not "%JAVA_HOME%" == "" goto check_tool
|
||||
echo Please set the JAVA_HOME environment variable.
|
||||
goto end
|
||||
|
||||
:check_tool
|
||||
if not "%JC_HOME%" == "" goto doit
|
||||
echo Please set the JC_HOME environment variable.
|
||||
goto end
|
||||
|
||||
:doit
|
||||
set _CLASSES=%JC_HOME%\lib\apduio.jar;%JC_HOME%\lib\apdutool.jar;%JC_HOME%\lib\jcwde.jar;%JC_HOME%\lib\converter.jar;%JC_HOME%\lib\scriptgen.jar;%JC_HOME%\lib\offcardverifier.jar;%JC_HOME%\lib\api.jar;%JC_HOME%\lib\installer.jar;%JC_HOME%\lib\capdump.jar;%JC_HOME%\samples\classes;%CLASSPATH%;
|
||||
|
||||
%JAVA_HOME%\bin\java -classpath %_CLASSES% com.sun.javacard.offcardverifier.Verifier %*
|
||||
goto end
|
||||
|
||||
:end
|
||||
if "%OS%" == "Windows_NT" endlocal
|
||||
25
build_tools/Tools/jcdk222/bin/verifyexp.bat
Normal file
25
build_tools/Tools/jcdk222/bin/verifyexp.bat
Normal file
@@ -0,0 +1,25 @@
|
||||
@echo off
|
||||
REM
|
||||
REM Copyright 2005 Sun Microsystems, Inc. All rights reserved.
|
||||
REM Use is subject to license terms.
|
||||
REM
|
||||
|
||||
if "%OS%" == "Windows_NT" setlocal
|
||||
|
||||
if not "%JAVA_HOME%" == "" goto check_tool
|
||||
echo Please set the JAVA_HOME environment variable.
|
||||
goto end
|
||||
|
||||
:check_tool
|
||||
if not "%JC_HOME%" == "" goto doit
|
||||
echo Please set the JC_HOME environment variable.
|
||||
goto end
|
||||
|
||||
:doit
|
||||
set _CLASSES=%JC_HOME%\lib\apduio.jar;%JC_HOME%\lib\apdutool.jar;%JC_HOME%\lib\jcwde.jar;%JC_HOME%\lib\converter.jar;%JC_HOME%\lib\scriptgen.jar;%JC_HOME%\lib\offcardverifier.jar;%JC_HOME%\lib\api.jar;%JC_HOME%\lib\installer.jar;%JC_HOME%\lib\capdump.jar;%JC_HOME%\samples\classes;%CLASSPATH%;
|
||||
|
||||
%JAVA_HOME%\bin\java -classpath %_CLASSES% com.sun.javacard.offcardverifier.VerifyExp %*
|
||||
goto end
|
||||
|
||||
:end
|
||||
if "%OS%" == "Windows_NT" endlocal
|
||||
25
build_tools/Tools/jcdk222/bin/verifyrev.bat
Normal file
25
build_tools/Tools/jcdk222/bin/verifyrev.bat
Normal file
@@ -0,0 +1,25 @@
|
||||
@echo off
|
||||
REM
|
||||
REM Copyright 2005 Sun Microsystems, Inc. All rights reserved.
|
||||
REM Use is subject to license terms.
|
||||
REM
|
||||
|
||||
if "%OS%" == "Windows_NT" setlocal
|
||||
|
||||
if not "%JAVA_HOME%" == "" goto check_tool
|
||||
echo Please set the JAVA_HOME environment variable.
|
||||
goto end
|
||||
|
||||
:check_tool
|
||||
if not "%JC_HOME%" == "" goto doit
|
||||
echo Please set the JC_HOME environment variable.
|
||||
goto end
|
||||
|
||||
:doit
|
||||
set _CLASSES=%JC_HOME%\lib\apduio.jar;%JC_HOME%\lib\apdutool.jar;%JC_HOME%\lib\jcwde.jar;%JC_HOME%\lib\converter.jar;%JC_HOME%\lib\scriptgen.jar;%JC_HOME%\lib\offcardverifier.jar;%JC_HOME%\lib\api.jar;%JC_HOME%\lib\installer.jar;%JC_HOME%\lib\capdump.jar;%JC_HOME%\samples\classes;%CLASSPATH%;
|
||||
|
||||
%JAVA_HOME%\bin\java -classpath %_CLASSES% com.sun.javacard.offcardverifier.VerifyRev %*
|
||||
goto end
|
||||
|
||||
:end
|
||||
if "%OS%" == "Windows_NT" endlocal
|
||||
BIN
build_tools/Tools/jcdk222/lib/apduio.jar
Normal file
BIN
build_tools/Tools/jcdk222/lib/apduio.jar
Normal file
Binary file not shown.
BIN
build_tools/Tools/jcdk222/lib/apdutool.jar
Normal file
BIN
build_tools/Tools/jcdk222/lib/apdutool.jar
Normal file
Binary file not shown.
BIN
build_tools/Tools/jcdk222/lib/api.jar
Normal file
BIN
build_tools/Tools/jcdk222/lib/api.jar
Normal file
Binary file not shown.
BIN
build_tools/Tools/jcdk222/lib/api_16.jar
Normal file
BIN
build_tools/Tools/jcdk222/lib/api_16.jar
Normal file
Binary file not shown.
BIN
build_tools/Tools/jcdk222/lib/capdump.jar
Normal file
BIN
build_tools/Tools/jcdk222/lib/capdump.jar
Normal file
Binary file not shown.
BIN
build_tools/Tools/jcdk222/lib/converter.jar
Normal file
BIN
build_tools/Tools/jcdk222/lib/converter.jar
Normal file
Binary file not shown.
BIN
build_tools/Tools/jcdk222/lib/installer.jar
Normal file
BIN
build_tools/Tools/jcdk222/lib/installer.jar
Normal file
Binary file not shown.
BIN
build_tools/Tools/jcdk222/lib/javacardframework.jar
Normal file
BIN
build_tools/Tools/jcdk222/lib/javacardframework.jar
Normal file
Binary file not shown.
BIN
build_tools/Tools/jcdk222/lib/jcclientsamples.jar
Normal file
BIN
build_tools/Tools/jcdk222/lib/jcclientsamples.jar
Normal file
Binary file not shown.
BIN
build_tools/Tools/jcdk222/lib/jcrmiclientframework.jar
Normal file
BIN
build_tools/Tools/jcdk222/lib/jcrmiclientframework.jar
Normal file
Binary file not shown.
BIN
build_tools/Tools/jcdk222/lib/jcwde.jar
Normal file
BIN
build_tools/Tools/jcdk222/lib/jcwde.jar
Normal file
Binary file not shown.
BIN
build_tools/Tools/jcdk222/lib/jcwde_16.jar
Normal file
BIN
build_tools/Tools/jcdk222/lib/jcwde_16.jar
Normal file
Binary file not shown.
BIN
build_tools/Tools/jcdk222/lib/offcardverifier.jar
Normal file
BIN
build_tools/Tools/jcdk222/lib/offcardverifier.jar
Normal file
Binary file not shown.
BIN
build_tools/Tools/jcdk222/lib/scriptgen.jar
Normal file
BIN
build_tools/Tools/jcdk222/lib/scriptgen.jar
Normal file
Binary file not shown.
Reference in New Issue
Block a user