Update contrib.
2 @rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
3 @rem All rights reserved.
4 @rem This component and the accompanying materials are made available
5 @rem under the terms of "Eclipse Public License v1.0"
6 @rem which accompanies this distribution, and is available
7 @rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 @rem Initial Contributors:
10 @rem Nokia Corporation - initial contribution.
17 call makesis -s -d%epocroot% EComPluginStub.pkg
19 rem This will create the first the SIS and then a signed SIs for WINSCW
20 call makesis -d%epocroot% EComPlugin1WINSCW.pkg
21 call signsis -S EComPlugin1WINSCW.SIS EComPlugin1WINSCWs.sis certstore\centreproot.pem certstore\centreproot.key
23 rem This will create the first the SIS and then a signed SIs for ARMV5
24 call makesis -d%epocroot% EComPlugin1ARM.pkg
25 call signsis -S EComPlugin1ARM.SIS EComPlugin1ARMs.sis certstore\centreproot.pem certstore\centreproot.key
27 rem This will create the first the SIS and then a signed SIs for WINSCW
28 call makesis -d%epocroot% EComPlugin1UpgWINSCW.pkg
29 call signsis -S EComPlugin1UpgWINSCW.SIS EComPlugin1UpgWINSCWs.sis certstore\centreproot.pem certstore\centreproot.key
31 rem This will create the first the SIS and then a signed SIs for ARMV5
32 call makesis -d%epocroot% EComPlugin1UpgARM.pkg
33 call signsis -S EComPlugin1UpgARM.SIS EComPlugin1UpgARMs.sis certstore\centreproot.pem certstore\centreproot.key
37 rem This will create the first the SIS and then a signed SIs for WINSCW
38 call makesis -d%epocroot% EComPlugin2WINSCW.pkg
39 call signsis -S EComPlugin2WINSCW.SIS EComPlugin2WINSCWs.sis certstore\centreproot.pem certstore\centreproot.key
41 rem This will create the first the SIS and then a signed SIs for ARMV5
42 call makesis -d%epocroot% EComPlugin2ARM.pkg
43 call signsis -S EComPlugin2ARM.SIS EComPlugin2ARMs.sis certstore\centreproot.pem certstore\centreproot.key
49 rem This will create the first the SIS and then a signed SIs for WINSCW
50 call makesis -d%epocroot% EComPlugin3UpgWINSCW.pkg
51 call signsis -S EComPlugin3UpgWINSCW.SIS EComPlugin3UpgWINSCWs.sis certstore\centreproot.pem certstore\centreproot.key
53 rem This will create the first the SIS and then a signed SIs for ARMV5
54 call makesis -d%epocroot% EComPlugin3UpgARM.pkg
55 call signsis -S EComPlugin3UpgARM.SIS EComPlugin3UpgARMs.sis certstore\centreproot.pem certstore\centreproot.key