os/graphics/graphicstest/uibench/group/te_uibench.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 //
    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 SOURCE  tfbsglyphdata.cpp
    46 SOURCE	trenderorientation.cpp
    47 
    48 USERINCLUDE   ../src
    49 USERINCLUDE   ../../../fbs/fontandbitmapserver/inc
    50 
    51 //system includes
    52 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    53 
    54 //libraries
    55 LIBRARY		euser.lib
    56 LIBRARY		testexecuteutils.lib 
    57 LIBRARY		testexecutelogclient.lib
    58 LIBRARY		hal.lib
    59 LIBRARY		bitgdi.lib
    60 LIBRARY		gdi.lib
    61 LIBRARY		fbscli.lib 
    62 LIBRARY		fntstr.lib
    63 LIBRARY		scdv.lib
    64 LIBRARY		bitmaptransforms.lib
    65 LIBRARY		ws32.lib
    66 LIBRARY		efsrv.lib
    67 LIBRARY		ecom.lib 
    68 LIBRARY		estor.lib
    69 LIBRARY	    	tgraphicsharness.lib
    70 LIBRARY	    	tprofiler.lib
    71 LIBRARY		tgraphicsfontutils.lib
    72 #ifdef SYMBIAN_GRAPHICS_EGL_SGIMAGELITE
    73 LIBRARY		sgresource.lib
    74 LIBRARY		libEGL.lib
    75 LIBRARY		libOpenVG.lib
    76 #endif
    77 
    78 START BITMAP	16x16icon.mbm
    79 TARGETPATH		/system/data/
    80 SOURCE			c32 ../bitmaps/16x16icon.bmp
    81 SOURCE			c32 ../bitmaps/16x16icon_monochrome.bmp
    82 END
    83 
    84 UNPAGED
    85 
    86 SMPSAFE