equal
deleted
inserted
replaced
|
1 // Copyright (c) 2003-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 // Using relative paths for sourcepath and user includes |
|
15 // |
|
16 // |
|
17 |
|
18 TARGET tgridtestserver.exe |
|
19 TARGETTYPE exe |
|
20 UID 0x1000007A 0x10004c75 |
|
21 VENDORID 0x70000001 |
|
22 |
|
23 CAPABILITY All -Tcb |
|
24 |
|
25 SOURCEPATH . |
|
26 SOURCE TGridTestServer.cpp |
|
27 SOURCE TGlayStep.cpp |
|
28 SOURCE TCOGRDSTEP.CPP |
|
29 SOURCE TESTIMG.CPP |
|
30 SOURCE COEGRID2.CPP |
|
31 SOURCE TGRID0STEP.CPP |
|
32 SOURCE TIMG0.CPP |
|
33 SOURCE COEGRID.CPP |
|
34 SOURCEPATH ../../../../appsupport/appfw/uiftestfw/src |
|
35 SOURCE appfwk_tmsteststep.cpp |
|
36 |
|
37 USERINCLUDE ../../../../appsupport/appfw/uiftestfw/inc |
|
38 USERINCLUDE ../tef |
|
39 MW_LAYER_SYSTEMINCLUDE |
|
40 |
|
41 |
|
42 LIBRARY euser.lib efsrv.lib estor.lib grid.lib gdi.lib ws32.lib |
|
43 LIBRARY bafl.lib cone.lib |
|
44 LIBRARY testexecuteutils.lib appfwk_test_appui.lib |
|
45 LIBRARY testexecutelogclient.lib |
|
46 |
|
47 //#ifdef WINS |
|
48 //deffile tcogrd.def |
|
49 //#endif |
|
50 |
|
51 #if defined(WINSCW) |
|
52 DEFFILE ../bwins/TGRIDTESTSERVER.DEF |
|
53 #else |
|
54 DEFFILE ../eabi/TGRIDTESTSERVER.def |
|
55 #endif |
|
56 |
|
57 // We're quite heavy on the stack... 4k in WinS isn't enough... |
|
58 EPOCSTACKSIZE 0x6000 |
|
59 |
|
60 SMPSAFE |