|
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 TARGET tgraphicsharness.dll |
|
17 TARGETTYPE DLL |
|
18 UID 0x1100008D 0x10273363 |
|
19 VENDORID 0x70000001 |
|
20 CAPABILITY All -tcb |
|
21 |
|
22 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
23 OS_LAYER_ESTLIB_SYSTEMINCLUDE |
|
24 |
|
25 USERINCLUDE ../inc |
|
26 SOURCEPATH ../src |
|
27 SOURCE TGraphicsHarness.cpp |
|
28 SOURCE TTMSGraphicsStep.cpp |
|
29 SOURCE thashreferenceimages.cpp |
|
30 |
|
31 |
|
32 #if defined(WINS) |
|
33 // No special resource file required for emulator since eshell is not required. |
|
34 #else |
|
35 #ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT |
|
36 // No special resource file required. SSMA enables doing this by adding keyword in iby. |
|
37 #else // SYMBIAN_SYSTEM_STATE_MANAGEMENT |
|
38 // Resource file for overnight DABS automated hardware testing: Full techview bootup + eshell |
|
39 sourcepath ../resource/hardware |
|
40 START RESOURCE SSCForStartupMode0_eshell.rss |
|
41 TARGETPATH /private/10205c44/graphics/test |
|
42 END |
|
43 #endif // SYMBIAN_SYSTEM_STATE_MANAGEMENT |
|
44 #endif |
|
45 |
|
46 |
|
47 LIBRARY euser.lib |
|
48 LIBRARY testexecuteutils.lib |
|
49 LIBRARY testexecutelogclient.lib |
|
50 LIBRARY ws32.lib |
|
51 LIBRARY apgrfx.lib |
|
52 LIBRARY bitgdi.lib |
|
53 LIBRARY fbscli.lib |
|
54 LIBRARY hal.lib |
|
55 LIBRARY hash.lib |
|
56 LIBRARY flogger.lib |
|
57 LIBRARY efsrv.lib |
|
58 LIBRARY bafl.lib |
|
59 |
|
60 DEFFILE TGraphicsHarness.def |
|
61 |
|
62 START BITMAP wsautotest.mbm |
|
63 HEADER |
|
64 TARGETPATH /wstest |
|
65 SOURCEPATH ../images |
|
66 SOURCE 2 bmp1.bmp bmp1mask.bmp |
|
67 SOURCE 8 alpha1.bmp alpha2.bmp alpha3.bmp |
|
68 SOURCE c24 circles24b.bmp |
|
69 SOURCE 1 circles_mask2b.bmp |
|
70 SOURCE c24 circles_mask256.bmp |
|
71 SOURCE c24 b9.bmp |
|
72 END |
|
73 |
|
74 START BITMAP testcircles.mbm |
|
75 HEADER |
|
76 TARGETPATH /wstest |
|
77 SOURCEPATH ../images |
|
78 SOURCE c24 testcircles.bmp |
|
79 END |
|
80 |
|
81 START BITMAP spritebitmaps.mbm |
|
82 HEADER |
|
83 TARGETPATH /wstest |
|
84 SOURCEPATH ../images |
|
85 SOURCE 2 windml1a.bmp windml2a.bmp windml1b.bmp windml2b.bmp |
|
86 SOURCE 2 windml1c.bmp windml2c.bmp windml1d.bmp windml2d.bmp |
|
87 SOURCE 2 mil1mask.bmp mil2mask.bmp |
|
88 END |
|
89 |
|
90 SMPSAFE |