equal
deleted
inserted
replaced
|
1 // Copyright (c) 2005-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 // Provide dummy TEST STUB implementation for OpenGL ES v1 version |
|
15 // This test stub has been manually created based on the .def file generator |
|
16 // utility available in ../group/opengles_stub |
|
17 // |
|
18 // |
|
19 |
|
20 #include <GLES/openglesuids.hrh> |
|
21 |
|
22 TARGET libGLESv1_CM_stub.dll |
|
23 TARGETTYPE dll |
|
24 CAPABILITY All -TCB |
|
25 |
|
26 UID KUidSharedDllUidValue KUidOpenGLESv1CommonProfileDllUidValue |
|
27 |
|
28 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
29 |
|
30 SOURCEPATH . |
|
31 SOURCE topengles11v1_stub.cpp |
|
32 |
|
33 LIBRARY euser.lib |
|
34 |
|
35 #ifdef WINS |
|
36 deffile ../bwins/libglesv1_cm11.def |
|
37 #else |
|
38 deffile ../eabi/libglesv1_cm11.def |
|
39 #endif |
|
40 NOEXPORTLIBRARY |
|
41 |
|
42 SMPSAFE |