opengles/openglesinterface/group/bld.inf
changeset 0 5d03bc08d59c
equal deleted inserted replaced
-1:000000000000 0:5d03bc08d59c
       
     1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 
       
    17 PRJ_PLATFORMS
       
    18 // None
       
    19 
       
    20 
       
    21 PRJ_EXPORTS
       
    22 opengles.iby  /epoc32/rom/include/opengles.iby
       
    23 
       
    24 // exported headers files
       
    25 ../include/gl.h 						SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES/gl.h)
       
    26 ../include/glext.h 						SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES/glext.h)
       
    27 ../include/glplatform.h 				SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES/glplatform.h)
       
    28 ../include/glextplatform.h 				SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES/glextplatform.h)
       
    29 ../include/openglesuids.hrh 			/epoc32/include/GLES/openglesuids.hrh
       
    30 ../include/egl.h 						SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES/egl.h)
       
    31 ../include/egltypes.h					SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES/egltypes.h)
       
    32 ../include/legacy_egl_1_1/egl.h 		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES/legacy_egl_1_1/egl.h)
       
    33 ../include/legacy_egl_1_1/egltypes.h 	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES/legacy_egl_1_1/egltypes.h)
       
    34 ../include/GLES2/gl2.h          	    SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES2/gl2.h)
       
    35 ../include/GLES2/gl2ext.h       	    SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES2/gl2ext.h)
       
    36 ../include/GLES2/gl2platform.h          SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES2/gl2platform.h)
       
    37 ../include/GLES2/gl2extplatform.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES2/gl2extplatform.h)
       
    38 ../include/GLES2/openglesuids.hrh       /epoc32/include/GLES2/openglesuids.hrh
       
    39 
       
    40 // exported def files
       
    41 ../bwins/openglesu.def      	        /epoc32/include/def/win32/openglesu.def
       
    42 ../eabi/openglesu.def       	        /epoc32/include/def/eabi/openglesu.def
       
    43 
       
    44 ../bwins/opengles11u.def    	        /epoc32/include/def/win32/opengles11u.def
       
    45 ../eabi/opengles11u.def     	        /epoc32/include/def/eabi/opengles11u.def
       
    46 
       
    47 ../bwins/libglesv1_cm11u.def            /epoc32/include/def/win32/libglesv1_cm11u.def
       
    48 ../eabi/libglesv1_cm11u.def             /epoc32/include/def/eabi/libglesv1_cm11u.def
       
    49 
       
    50 ../bwins/libglesv2u.def    	            /epoc32/include/def/win32/libglesv2u.def
       
    51 ../eabi/libglesv2u.def     	            /epoc32/include/def/eabi/libglesv2u.def
       
    52 
       
    53 
       
    54 PRJ_MMPFILES
       
    55 gles11v1_implib.mmp
       
    56 gles11_implib.mmp
       
    57 gles10_implib.mmp
       
    58 gles2_implib.mmp
       
    59 
       
    60 
       
    61 // include test code
       
    62 #include "../test/bld.inf"
       
    63