os/graphics/opengles/openglesinterface/group/bld.inf
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/graphics/opengles/openglesinterface/group/bld.inf	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,63 @@
     1.4 +// Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +//
    1.18 +
    1.19 +
    1.20 +PRJ_PLATFORMS
    1.21 +// None
    1.22 +
    1.23 +
    1.24 +PRJ_EXPORTS
    1.25 +opengles.iby  /epoc32/rom/include/opengles.iby
    1.26 +
    1.27 +// exported headers files
    1.28 +../include/gl.h 						SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES/gl.h)
    1.29 +../include/glext.h 						SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES/glext.h)
    1.30 +../include/glplatform.h 				SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES/glplatform.h)
    1.31 +../include/glextplatform.h 				SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES/glextplatform.h)
    1.32 +../include/openglesuids.hrh 			/epoc32/include/GLES/openglesuids.hrh
    1.33 +../include/egl.h 						SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES/egl.h)
    1.34 +../include/egltypes.h					SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES/egltypes.h)
    1.35 +../include/legacy_egl_1_1/egl.h 		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES/legacy_egl_1_1/egl.h)
    1.36 +../include/legacy_egl_1_1/egltypes.h 	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES/legacy_egl_1_1/egltypes.h)
    1.37 +../include/GLES2/gl2.h          	    SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES2/gl2.h)
    1.38 +../include/GLES2/gl2ext.h       	    SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES2/gl2ext.h)
    1.39 +../include/GLES2/gl2platform.h          SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES2/gl2platform.h)
    1.40 +../include/GLES2/gl2extplatform.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES2/gl2extplatform.h)
    1.41 +../include/GLES2/openglesuids.hrh       /epoc32/include/GLES2/openglesuids.hrh
    1.42 +
    1.43 +// exported def files
    1.44 +../bwins/openglesu.def      	        /epoc32/include/def/win32/openglesu.def
    1.45 +../eabi/openglesu.def       	        /epoc32/include/def/eabi/openglesu.def
    1.46 +
    1.47 +../bwins/opengles11u.def    	        /epoc32/include/def/win32/opengles11u.def
    1.48 +../eabi/opengles11u.def     	        /epoc32/include/def/eabi/opengles11u.def
    1.49 +
    1.50 +../bwins/libglesv1_cm11u.def            /epoc32/include/def/win32/libglesv1_cm11u.def
    1.51 +../eabi/libglesv1_cm11u.def             /epoc32/include/def/eabi/libglesv1_cm11u.def
    1.52 +
    1.53 +../bwins/libglesv2u.def    	            /epoc32/include/def/win32/libglesv2u.def
    1.54 +../eabi/libglesv2u.def     	            /epoc32/include/def/eabi/libglesv2u.def
    1.55 +
    1.56 +
    1.57 +PRJ_MMPFILES
    1.58 +gles11v1_implib.mmp
    1.59 +gles11_implib.mmp
    1.60 +gles10_implib.mmp
    1.61 +gles2_implib.mmp
    1.62 +
    1.63 +
    1.64 +// include test code
    1.65 +#include "../test/bld.inf"
    1.66 +