|
1 // Copyright (c) 2003-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 // @file |
|
15 // @test |
|
16 // @internalComponent - Internal Symbian test code * |
|
17 // |
|
18 // |
|
19 |
|
20 TARGET tfepbasetestserver.exe |
|
21 TARGETTYPE exe |
|
22 UID 0x1000007A 0x10004c74 |
|
23 VENDORID 0x70000001 |
|
24 |
|
25 CAPABILITY All -Tcb |
|
26 |
|
27 APP_LAYER_SYSTEMINCLUDE |
|
28 MW_LAYER_SYSTEMINCLUDE |
|
29 OS_LAYER_SYSTEMINCLUDE |
|
30 |
|
31 USERINCLUDE ../inc |
|
32 USERINCLUDE ../feps |
|
33 USERINCLUDE ../../../../../appsupport/appfw/uiftestfw/inc |
|
34 USERINCLUDE ../../include |
|
35 |
|
36 |
|
37 SOURCEPATH ../src |
|
38 SOURCE TFepBaseTestServer.cpp |
|
39 SOURCE TFEP1TESTTARGET.CPP |
|
40 SOURCE DEFOCUSING_EDWIN.CPP |
|
41 SOURCE KEYBOARDLOGGER.CPP |
|
42 SOURCE TAPPMORSE.cpp |
|
43 SOURCE TFepGen.CPP |
|
44 |
|
45 |
|
46 LIBRARY euser.lib |
|
47 LIBRARY cone.lib |
|
48 LIBRARY bafl.lib |
|
49 LIBRARY eikdlg.lib |
|
50 LIBRARY eikcoctl.lib |
|
51 LIBRARY eikcore.lib |
|
52 LIBRARY ws32.lib |
|
53 LIBRARY gdi.lib |
|
54 LIBRARY egul.lib |
|
55 LIBRARY ecom.lib |
|
56 LIBRARY fepbase.lib |
|
57 LIBRARY appfwk_test_appui.lib |
|
58 LIBRARY testexecuteutils.lib |
|
59 LIBRARY testexecutelogclient.lib |
|
60 LIBRARY centralrepository.lib |
|
61 |
|
62 resource TFEP1TESTTARGET.rss |
|
63 start resource TFEP1TESTTARGET.rss |
|
64 targetpath /system/test/fepbasetest |
|
65 lang 01 10 |
|
66 end |
|
67 |
|
68 |
|
69 // We're quite heavy on the stack... 4k in WinS isn't enough... |
|
70 EPOCSTACKSIZE 0x6000 |
|
71 |
|
72 SMPSAFE |