graphicstest/uibench/group/te_uibench_gce.mmp
changeset 0 5d03bc08d59c
child 116 171fae344dd4
child 187 9f66f99ee56f
equal deleted inserted replaced
-1:000000000000 0:5d03bc08d59c
       
     1 // Copyright (c) 2005-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 // 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 
       
    35 USERINCLUDE   ../src
       
    36 USERINCLUDE   ../../../fbs/fontandbitmapserver/inc
       
    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