installationservices/swi/test/trevocation/makeAllInteg.bat
changeset 0 ba25891c3a9e
child 25 7333d7932ef7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/installationservices/swi/test/trevocation/makeAllInteg.bat	Thu Dec 17 08:51:10 2009 +0200
@@ -0,0 +1,77 @@
+@rem
+@rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+@rem All rights reserved.
+@rem This component and the accompanying materials are made available
+@rem under the terms of the License "Eclipse Public License v1.0"
+@rem which accompanies this distribution, and is available
+@rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
+@rem
+@rem Initial Contributors:
+@rem Nokia Corporation - initial contribution.
+@rem
+@rem Contributors:
+@rem
+@rem Description:
+@rem
+
+@echo ON
+REM cls
+echo DO NOT RUN THIS PROGRAM - PRESS CTRL C to Cancel
+echo THIS PROGRAM REGENERATES ALL OF THE SIS FILES USED TO TEST DEVELOPER CERTIFICATE EXTENSIONS
+pause
+rmdir /S /Q sisInteg 
+
+REM The pkg files are hardcoded, but can be updated if needed
+mkdir sisInteg\winscw
+mkdir sisInteg\armv5 
+
+REM create the package files for WINSCW
+cd pkgInteg\winscw
+makesis ocsp_01.pkg
+makesis ocsp_02.pkg
+makesis ocsp_03.pkg
+makesis ocsp_04.pkg
+makesis ocsp_05.pkg
+
+REM Embedded Package file
+makesis ocsprevocation-sub1.pkg
+cd ..
+cd ..
+signsis pkgInteg\winscw\ocsprevocation-sub1.sis    pkgInteg\winscw\ocsprevocation-sub1.tmp %SECURITYSOURCEDIR%\installationservices\switestfw\testcertificates\swi\test\trevocation\ocsp\responder1\certTrev2.cert.pem %SECURITYSOURCEDIR%\installationservices\switestfw\testcertificates\swi\test\trevocation\ocsp\responder1\certTrev2.key.pem
+move	pkgInteg\winscw\ocsprevocation-sub1.tmp	   pkgInteg\winscw\ocsprevocation-sub1.sis
+cd      pkgInteg\winscw
+makesis ocsprevocation.pkg
+cd ..
+cd ..
+
+copy pkgInteg\winscw\*.sis sisInteg\winscw\*.sis
+
+
+
+REM create the package files for ARMV5
+cd pkgInteg\armv5
+makesis ocsp_01.pkg
+makesis ocsp_02.pkg
+makesis ocsp_03.pkg
+makesis ocsp_04.pkg
+
+REM Embedded Package file
+makesis ocsprevocation-sub1.pkg
+cd ..
+cd ..
+signsis pkgInteg\armv5\ocsprevocation-sub1.sis    pkgInteg\armv5\ocsprevocation-sub1.tmp %SECURITYSOURCEDIR%\installationservices\switestfw\testcertificates\swi\test\trevocation\ocsp\responder1\certTrev2.cert.pem %SECURITYSOURCEDIR%\installationservices\switestfw\testcertificates\swi\test\trevocation\ocsp\responder1\certTrev2.key.pem
+move    pkgInteg\armv5\ocsprevocation-sub1.tmp	  pkgInteg\armv5\ocsprevocation-sub1.sis
+cd      pkgInteg\armv5
+makesis ocsprevocation.pkg
+cd ..
+cd ..
+
+copy pkgInteg\armv5\*.sis sisInteg\armv5\*.sis
+
+
+call signFiles.bat winscw
+
+call signFiles.bat armv5
+
+:exit
+