sl@0
|
1 |
// Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
2 |
// All rights reserved.
|
sl@0
|
3 |
// This component and the accompanying materials are made available
|
sl@0
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
sl@0
|
5 |
// which accompanies this distribution, and is available
|
sl@0
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
7 |
//
|
sl@0
|
8 |
// Initial Contributors:
|
sl@0
|
9 |
// Nokia Corporation - initial contribution.
|
sl@0
|
10 |
//
|
sl@0
|
11 |
// Contributors:
|
sl@0
|
12 |
//
|
sl@0
|
13 |
// Description:
|
sl@0
|
14 |
//
|
sl@0
|
15 |
|
sl@0
|
16 |
/**
|
sl@0
|
17 |
@file
|
sl@0
|
18 |
*/
|
sl@0
|
19 |
|
sl@0
|
20 |
TARGET wsdynamicrestestserver.exe
|
sl@0
|
21 |
TARGETTYPE exe
|
sl@0
|
22 |
UID 0x1000007A 0x102864B7
|
sl@0
|
23 |
|
sl@0
|
24 |
// For setting the screen mode and registering GUID CRPs
|
sl@0
|
25 |
CAPABILITY PowerMgmt WriteDeviceData SwEvent ProtServ
|
sl@0
|
26 |
SOURCEPATH ../src
|
sl@0
|
27 |
|
sl@0
|
28 |
SOURCE globalsettings.cpp
|
sl@0
|
29 |
SOURCE screenselect.cpp
|
sl@0
|
30 |
SOURCE surfaceutility.cpp
|
sl@0
|
31 |
SOURCE wsgcedebugsession.cpp
|
sl@0
|
32 |
|
sl@0
|
33 |
SOURCE t_wsdynamicrestestserver.cpp
|
sl@0
|
34 |
SOURCE t_wsdynamicreswinbase.cpp
|
sl@0
|
35 |
|
sl@0
|
36 |
SOURCE wsdynamicresbase.cpp
|
sl@0
|
37 |
SOURCE wsdynamicresbasic.cpp
|
sl@0
|
38 |
|
sl@0
|
39 |
USERINCLUDE ../inc
|
sl@0
|
40 |
USERINCLUDE ../../../SERVER ../../../nga/SERVER ../../../inc
|
sl@0
|
41 |
|
sl@0
|
42 |
OS_LAYER_SYSTEMINCLUDE
|
sl@0
|
43 |
|
sl@0
|
44 |
MACRO SYMBIAN_GRAPHICS_GCE
|
sl@0
|
45 |
|
sl@0
|
46 |
STATICLIBRARY tefunit.lib
|
sl@0
|
47 |
LIBRARY euser.lib
|
sl@0
|
48 |
LIBRARY estlib.lib
|
sl@0
|
49 |
LIBRARY testexecuteutils.lib
|
sl@0
|
50 |
LIBRARY testexecutelogclient.lib
|
sl@0
|
51 |
LIBRARY rfileloggerclient.lib
|
sl@0
|
52 |
LIBRARY ws32.lib
|
sl@0
|
53 |
LIBRARY surfacemanager.lib
|
sl@0
|
54 |
LIBRARY surfaceupdateclient.lib
|
sl@0
|
55 |
LIBRARY imageconversion.lib
|
sl@0
|
56 |
LIBRARY efsrv.lib
|
sl@0
|
57 |
LIBRARY fbscli.lib
|
sl@0
|
58 |
LIBRARY gdi.lib
|
sl@0
|
59 |
LIBRARY bitgdi.lib
|
sl@0
|
60 |
LIBRARY hal.lib
|
sl@0
|
61 |
LIBRARY scdv.lib
|
sl@0
|
62 |
//LIBRARY samplegraphicsurface.lib w32stdgraphic.lib samplegraphictestsurfacemulti.lib
|
sl@0
|
63 |
|
sl@0
|
64 |
|
sl@0
|
65 |
SMPSAFE
|