|
1 // Copyright (c) 1999-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 // Reference hardware screen-drivers |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 |
|
23 |
|
24 PRJ_PLATFORMS |
|
25 |
|
26 DEFAULT |
|
27 |
|
28 PRJ_EXPORTS |
|
29 |
|
30 ../inc/BITDRAW.H SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bitdraw.h) |
|
31 ../inc/BitDrawScaling.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bitdrawscaling.h) |
|
32 ../inc/BitDrawOrigin.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bitdraworigin.h) |
|
33 ../inc/BmAlphaBlend.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bmalphablend.h) |
|
34 ../inc/BitDrawInterfaceId.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bitdrawinterfaceid.h) |
|
35 ../inc/GraphicsAccelerator.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(graphicsaccelerator.h) |
|
36 #ifdef SYMBIAN_BUILD_GCE |
|
37 ../inc/bitdrawsurface.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bitdrawsurface.h) |
|
38 #endif // SYMBIAN_BUILD_GCE |
|
39 ../inc/cdsb.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(cdsb.h) |
|
40 |
|
41 PRJ_MMPFILES |
|
42 |
|
43 scdv_lib.mmp |
|
44 |
|
45 #ifdef SYMBIAN_BUILD_GCE |
|
46 // generic GCE variant |
|
47 ../group/generic.mmp |
|
48 #endif // SYMBIAN_BUILD_GCE |
|
49 |
|
50 #if defined(WINS) |
|
51 ../group/wins.mmp |
|
52 |
|
53 #ifdef SYMBIAN_BUILD_GCE |
|
54 // DLL for emulator switching between GCE (generic) and non-GCE (wins) Screen Driver |
|
55 ../group/scdv_switch.mmp |
|
56 #endif // SYMBIAN_BUILD_GCE |
|
57 |
|
58 #elif defined(GENERIC_MARM) || defined (X86GCC) |
|
59 ../group/lubbock.mmp |
|
60 ../group/integrator.mmp |
|
61 ../group/omapscdv.mmp |
|
62 #endif |
|
63 |
|
64 |
|
65 PRJ_TESTEXPORTS |
|
66 |
|
67 ../group/ScdvTest.iby /epoc32/rom/include/scdvtest.iby |
|
68 |
|
69 // batch file that runs all automatic scdv tests on hardware |
|
70 ../tsrc/scripts/scdvtest_hw_run.bat z:/scdvtest/scdvtest_run.bat |
|
71 ../tsrc/scripts/scdvtest_hw.bat z:/scdvtest/scdvtest.bat |
|
72 // Cmd file |
|
73 ../tsrc/scripts/mnt.cmd z:/scdvtest/scdvtest_mnt.cmd |
|
74 // batch file that runs all automatic scdv tests on emulator |
|
75 ../tsrc/scripts/scdvtest_run.bat /epoc32/release/winscw/udeb/scdvtest_run.bat |
|
76 ../tsrc/scripts/scdvtest_run.bat /epoc32/release/winscw/urel/scdvtest_run.bat |
|
77 |
|
78 ../tsrc/scripts/scdvtest_t_All.script z:/scdvtest/scdvtest_t_all.script |
|
79 ../tsrc/scripts/scdvtest_t_DirectScreenBitmap.script z:/scdvtest/scdvtest_t_directscreenbitmap.script |
|
80 ../tsrc/scripts/scdvtest_t_LowLevel.script z:/scdvtest/scdvtest_t_lowlevel.script |
|
81 ../tsrc/scripts/scdvtest_t_LowLevel1.script z:/scdvtest/scdvtest_t_lowlevel1.script |
|
82 ../tsrc/scripts/scdvtest_t_RWindows.script z:/scdvtest/scdvtest_t_rwindows.script |
|
83 ../tsrc/scripts/scdvtest_t_Scaling.script z:/scdvtest/scdvtest_t_scaling.script |
|
84 ../tsrc/scripts/scdvtest_t_Scdv.script z:/scdvtest/scdvtest_t_scdv.script |
|
85 #ifdef SYMBIAN_BUILD_GCE |
|
86 ../tsrc/scripts/scdvtest_t_devorientation.script z:/scdvtest/scdvtest_t_devorientation.script |
|
87 #endif // SYMBIAN_BUILD_GCE |
|
88 |
|
89 #ifdef SYMBIAN_BUILD_GCE |
|
90 // ini file that is used on the hardware |
|
91 ../tsrc/rom/wsini_test.ini /epoc32/data/z/system/data/wsini_test.ini |
|
92 #endif // SYMBIAN_BUILD_GCE |
|
93 |
|
94 PRJ_TESTMMPFILES |
|
95 |
|
96 ../group/TScdvServer.mmp |