|
1 // Copyright (c) 2006-2010 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 @internalComponent - Internal Symbian test code |
|
19 */ |
|
20 |
|
21 |
|
22 TARGET eglendpointtestserver.exe |
|
23 TARGETTYPE exe |
|
24 UID 0x1000007a 0xA000E07E |
|
25 VENDORID 0x70000001 |
|
26 |
|
27 CAPABILITY none |
|
28 |
|
29 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
30 |
|
31 USERINCLUDE ../inc |
|
32 USERINCLUDE ../tinc |
|
33 |
|
34 SOURCEPATH ../src |
|
35 SOURCE localtestbase.cpp |
|
36 SOURCE egltest_localteststepfactory.cpp |
|
37 |
|
38 //Utils. |
|
39 SOURCEPATH ../tsrc |
|
40 SOURCE egltest_surface.cpp |
|
41 SOURCE egltest_endpoint_images.cpp |
|
42 SOURCE egltest_endpoint_engine_local.cpp |
|
43 SOURCE egltest_endpoint_engine_execthread.cpp |
|
44 SOURCE egltest_endpoint_util.cpp |
|
45 |
|
46 //Local test steps. |
|
47 SOURCEPATH ../tsrc |
|
48 SOURCE egltest_endpointapiexposure_local.cpp |
|
49 SOURCE egltest_endpointcreate_local.cpp |
|
50 SOURCE egltest_endpointacquire_local.cpp |
|
51 SOURCE egltest_endpointattrib_local.cpp |
|
52 SOURCE egltest_endpointimage_local.cpp |
|
53 SOURCE egltest_endpointlocking_local.cpp |
|
54 SOURCE egltest_endpointstreaming_local.cpp |
|
55 SOURCE egltest_endpointtearing_local.cpp |
|
56 SOURCE egltest_endpointstreamingtests_local.cpp |
|
57 SOURCE egltest_endpointnotification.cpp |
|
58 SOURCE egltest_endpointdirtyarea.cpp |
|
59 SOURCE egltest_endpoint_stress_engine.cpp |
|
60 SOURCE egltest_endpoint_stresstests.cpp |
|
61 SOURCE egltest_endpoint_stressload.cpp |
|
62 SOURCE egltest_threadedstress_local.cpp |
|
63 SOURCE egltest_releaseimagegles_local.cpp |
|
64 |
|
65 SOURCEPATH ../scripts |
|
66 DOCUMENT egltest_t_endpoint.script |
|
67 |
|
68 LIBRARY rfileloggerclient.lib |
|
69 LIBRARY euser.lib |
|
70 LIBRARY libEGL.lib |
|
71 LIBRARY libOpenVG.lib |
|
72 LIBRARY libOpenVGU.lib |
|
73 LIBRARY testexecuteutils.lib |
|
74 LIBRARY testexecutelogclient.lib |
|
75 LIBRARY ws32.lib |
|
76 LIBRARY fbscli.lib |
|
77 LIBRARY gdi.lib |
|
78 LIBRARY bitgdi.lib |
|
79 LIBRARY hal.lib |
|
80 LIBRARY ecom.lib |
|
81 LIBRARY efsrv.lib |
|
82 LIBRARY surfacemanager.lib |
|
83 LIBRARY surfaceupdateclient.lib |
|
84 |
|
85 // We're quite heavy on the stack... 4k in WinS isn't enough... |
|
86 EPOCSTACKSIZE 0xf000 |
|
87 |
|
88 // Images used as source images to push through endpoints, and the same |
|
89 // image is then used as a "this is what it should look like" when an |
|
90 // image is acquired through the endpoint. |
|
91 START BITMAP image1.mbm |
|
92 TARGETPATH resource/apps/egltest_endpoint |
|
93 SOURCEPATH ../res |
|
94 SOURCE c32 Image1.bmp |
|
95 END |
|
96 |
|
97 START BITMAP image2.mbm |
|
98 TARGETPATH resource/apps/egltest_endpoint |
|
99 SOURCEPATH ../res |
|
100 SOURCE c32 Image2.bmp |
|
101 END |
|
102 |
|
103 START BITMAP image3.mbm |
|
104 TARGETPATH resource/apps/egltest_endpoint |
|
105 SOURCEPATH ../res |
|
106 SOURCE c32 Image3.bmp |
|
107 END |
|
108 |
|
109 START BITMAP image4.mbm |
|
110 TARGETPATH resource/apps/egltest_endpoint |
|
111 SOURCEPATH ../res |
|
112 SOURCE c32 Image4.bmp |
|
113 END |
|
114 |
|
115 SMPSAFE |