egl/sfegltest/group/eglbringuptest.mmp
author Gareth Stockwell <gareth.stockwell@accenture.com>
Fri, 05 Nov 2010 17:31:20 +0000
branchbug235_bringup_0
changeset 215 097e92a68d68
parent 211 3804ba25b23f
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) 2010 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:
// This test program is designed for a Mini GUI environment (no middleware)
// for the purpose of testing the bring-up of a new EGL implementation.
// It differs from egltest component in so far as it does not need the
// Test Execution Framework version 1, which is not present in the Symbian
// Foundation (since it uses the newer STIF framework instead).
//
// A new EGL implementation must implement EGL Sync Objects in order for the
// system to boot, since OpenWF needs this for initialisation.
//
// Once EGL sync objects support is present, this utility program known as
// ebt (EGL bringup test) can be used from the EShell command prompt.
//
// ebt can take an argument to specific which screen to test.  By default
// screen zero is tested.
// ebt aims to provide comprehensive logging to allow confirmation of the
// setup of appropriate EGL objects, and subsequent rendering using OpenVG


target          eglbringuptest.exe
targettype      exe
uid             0x100039ce 0x12345678
epocheapsize	0x1000 0x800000

userinclude     .
userinclude		../inc/
systeminclude   /epoc32/include
systeminclude   /epoc32/include/stdapis
systeminclude   /epoc32/include/platform

sourcepath		../src
source			main.cpp
source			eglrendering.cpp
source			gles1cube.cpp
source			vgline.cpp

library			bafl.lib
library         euser.lib
library         libc.lib
library         ws32.lib
library			libegl.lib
library			libopenvg.lib
library			libgles_cm.lib

smpsafe