diff -r 000000000000 -r 3ce708148e4d pnpmobileservices/pnpms/install/udeb/MakeRndSignedPatchFor30.bat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pnpmobileservices/pnpms/install/udeb/MakeRndSignedPatchFor30.bat Thu Dec 17 08:40:12 2009 +0200 @@ -0,0 +1,30 @@ +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 "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: Implementation of PnPMS components +rem + +makesis "PnpPaos_S3-0_patch_udeb.pkg" +signsis "PnpPaos_S3-0_patch_udeb.SIS" PnpPaos_S3-0_signed.sis \s60\AppinstUi\internal\RD_RootCA\rd.cer \s60\AppinstUi\internal\RD_RootCA\rd-key.pem + +makesis "CentralRepositoryInit.pkg" +signsis "CentralRepositoryInit.SIS" CentralRepositoryInit_signed.sis \s60\AppinstUi\internal\RD_RootCA\rd.cer \s60\AppinstUi\internal\RD_RootCA\rd-key.pem + +makesis "Support_w_Paos_S3-0_patch_udeb.pkg" +signsis "Support_w_Paos_S3-0_patch_udeb.SIS" ServiceHelp_update_udeb__RnD_signed.sis \s60\AppinstUi\internal\RD_RootCA\rd.cer \s60\AppinstUi\internal\RD_RootCA\rd-key.pem + +del PnpPaos_S3-0_patch_udeb.SIS +del PnpPaos_S3-0_signed.sis +del CentralRepositoryInit.SIS +del CentralRepositoryInit_signed.sis +del Support_w_Paos_S3-0_patch_udeb.SIS \ No newline at end of file