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