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