opengles/openglesinterface/group/bld.inf
author Faisal Memon <faisal.memon@nokia.com>
Tue, 21 Sep 2010 19:06:30 +0100
branchbug235_bringup_0
changeset 184 221a1b09860c
parent 0 5d03bc08d59c
permissions -rw-r--r--
Add rom target minigui_simulator.oby. This depends on kernelhwserv at rev 657f875b013e for hal_data.h

// Copyright (c) 2003-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:
//


PRJ_PLATFORMS
// None


PRJ_EXPORTS
opengles.iby  /epoc32/rom/include/opengles.iby

// exported headers files
../include/gl.h 						SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES/gl.h)
../include/glext.h 						SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES/glext.h)
../include/glplatform.h 				SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES/glplatform.h)
../include/glextplatform.h 				SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES/glextplatform.h)
../include/openglesuids.hrh 			/epoc32/include/GLES/openglesuids.hrh
../include/egl.h 						SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES/egl.h)
../include/egltypes.h					SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES/egltypes.h)
../include/legacy_egl_1_1/egl.h 		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES/legacy_egl_1_1/egl.h)
../include/legacy_egl_1_1/egltypes.h 	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES/legacy_egl_1_1/egltypes.h)
../include/GLES2/gl2.h          	    SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES2/gl2.h)
../include/GLES2/gl2ext.h       	    SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES2/gl2ext.h)
../include/GLES2/gl2platform.h          SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES2/gl2platform.h)
../include/GLES2/gl2extplatform.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES2/gl2extplatform.h)
../include/GLES2/openglesuids.hrh       /epoc32/include/GLES2/openglesuids.hrh

// exported def files
../bwins/openglesu.def      	        /epoc32/include/def/win32/openglesu.def
../eabi/openglesu.def       	        /epoc32/include/def/eabi/openglesu.def

../bwins/opengles11u.def    	        /epoc32/include/def/win32/opengles11u.def
../eabi/opengles11u.def     	        /epoc32/include/def/eabi/opengles11u.def

../bwins/libglesv1_cm11u.def            /epoc32/include/def/win32/libglesv1_cm11u.def
../eabi/libglesv1_cm11u.def             /epoc32/include/def/eabi/libglesv1_cm11u.def

../bwins/libglesv2u.def    	            /epoc32/include/def/win32/libglesv2u.def
../eabi/libglesv2u.def     	            /epoc32/include/def/eabi/libglesv2u.def


PRJ_MMPFILES
gles11v1_implib.mmp
gles11_implib.mmp
gles10_implib.mmp
gles2_implib.mmp


// include test code
#include "../test/bld.inf"