equal
deleted
inserted
replaced
|
1 // Copyright (c) 1997-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 tclocktestserver.exe |
|
17 TARGETTYPE exe |
|
18 VENDORID 0x70000001 |
|
19 CAPABILITY All -Tcb |
|
20 |
|
21 USERINCLUDE ../tef ../inc ../../../../appsupport/appfw/uiftestfw/inc |
|
22 SOURCEPATH . |
|
23 MW_LAYER_SYSTEMINCLUDE |
|
24 |
|
25 SOURCE TClockTestServer.cpp |
|
26 SOURCE TCLCK0STEP.CPP |
|
27 SOURCE TCLCK1STEP.CPP |
|
28 SOURCE TCLCK2STEP.CPP |
|
29 SOURCE TMSGWIN0STEP.CPP |
|
30 |
|
31 LIBRARY euser.lib gdi.lib fbscli.lib ws32.lib clock.lib bafl.lib cone.lib |
|
32 LIBRARY appfwk_test_appui.lib testexecuteutils.lib |
|
33 LIBRARY testexecutelogclient.lib |
|
34 LIBRARY efsrv.lib |
|
35 |
|
36 |
|
37 START BITMAP mbs0.mbm |
|
38 HEADER |
|
39 TARGETPATH /system/data |
|
40 SOURCEPATH ../tdata |
|
41 SOURCE 2 CLOCK.BMP CLOCKMSK.BMP |
|
42 END |
|
43 |
|
44 START BITMAP mbs1.mbm |
|
45 HEADER |
|
46 TARGETPATH /system/data |
|
47 SOURCEPATH ../tdata |
|
48 SOURCE 2 CLOCK.BMP CLOCKMSK.BMP |
|
49 END |
|
50 |
|
51 |
|
52 #if defined(WINSCW) |
|
53 DEFFILE ../bwins/TCLOCKTESTSERVER.DEF |
|
54 #else |
|
55 DEFFILE ../eabi/TCLOCKTESTSERVER.def |
|
56 #endif |
|
57 |
|
58 |
|
59 |
|
60 SMPSAFE |