opengles/openglesinterface/group/bld.inf
changeset 0 5d03bc08d59c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/opengles/openglesinterface/group/bld.inf	Tue Feb 02 01:47:50 2010 +0200
@@ -0,0 +1,63 @@
+// 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"
+