equal
deleted
inserted
replaced
|
1 @echo off |
|
2 rem For flash test stub (centrepswiteststub.sis) see testexecute/SWI/data/dosis.bat |
|
3 rem |
|
4 rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
5 rem All rights reserved. |
|
6 rem This component and the accompanying materials are made available |
|
7 rem under the terms of "Eclipse Public License v1.0" |
|
8 rem which accompanies this distribution, and is available |
|
9 rem at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
10 rem |
|
11 rem Initial Contributors: |
|
12 rem Nokia Corporation - initial contribution. |
|
13 rem |
|
14 rem Contributors: |
|
15 rem |
|
16 rem Description: |
|
17 rem |
|
18 @echo on |
|
19 |
|
20 rem Make and sign the RF1 package. |
|
21 makesis RF1.pkg |
|
22 signsis -S RF1.sis RF1.sis testexecute\SWI\data\certstore\centreproot.pem testexecute\SWI\data\certstore\centreproot.key |
|
23 |
|
24 makesis RF2.pkg |
|
25 signsis -S RF2.sis RF2.sis testexecute\SWI\data\certstore\centreproot.pem testexecute\SWI\data\certstore\centreproot.key |
|
26 |
|
27 makesis RF3.pkg |
|
28 signsis -S RF3.sis RF3.sis testexecute\SWI\data\certstore\centreproot.pem testexecute\SWI\data\certstore\centreproot.key |
|
29 |
|
30 makesis RF4.pkg |
|
31 signsis -S RF4.sis RF4.sis testexecute\SWI\data\certstore\centreproot.pem testexecute\SWI\data\certstore\centreproot.key |