|
1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 /** |
|
17 @file |
|
18 @test |
|
19 @internalComponent - Internal Symbian test code |
|
20 */ |
|
21 |
|
22 |
|
23 TARGET tfbsserver.exe |
|
24 TARGETTYPE exe |
|
25 UID 0x1000007A 0x10273364 |
|
26 VENDORID 0x70000001 |
|
27 |
|
28 CAPABILITY All -Tcb -AllFiles |
|
29 |
|
30 userinclude ../../../graphicstest/graphicstestharness/inc |
|
31 userinclude ../tfbs ../sfbs ../inc |
|
32 userinclude ../trasterizer/src |
|
33 |
|
34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
35 OS_LAYER_ESTLIB_SYSTEMINCLUDE |
|
36 |
|
37 SOURCEPATH . |
|
38 SOURCEPATH ../tfbs |
|
39 SOURCE TFbsServer.cpp |
|
40 SOURCE TALLOC.CPP |
|
41 SOURCE TBITMAP.CPP |
|
42 SOURCE TCLEAN.CPP |
|
43 SOURCE TFBS.CPP |
|
44 SOURCE tcompressed.cpp |
|
45 SOURCE TRalc.cpp |
|
46 SOURCE TFBSDefect.cpp |
|
47 SOURCE TStreamIdCache.cpp |
|
48 SOURCE TSecureFBS.CPP |
|
49 SOURCE trfile.cpp |
|
50 SOURCE TGetAllBitmapsCapability.cpp |
|
51 SOURCE tipctest.CPP |
|
52 SOURCE tfbsbase.cpp |
|
53 SOURCE textendedbitmap.cpp |
|
54 SOURCE textendedbitmapnegative.cpp |
|
55 SOURCE textendedbitmaplegacy.cpp |
|
56 SOURCE textendedbitmappanic.cpp |
|
57 SOURCE twdp.cpp |
|
58 |
|
59 |
|
60 SOURCEPATH ../sfbs |
|
61 SOURCE FbsRalc.cpp |
|
62 SOURCE FBSMBMC.CPP |
|
63 SOURCE ShiftedFileStore.cpp |
|
64 |
|
65 |
|
66 LIBRARY euser.lib |
|
67 LIBRARY efsrv.lib |
|
68 LIBRARY fntstr.lib |
|
69 LIBRARY estor.lib |
|
70 LIBRARY gdi.lib |
|
71 LIBRARY fbscli.lib |
|
72 LIBRARY bafl.lib |
|
73 library ecom.lib |
|
74 library bitgdi.lib |
|
75 LIBRARY testexecuteutils.lib |
|
76 LIBRARY tgraphicsharness.lib |
|
77 LIBRARY testexecutelogclient.lib |
|
78 library lookuptable.lib |
|
79 LIBRARY hal.lib |
|
80 |
|
81 #if defined(WINS) |
|
82 LIBRARY fontinjector.lib |
|
83 #endif |
|
84 |
|
85 #if !defined(WINS) |
|
86 LIBRARY viewsrv.lib |
|
87 #endif |
|
88 |
|
89 // We're quite heavy on the stack... 4k in WinS isn't enough... |
|
90 EPOCSTACKSIZE 0xf000 |
|
91 |
|
92 SMPSAFE |