|
1 // Copyright (c) 2009-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 |
|
14 /** |
|
15 @file |
|
16 @test |
|
17 @internalComponent - Internal Symbian test code |
|
18 */ |
|
19 |
|
20 |
|
21 TARGET eglendpointremotetest.dll |
|
22 TARGETTYPE PLUGIN //ECOMIIC |
|
23 UID 0x10009d8d 0xA000E081 |
|
24 CAPABILITY PowerMgmt ReadDeviceData WriteDeviceData ProtServ |
|
25 VENDORID 0x70000001 |
|
26 epocallowdlldata |
|
27 |
|
28 MACRO SYMBIAN_GRAPHICS_GCE |
|
29 |
|
30 // This macro enables extra heapchecking. It can only be used |
|
31 // with EGL implementations that support checking the EGL internal |
|
32 // heap usage. Use only if you know what you are doing! |
|
33 // This macro should normally be commented out! |
|
34 // MACRO USE_EGLHEAP_CHECKING |
|
35 |
|
36 USERINCLUDE ../inc |
|
37 USERINCLUDE ../tinc |
|
38 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
39 |
|
40 SOURCEPATH ../src |
|
41 SOURCE resolver.cpp |
|
42 SOURCE renderstagefactory.cpp |
|
43 SOURCE renderstage.cpp |
|
44 SOURCE remotetestbase.cpp |
|
45 SOURCE eglendpointwrap.cpp |
|
46 SOURCE egltest_remoteteststepfactory.cpp |
|
47 |
|
48 //Remote Test Steps. |
|
49 SOURCEPATH ../tsrc |
|
50 SOURCE egltest_endpointapiexposure_remote.cpp |
|
51 SOURCE egltest_endpointtearing_remote.cpp |
|
52 |
|
53 // Utility code. |
|
54 SOURCE egltest_endpoint_images.cpp |
|
55 SOURCE egltest_surface.cpp |
|
56 SOURCE egltest_endpoint_engine_remote.cpp |
|
57 |
|
58 LIBRARY euser.lib |
|
59 LIBRARY estor.lib |
|
60 LIBRARY wsgraphicdrawer.lib |
|
61 LIBRARY ws32.lib |
|
62 LIBRARY libEGL.lib |
|
63 library fbscli.lib |
|
64 LIBRARY gdi.lib |
|
65 library libOpenVG.lib |
|
66 library surfacemanager.lib |
|
67 library surfaceupdateclient.lib |
|
68 |
|
69 SOURCEPATH ../res |
|
70 RESOURCE eglendpointremotetest.rss |