os/graphics/graphicstest/uibench/group/te_uibench.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/graphics/graphicstest/uibench/group/te_uibench.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,86 @@
     1.4 +// Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +//
    1.18 +
    1.19 +TARGET		te_uibench.exe
    1.20 +TARGETTYPE 	exe
    1.21 +UID			0x1000007A 0x101F7784
    1.22 +CAPABILITY	WriteDeviceData ReadDeviceData	// Required capability so that SetSystemDefaultFontL can be called
    1.23 +
    1.24 +SOURCEPATH	../src
    1.25 +SOURCE	te_graphicsperformanceSuiteServer.cpp
    1.26 +SOURCE	te_graphicsperformanceSuiteStepBase.cpp
    1.27 +SOURCE	tbitbltperf.cpp
    1.28 +SOURCE	tfbsbitmaphandleperf.cpp
    1.29 +SOURCE	tfbsfonthandleperf.cpp
    1.30 +SOURCE	talphadrawing.cpp
    1.31 +SOURCE	tscrollingperf.cpp
    1.32 +SOURCE	tscaleddrawbitmap.cpp
    1.33 +SOURCE	toptimisedbmp.cpp
    1.34 +SOURCE	talphablend.cpp	
    1.35 +SOURCE	tsolidcolour.cpp
    1.36 +SOURCE 	tsimpledrawing.cpp
    1.37 +SOURCE	tshadowperf.cpp
    1.38 +SOURCE 	tredrawing.cpp
    1.39 +SOURCE	tnonredrawdrawing.cpp
    1.40 +SOURCE	tgdifontrenderingperf.cpp
    1.41 +SOURCE	toutlineshadowdrawing.cpp
    1.42 +SOURCE	tdisplaymode_mapping.cpp
    1.43 +SOURCE	tfadeperf.cpp
    1.44 +SOURCE  tredrawstoreperf.cpp
    1.45 +SOURCE  ttranslucent.cpp
    1.46 +SOURCE	tspriteperf.cpp
    1.47 +SOURCE	textendedbitmap.cpp
    1.48 +SOURCE  tfbsglyphdata.cpp
    1.49 +SOURCE	trenderorientation.cpp
    1.50 +
    1.51 +USERINCLUDE   ../src
    1.52 +USERINCLUDE   ../../../fbs/fontandbitmapserver/inc
    1.53 +
    1.54 +//system includes
    1.55 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    1.56 +
    1.57 +//libraries
    1.58 +LIBRARY		euser.lib
    1.59 +LIBRARY		testexecuteutils.lib 
    1.60 +LIBRARY		testexecutelogclient.lib
    1.61 +LIBRARY		hal.lib
    1.62 +LIBRARY		bitgdi.lib
    1.63 +LIBRARY		gdi.lib
    1.64 +LIBRARY		fbscli.lib 
    1.65 +LIBRARY		fntstr.lib
    1.66 +LIBRARY		scdv.lib
    1.67 +LIBRARY		bitmaptransforms.lib
    1.68 +LIBRARY		ws32.lib
    1.69 +LIBRARY		efsrv.lib
    1.70 +LIBRARY		ecom.lib 
    1.71 +LIBRARY		estor.lib
    1.72 +LIBRARY	    	tgraphicsharness.lib
    1.73 +LIBRARY	    	tprofiler.lib
    1.74 +LIBRARY		tgraphicsfontutils.lib
    1.75 +#ifdef SYMBIAN_GRAPHICS_EGL_SGIMAGELITE
    1.76 +LIBRARY		sgresource.lib
    1.77 +LIBRARY		libEGL.lib
    1.78 +LIBRARY		libOpenVG.lib
    1.79 +#endif
    1.80 +
    1.81 +START BITMAP	16x16icon.mbm
    1.82 +TARGETPATH		/system/data/
    1.83 +SOURCE			c32 ../bitmaps/16x16icon.bmp
    1.84 +SOURCE			c32 ../bitmaps/16x16icon_monochrome.bmp
    1.85 +END
    1.86 +
    1.87 +UNPAGED
    1.88 +
    1.89 +SMPSAFE