sl@0
|
1 |
// Copyright (c) 2005-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 |
// te_uibench.mmp
|
sl@0
|
15 |
//
|
sl@0
|
16 |
//
|
sl@0
|
17 |
|
sl@0
|
18 |
TARGET te_uibench_gce.exe
|
sl@0
|
19 |
TARGETTYPE exe
|
sl@0
|
20 |
UID 0x1000007A 0x10285A77
|
sl@0
|
21 |
CAPABILITY WriteDeviceData ReadDeviceData // Required capability so that SetSystemDefaultFontL can be called
|
sl@0
|
22 |
|
sl@0
|
23 |
SOURCEPATH ../src
|
sl@0
|
24 |
SOURCE tgcesuiteserver.cpp
|
sl@0
|
25 |
SOURCE te_graphicsperformanceSuiteStepBase.cpp
|
sl@0
|
26 |
SOURCE tdisplaymode_mapping.cpp
|
sl@0
|
27 |
SOURCE tgraphicsresource.cpp
|
sl@0
|
28 |
SOURCE tbitbltperf_directgdi.cpp
|
sl@0
|
29 |
SOURCE tdirectgditestbase.cpp
|
sl@0
|
30 |
SOURCE tdirectgdiperf.cpp
|
sl@0
|
31 |
SOURCE tsimpledrawing_directgdi.cpp
|
sl@0
|
32 |
SOURCE teventhandlingperf.cpp
|
sl@0
|
33 |
SOURCE tflipframerate.cpp
|
sl@0
|
34 |
SOURCE trenderorientation.cpp
|
sl@0
|
35 |
|
sl@0
|
36 |
USERINCLUDE ../src
|
sl@0
|
37 |
|
sl@0
|
38 |
//system includes
|
sl@0
|
39 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
sl@0
|
40 |
|
sl@0
|
41 |
//libraries
|
sl@0
|
42 |
LIBRARY euser.lib
|
sl@0
|
43 |
LIBRARY testexecuteutils.lib
|
sl@0
|
44 |
LIBRARY testexecutelogclient.lib
|
sl@0
|
45 |
LIBRARY hal.lib
|
sl@0
|
46 |
LIBRARY directgdi.lib
|
sl@0
|
47 |
#ifndef SYMBIAN_GRAPHICS_EGL_SGIMAGELITE
|
sl@0
|
48 |
LIBRARY graphicsresource.lib
|
sl@0
|
49 |
#endif
|
sl@0
|
50 |
LIBRARY bitgdi.lib
|
sl@0
|
51 |
LIBRARY gdi.lib
|
sl@0
|
52 |
LIBRARY fbscli.lib
|
sl@0
|
53 |
LIBRARY scdv.lib
|
sl@0
|
54 |
LIBRARY efsrv.lib
|
sl@0
|
55 |
LIBRARY tgraphicsharness.lib
|
sl@0
|
56 |
LIBRARY ws32.lib
|
sl@0
|
57 |
LIBRARY surfaceupdateclient.lib
|
sl@0
|
58 |
LIBRARY tprofiler.lib
|
sl@0
|
59 |
|
sl@0
|
60 |
UNPAGED
|
sl@0
|
61 |
|
sl@0
|
62 |
SMPSAFE
|