graphicstest/uibench/group/te_uibench_gce.mmp
author Gareth Stockwell <gareth.stockwell@accenture.com>
Fri, 05 Nov 2010 17:31:20 +0000
branchbug235_bringup_0
changeset 215 097e92a68d68
parent 0 5d03bc08d59c
child 116 171fae344dd4
child 187 9f66f99ee56f
permissions -rw-r--r--
Added GLES 1.x spinning cube-rendering code to eglbringuptest The coordinate, color and index data are uploaded to server-side buffers by the CGLES1Cube::KhrSetup function. CGLES1Cube::KhrPaint just sets the view matrix and issues a draw command. Which demo to display can be selected by passing its name on the command line, e.g. eglbringuptest vgline eglbringuptest gles1cube If no name is provided, the application defaults to vgline.

// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
// te_uibench.mmp
// 
//

TARGET		te_uibench_gce.exe
TARGETTYPE 	exe
UID			0x1000007A 0x10285A77
CAPABILITY	WriteDeviceData ReadDeviceData	// Required capability so that SetSystemDefaultFontL can be called

SOURCEPATH	../src
SOURCE	tgcesuiteserver.cpp
SOURCE	te_graphicsperformanceSuiteStepBase.cpp
SOURCE	tdisplaymode_mapping.cpp
SOURCE	tgraphicsresource.cpp
SOURCE	tbitbltperf_directgdi.cpp
SOURCE	tdirectgditestbase.cpp
SOURCE	tdirectgdiperf.cpp
SOURCE	tsimpledrawing_directgdi.cpp
SOURCE	teventhandlingperf.cpp
SOURCE  tflipframerate.cpp

USERINCLUDE   ../src
USERINCLUDE   ../../../fbs/fontandbitmapserver/inc

//system includes
OS_LAYER_SYSTEMINCLUDE_SYMBIAN

//libraries
LIBRARY		euser.lib
LIBRARY		testexecuteutils.lib 
LIBRARY		testexecutelogclient.lib
LIBRARY		hal.lib
LIBRARY		directgdi.lib
#ifndef SYMBIAN_GRAPHICS_EGL_SGIMAGELITE
LIBRARY		graphicsresource.lib
#endif
LIBRARY		bitgdi.lib
LIBRARY		gdi.lib
LIBRARY		fbscli.lib 
LIBRARY		scdv.lib
LIBRARY		efsrv.lib
LIBRARY	    tgraphicsharness.lib
LIBRARY		ws32.lib
LIBRARY		surfaceupdateclient.lib
LIBRARY		tprofiler.lib

UNPAGED

SMPSAFE