equal
deleted
inserted
replaced
1 // Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
3 // This component and the accompanying materials are made available |
4 // under the terms of "Eclipse Public License v1.0" |
4 // under the terms of "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
28 CAPABILITY ProtServ |
28 CAPABILITY ProtServ |
29 |
29 |
30 userinclude ../../../graphicstest/graphicstestharness/inc |
30 userinclude ../../../graphicstest/graphicstestharness/inc |
31 userinclude ../tps ../inc |
31 userinclude ../tps ../inc |
32 |
32 |
33 OS_LAYER_SYSTEMINCLUDE |
33 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
34 |
35 |
35 SOURCEPATH . |
36 SOURCEPATH . |
36 SOURCEPATH ../tps |
37 SOURCEPATH ../tps |
37 SOURCE TPdrStoreServer.cpp |
38 SOURCE TPdrStoreServer.cpp |
38 SOURCE T_PDRLST.CPP |
39 SOURCE T_PDRLST.CPP |
48 LIBRARY pdrstr.lib |
49 LIBRARY pdrstr.lib |
49 LIBRARY testexecuteutils.lib |
50 LIBRARY testexecuteutils.lib |
50 LIBRARY tgraphicsharness.lib |
51 LIBRARY tgraphicsharness.lib |
51 LIBRARY testexecutelogclient.lib |
52 LIBRARY testexecutelogclient.lib |
52 |
53 |
|
54 #if !defined(WINS) |
|
55 LIBRARY viewsrv.lib |
|
56 #endif |
|
57 |
53 // We're quite heavy on the stack... 4k in WinS isn't enough... |
58 // We're quite heavy on the stack... 4k in WinS isn't enough... |
54 EPOCSTACKSIZE 0x6000 |
59 EPOCSTACKSIZE 0x6000 |
55 |
60 |
56 SMPSAFE |
61 SMPSAFE |