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 "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_fbservapi.exe . |
|
18 copy ..\release\armv5\urel\t_graphicswservapi.exe . |
|
19 copy ..\release\armv5\urel\t_graphicsbitgdiapi.exe . |
|
20 copy ..\release\armv5\urel\t_graphicsfntstoreapi.exe . |
|
21 copy ..\release\armv5\urel\t_animplugin.dll . |
|
22 copy ..\release\armv5\urel\TWsGraphicShare.exe . |
|
23 copy ..\release\armv5\urel\TWsGraphicUnshare.exe . |
|
24 |
|
25 md t_fbservapi |
|
26 copy ..\data\z\graphics\t_fbservapi\empty_file.txt .\t_fbservapi |
|
27 copy ..\data\z\graphics\t_fbservapi\testfontfb.gdr .\t_fbservapi |
|
28 copy ..\data\z\graphics\t_fbservapi\test_bitmap.mbm .\t_fbservapi |
|
29 copy ..\data\z\graphics\t_fbservapi\test_bitmap_offset8.mbm .\t_fbservapi |
|
30 copy ..\data\z\graphics\t_fbservapi\scaniline_10bytes.txt .\t_fbservapi |
|
31 copy ..\data\z\graphics\t_fbservapi\test_bitmap_24bit_400x300.mbm .\t_fbservapi |
|
32 copy ..\data\z\graphics\t_fbservapi\test_bitmap_32x8.mbm .\t_fbservapi |
|
33 copy ..\data\z\graphics\t_fbservapi\test_bitmap_rom.rbm .\t_fbservapi |
|
34 |
|
35 md wserv |
|
36 copy ..\data\z\graphics\wserv\test_alpha.mbm .\wserv |
|
37 copy ..\data\z\graphics\wserv\test_board.mbm .\wserv |
|
38 copy ..\data\z\graphics\wserv\test_mask.mbm .\wserv |
|
39 |
|
40 md bitgdi |
|
41 copy ..\data\z\graphics\bitgdi\test_rwssprite_bitmap.mbm .\bitgdi |
|
42 |
|
43 md fntstore |
|
44 copy ..\data\z\graphics\fntstore\dummy .\fntstore |
|
45 copy ..\data\z\graphics\fntstore\dummy_2 .\fntstore |
|
46 copy ..\data\z\graphics\fntstore\testfontws.gdr .\fntstore |
|
47 |
|
48 call makesis t_fbservapi.pkg t_fbservapi.sis |
|
49 call makesis t_wservapi.pkg t_wservapi.sis |
|
50 call makesis t_bitgdiapi.pkg t_bitgdiapi.sis |
|
51 call makesis t_fntstoreapi.pkg t_fntstoreapi.sis |
|
52 |
|
53 call signsis -s t_fbservapi.sis t_fbservapi.sis zeus.cer SymbianACS.key caforstat |
|
54 call signsis -s t_wservapi.sis t_wservapi.sis zeus.cer SymbianACS.key caforstat |
|
55 call signsis -s t_bitgdiapi.sis t_bitgdiapi.sis zeus.cer SymbianACS.key caforstat |
|
56 call signsis -s t_fntstoreapi.sis t_fntstoreapi.sis zeus.cer SymbianACS.key caforstat |
|
57 |
|