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
|
|
5 |
@rem under the terms of the License "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".
|
|
8 |
@rem
|
|
9 |
@rem Initial Contributors:
|
|
10 |
@rem Nokia Corporation - initial contribution.
|
|
11 |
@rem
|
|
12 |
@rem Contributors:
|
|
13 |
@rem
|
|
14 |
@rem Description:
|
|
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 |