author | John Imhofe <john.imhofe@nokia.com> |
Mon, 21 Dec 2009 16:14:42 +0000 | |
changeset 15 | 4122176ea935 |
parent 0 | a41df078684a |
permissions | -rw-r--r-- |
0 | 1 |
@rem |
2 |
@rem Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 |
@rem All rights reserved. |
|
4 |
@rem This component and the accompanying materials are made available |
|
15
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
5 |
@rem under the terms of "Eclipse Public License v1.0" |
0 | 6 |
@rem which accompanies this distribution, and is available |
7 |
@rem at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 |
@rem |
|
9 |
@rem Initial Contributors: |
|
10 |
@rem Nokia Corporation - initial contribution. |
|
11 |
@rem |
|
12 |
@rem Contributors: |
|
13 |
@rem |
|
15
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
14 |
@rem Description: |
0 | 15 |
@rem |
16 |
||
17 |
copy ..\release\armv5\urel\T_SfSrv.exe . |
|
18 |
copy ..\release\armv5\urel\t_prompt.exe . |
|
19 |
copy ..\release\armv5\urel\t_fat32server.exe . |
|
20 |
copy ..\release\armv5\urel\t_perf.exe . |
|
21 |
||
22 |
copy ..\release\armv5\urel\T_TESTFSY1.fsy |
|
23 |
copy ..\release\armv5\urel\T_TestFXT.fxt |
|
24 |
||
25 |
call makesis t_sfsrv.pkg t_sfsrv.sis |
|
26 |
call makesis t_perf.pkg t_perf.sis |
|
27 |
call makesis t_fat32.pkg t_fat32.sis |
|
28 |
call makesis dualdrive.pkg dualdrive.sis |
|
29 |
||
30 |
call signsis -s t_sfsrv.sis t_sfsrv.sis zeus.cer SymbianACS.key caforstat |
|
31 |
call signsis -s t_perf.sis t_perf.sis zeus.cer SymbianACS.key caforstat |
|
32 |
call signsis -s t_fat32.sis t_fat32.sis zeus.cer SymbianACS.key caforstat |
|
33 |
call signsis -s dualdrive.sis dualdrive.sis zeus.cer SymbianACS.key caforstat |