1 // |
|
2 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 // All rights reserved. |
|
4 // This component and the accompanying materials are made available |
|
5 // under the terms of "Eclipse Public License v1.0" |
|
6 // which accompanies this distribution, and is available |
|
7 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 // |
|
9 // Initial Contributors: |
|
10 // Nokia Corporation - initial contribution. |
|
11 // |
|
12 // Contributors: |
|
13 // |
|
14 // Description: |
|
15 // |
|
16 |
|
17 RUN_UTILS MkDir ${SYSDRIVE}\graphics\ |
|
18 RUN_UTILS MkDir ${SYSDRIVE}\graphics\fntstore\ |
|
19 |
|
20 RUN_UTILS CopyFile z:\graphics\GRAPHICS-FNTSTORE-PublicApi.script ${SYSDRIVE}\graphics\GRAPHICS-FNTSTORE-PublicApi.script |
|
21 RUN_UTILS MakeReadWrite ${SYSDRIVE}\graphics\GRAPHICS-FNTSTORE-PublicApi.script |
|
22 RUN_UTILS CopyFile z:\graphics\t_graphics.tcs ${SYSDRIVE}\graphics\t_graphics.tcs |
|
23 RUN_UTILS MakeReadWrite ${SYSDRIVE}\graphics\t_graphics.tcs |
|
24 RUN_UTILS CopyFile z:\graphics\t_graphics_panic.tcs ${SYSDRIVE}\graphics\t_graphics_panic.tcs |
|
25 RUN_UTILS MakeReadWrite ${SYSDRIVE}\graphics\t_graphics_panic.tcs |
|
26 |
|
27 |
|
28 // T_DataFontStore |
|
29 RUN_UTILS CopyFile z:\graphics\graphics-fntstore-fntstore-publicapi.script ${SYSDRIVE}\graphics\graphics-fntstore-fntstore-publicapi.script |
|
30 RUN_UTILS MakeReadWrite ${SYSDRIVE}\graphics\graphics-fntstore-fntstore-publicapi.script |
|
31 RUN_UTILS CopyFile z:\graphics\graphics-fntstore-fntstore-publicapi.ini ${SYSDRIVE}\graphics\graphics-fntstore-fntstore-publicapi.ini |
|
32 RUN_UTILS MakeReadWrite ${SYSDRIVE}\graphics\graphics-fntstore-fntstore-publicapi.ini |
|
33 |
|
34 // T_DataBitmapFont |
|
35 RUN_UTILS CopyFile z:\graphics\graphics-fntstore-bitmapfont-publicapi.script ${SYSDRIVE}\graphics\graphics-fntstore-bitmapfont-publicapi.script |
|
36 RUN_UTILS MakeReadWrite ${SYSDRIVE}\graphics\graphics-fntstore-bitmapfont-publicapi.script |
|
37 RUN_UTILS CopyFile z:\graphics\graphics-fntstore-bitmapfont-publicapi.ini ${SYSDRIVE}\graphics\graphics-fntstore-bitmapfont-publicapi.ini |
|
38 RUN_UTILS MakeReadWrite ${SYSDRIVE}\graphics\graphics-fntstore-bitmapfont-publicapi.ini |
|
39 |
|
40 // T_DataOpenFontRasterizerContext |
|
41 RUN_UTILS CopyFile z:\graphics\GRAPHICS-fntstore-openfontrasterizercontext-PublicApi.script ${SYSDRIVE}\graphics\GRAPHICS-fntstore-openfontrasterizercontext-PublicApi.script |
|
42 RUN_UTILS MakeReadWrite ${SYSDRIVE}\graphics\GRAPHICS-fntstore-openfontrasterizercontext-PublicApi.script |
|
43 RUN_UTILS CopyFile z:\graphics\graphics-fntstore-openfontrasterizercontext-publicapi.ini ${SYSDRIVE}\graphics\graphics-fntstore-openfontrasterizercontext-publicapi.ini |
|
44 RUN_UTILS MakeReadWrite ${SYSDRIVE}\graphics\graphics-fntstore-openfontrasterizercontext-publicapi.ini |
|
45 |
|
46 RUN_UTILS MkDir \graphics\fntstore |
|
47 |
|
48 //datafile |
|
49 RUN_UTILS CopyFile z:\graphics\fntstore\dummy ${SYSDRIVE}\graphics\fntstore\dummy |
|
50 RUN_UTILS MakeReadWrite ${SYSDRIVE}\graphics\fntstore\dummy |
|
51 RUN_UTILS CopyFile z:\graphics\fntstore\dummy ${SYSDRIVE}\graphics\fntstore\dummy_2 |
|
52 RUN_UTILS MakeReadWrite ${SYSDRIVE}\graphics\fntstore\dummy_2 |
|
53 RUN_UTILS CopyFile z:\graphics\fntstore\testfontws.gdr ${SYSDRIVE}\graphics\fntstore\testfontws.gdr |
|
54 RUN_UTILS MakeReadWrite ${SYSDRIVE}\graphics\fntstore\testfontws.gdr |
|
55 RUN_UTILS CopyFile z:\graphics\fntstore\bad_entrysel ${SYSDRIVE}\graphics\fntstore\bad_entrysel |
|
56 RUN_UTILS MakeReadWrite ${SYSDRIVE}\graphics\fntstore\bad_entrysel |
|