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