|
1 // Copyright (c) 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 @file |
|
18 @test |
|
19 */ |
|
20 |
|
21 |
|
22 TARGET egltest.dll |
|
23 TARGETTYPE DLL |
|
24 UID 0x1000008d 0xA000E61A |
|
25 VENDORID 0x70000001 |
|
26 |
|
27 CAPABILITY All -Tcb |
|
28 |
|
29 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
30 |
|
31 USERINCLUDE ../inc |
|
32 |
|
33 SOURCEPATH ../src |
|
34 SOURCE eglteststep.cpp |
|
35 SOURCE egltest_geterroranddisplay.cpp |
|
36 SOURCE egltest_general.cpp |
|
37 SOURCE egltest_syncobject.cpp |
|
38 SOURCE egltest_nativepixmaptype.cpp |
|
39 SOURCE egltest_createpixmapsurface.cpp |
|
40 SOURCE egltest_image.cpp |
|
41 SOURCE egltest_sibling.cpp |
|
42 SOURCE egltest_image_multithread.cpp |
|
43 SOURCE egltest_image_multiprocess.cpp |
|
44 SOURCE egltest_image_negative.cpp |
|
45 SOURCE egltest_vgimagetosurfaces.cpp |
|
46 SOURCE egltest_benchmark_sgimage.cpp |
|
47 |
|
48 SOURCEPATH ../scripts |
|
49 DOCUMENT egltest_settings.ini |
|
50 DOCUMENT egltest_t_general.script |
|
51 DOCUMENT egltest_t_geterroranddisplay.script |
|
52 DOCUMENT egltest_t_syncobject.script |
|
53 DOCUMENT egltest_t_syncobject_flush.script |
|
54 DOCUMENT egltest_t_image.script |
|
55 DOCUMENT egltest_t_sibling.script |
|
56 DOCUMENT egltest_t_nativepixmaptype.script |
|
57 DOCUMENT egltest_t_createpixmapsurface.script |
|
58 DOCUMENT egltest_t_image_multithread.script |
|
59 DOCUMENT egltest_t_image_multiprocess.script |
|
60 DOCUMENT egltest_t_vgimagetosurfaces.script |
|
61 DOCUMENT egltest_t_image_negative.script |
|
62 DOCUMENT egltest_t_benchmark_sgimage.script |
|
63 |
|
64 |
|
65 LIBRARY rfileloggerclient.lib |
|
66 LIBRARY euser.lib |
|
67 LIBRARY ws32.lib |
|
68 LIBRARY fbscli.lib |
|
69 LIBRARY gdi.lib |
|
70 LIBRARY bitgdi.lib |
|
71 LIBRARY hal.lib |
|
72 LIBRARY efsrv.lib |
|
73 LIBRARY libEGL.lib |
|
74 LIBRARY libOpenVG.lib |
|
75 LIBRARY libGLESv1_CM.lib |
|
76 #ifdef SYMBIAN_GRAPHICS_EGL_SGIMAGELITE |
|
77 LIBRARY sgresource.lib |
|
78 #else |
|
79 LIBRARY graphicsresource.lib |
|
80 #endif //SYMBIAN_GRAPHICS_EGL_SGIMAGELITE |
|
81 LIBRARY testexecuteutils.lib |
|
82 LIBRARY testexecutelogclient.lib |
|
83 LIBRARY cinidata.lib |
|
84 LIBRARY tgraphicsharness.lib |
|
85 LIBRARY graphicsscreencomparison.lib |
|
86 LIBRARY egltestcommon.lib |
|
87 LIBRARY tprofiler.lib |
|
88 |
|
89 DEFFILE egltest.def |
|
90 |
|
91 SMPSAFE |