|
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 // |
|
15 |
|
16 PRJ_PLATFORMS |
|
17 DEFAULT |
|
18 |
|
19 |
|
20 PRJ_EXPORTS |
|
21 // test code only |
|
22 |
|
23 PRJ_MMPFILES |
|
24 // test code only |
|
25 |
|
26 PRJ_TESTEXPORTS |
|
27 // TestFramework IBY files |
|
28 ../rom/graphics_test.iby /epoc32/rom/include/graphics_test.iby |
|
29 ../rom/graphics_test1.iby /epoc32/rom/include/graphics_test1.iby |
|
30 ../rom/graphics_test2.iby /epoc32/rom/include/graphics_test2.iby |
|
31 ../rom/graphics_testharness.iby /epoc32/rom/include/graphics_testharness.iby |
|
32 ../rom/graphics_autotest.iby /epoc32/rom/include/graphics_autotest.iby |
|
33 ../rom/graphics_testall.iby /epoc32/rom/include/graphics_testall.iby //Contains all but the tests mentioned on the next line |
|
34 ../rom/graphics_testrast.iby /epoc32/rom/include/graphics_testrast.iby //Contains the tests that need to use an alternate rasteriser |
|
35 ../rom/graphics_memoryhogger.iby /epoc32/rom/include/graphics_memoryhogger.iby //Contains the graphicsmemoryhogger |
|
36 ../rom/graphics_rebootharness.iby /epoc32/rom/include/graphics_rebootharness.iby |
|
37 ../rom/graphics_screencomparison.iby /epoc32/rom/include/graphics_screencomparison.iby |
|
38 ../rom/graphics_imagecomparison.iby /epoc32/rom/include/graphics_imagecomparison.iby |
|
39 ../rom/graphics_tprofiler.iby /epoc32/rom/include/graphics_tprofiler.iby |
|
40 |
|
41 // ONB batch files |
|
42 ../batch/retain_files.cmd z:\graphicstest\retain_files.cmd |
|
43 ../batch/minigui.cmd z:\graphicstest\minigui.cmd |
|
44 ../batch/unminigui.cmd z:\graphicstest\unminigui.cmd |
|
45 ../batch/replace.py z:\graphicstest\replace.py |
|
46 |
|
47 // Export our own testexecute.ini without systemstarter for minigui |
|
48 ../batch/testexecute_minigui.ini z:\graphicstest\testexecute_minigui.ini |
|
49 |
|
50 ../inc/GraphicsTestUtils.h OS_LAYER_PLATFORM_EXPORT_PATH(test/graphicstestutils.h) |
|
51 ../inc/TGraphicsHarness.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(test/tgraphicsharness.h) |
|
52 ../inc/ttmsgraphicsstep1.h OS_LAYER_PLATFORM_EXPORT_PATH(test/ttmsgraphicsstep.h) |
|
53 ../inc/thashreferenceimages.h OS_LAYER_PLATFORM_EXPORT_PATH(test/thashreferenceimages.h) |
|
54 ../inc/extendtef.h OS_LAYER_PLATFORM_EXPORT_PATH(test/extendtef.h) |
|
55 ../inc/graphicsscreencomparison.h OS_LAYER_PLATFORM_EXPORT_PATH(test/graphicsscreencomparison.h) |
|
56 ../inc/graphicsimagecomparison.h OS_LAYER_PLATFORM_EXPORT_PATH(test/graphicsimagecomparison.h) |
|
57 ../inc/tprofiler.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(test/tprofiler.h) |
|
58 |
|
59 //Data files for reboot test harness |
|
60 ../rom/graphics_rebootharnesslog.htm /epoc32/data/Z/reboot/dummylog.htm |
|
61 ../rom/graphics_rebootharnesslog.htm /epoc32/release/winscw/udeb/z/reboot/dummylog.htm |
|
62 |
|
63 // Headers for Extended Bitmap GC tests |
|
64 ../textendedbitmapgc/textendedbitmapgc.h OS_LAYER_PLATFORM_EXPORT_PATH(test/textendedbitmapgc.h) |
|
65 ../textendedbitmapgc/testharnesscallback.h OS_LAYER_PLATFORM_EXPORT_PATH(test/testharnesscallback.h) |
|
66 |
|
67 // Headers for FontInjector DLL |
|
68 ../fontinjector/fontinjector.h OS_LAYER_PLATFORM_EXPORT_PATH(test/fontinjector.h) |
|
69 |
|
70 PRJ_TESTMMPFILES |
|
71 ../group/TGraphicsHarness.mmp |
|
72 ../group/GraphicsTestUtils.mmp |
|
73 ../group/GraphicsTestUtilsServer.mmp |
|
74 ../group/dummytest.mmp |
|
75 ../group/textendedbitmapgc.mmp |
|
76 ../group/graphicsmemoryhogger.mmp |
|
77 ../group/RebootTests.mmp |
|
78 ../group/graphicsscreencomparison.mmp |
|
79 ../group/graphicsimagecomparison.mmp |
|
80 ../group/tprofiler.mmp |
|
81 #if defined(WINS) |
|
82 ../group/fontinjector.mmp |
|
83 #endif |