graphicstest/uibench/group/te_uibench.mmp
changeset 0 5d03bc08d59c
child 116 171fae344dd4
child 152 9f1c3fea0f87
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 //
       
    15 
       
    16 TARGET		te_uibench.exe
       
    17 TARGETTYPE 	exe
       
    18 UID			0x1000007A 0x101F7784
       
    19 CAPABILITY	WriteDeviceData ReadDeviceData	// Required capability so that SetSystemDefaultFontL can be called
       
    20 
       
    21 SOURCEPATH	../src
       
    22 SOURCE	te_graphicsperformanceSuiteServer.cpp
       
    23 SOURCE	te_graphicsperformanceSuiteStepBase.cpp
       
    24 SOURCE	tbitbltperf.cpp
       
    25 SOURCE	tfbsbitmaphandleperf.cpp
       
    26 SOURCE	tfbsfonthandleperf.cpp
       
    27 SOURCE	talphadrawing.cpp
       
    28 SOURCE	tscrollingperf.cpp
       
    29 SOURCE	tscaleddrawbitmap.cpp
       
    30 SOURCE	toptimisedbmp.cpp
       
    31 SOURCE	talphablend.cpp	
       
    32 SOURCE	tsolidcolour.cpp
       
    33 SOURCE 	tsimpledrawing.cpp
       
    34 SOURCE	tshadowperf.cpp
       
    35 SOURCE 	tredrawing.cpp
       
    36 SOURCE	tnonredrawdrawing.cpp
       
    37 SOURCE	tgdifontrenderingperf.cpp
       
    38 SOURCE	toutlineshadowdrawing.cpp
       
    39 SOURCE	tdisplaymode_mapping.cpp
       
    40 SOURCE	tfadeperf.cpp
       
    41 SOURCE  tredrawstoreperf.cpp
       
    42 SOURCE  ttranslucent.cpp
       
    43 SOURCE	tspriteperf.cpp
       
    44 SOURCE	textendedbitmap.cpp
       
    45 
       
    46 USERINCLUDE   ../src
       
    47 USERINCLUDE   ../../../fbs/fontandbitmapserver/inc
       
    48 
       
    49 //system includes
       
    50 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    51 
       
    52 //libraries
       
    53 LIBRARY		euser.lib
       
    54 LIBRARY		testexecuteutils.lib 
       
    55 LIBRARY		testexecutelogclient.lib
       
    56 LIBRARY		hal.lib
       
    57 LIBRARY		bitgdi.lib
       
    58 LIBRARY		gdi.lib
       
    59 LIBRARY		fbscli.lib 
       
    60 LIBRARY		fntstr.lib
       
    61 LIBRARY		scdv.lib
       
    62 LIBRARY		bitmaptransforms.lib
       
    63 LIBRARY		ws32.lib
       
    64 LIBRARY		efsrv.lib
       
    65 LIBRARY		ecom.lib 
       
    66 LIBRARY		estor.lib
       
    67 LIBRARY	    	tgraphicsharness.lib
       
    68 LIBRARY	    	tprofiler.lib
       
    69 
       
    70 START BITMAP	16x16icon.mbm
       
    71 TARGETPATH		/system/data/
       
    72 SOURCE			c32 ../bitmaps/16x16icon.bmp
       
    73 SOURCE			c32 ../bitmaps/16x16icon_monochrome.bmp
       
    74 END
       
    75 
       
    76 UNPAGED
       
    77 
       
    78 SMPSAFE