graphicscomposition/surfaceupdate/group/BLD.INF
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 45 36b2e23a8629
child 163 bbf46f59e123
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) 2006-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:
// Graphics API
// 
//

/**
 @file
*/


PRJ_PLATFORMS

DEFAULT


PRJ_EXPORTS
../inc/surfaceupdateclient.h 	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/surfaceupdateclient.h)
../inc/updateserverprovider.h 	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/updateserverprovider.h)
../inc/suerror.h 		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/suerror.h)
../inc/compositionsurfaceupdate.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/compositionsurfaceupdate.h)
../group/surfaceupdate.iby	/epoc32/rom/include/surfaceupdate.iby
../group/surfaceupdate_ref.iby	/epoc32/rom/include/surfaceupdate_ref.iby


PRJ_MMPFILES
../group/surfaceupdateclient.mmp        // Adaptation DLL
../group/surfaceupdateserver.mmp        // Adaptation DLL


PRJ_TESTEXPORTS
../group/surfaceupdatetest.iby		/epoc32/rom/include/surfaceupdatetest.iby
../group/surfaceupdatetest_integ.iby		/epoc32/rom/include/surfaceupdatetest_integ.iby
../tsrc/surfaceupdate.script 		z:/surfaceupdate/surfaceupdate.script
../tsrc/surfaceupdateinteg.script 	z:/surfaceupdate/surfaceupdateinteg.script


PRJ_TESTMMPFILES
../group/tcompositionbackend.mmp //to emulate composition behaviour
../group/tsurfaceupdatetestserver.mmp
../group/tsurfaceupdateserver.mmp
../group/tsurfaceupdateclient.mmp
../group/tsurfaceupdateserverinteg.mmp