equal
deleted
inserted
replaced
|
1 // Copyright (c) 2004-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 // MessagingTestUtilityServer2 |
|
15 // |
|
16 // |
|
17 |
|
18 TARGET messagingtestutilityserver2.exe |
|
19 TARGETTYPE EXE |
|
20 |
|
21 |
|
22 UID 0 0x102857AB |
|
23 VENDORID 0x70000001 |
|
24 |
|
25 CAPABILITY ALL -TCB |
|
26 |
|
27 SOURCEPATH ../src |
|
28 SOURCE MessagingTestUtilityServer2Main.cpp |
|
29 SOURCE MessagingTestUtilityServer2.cpp |
|
30 SOURCE TestUtilityServerObserver.cpp |
|
31 |
|
32 USERINCLUDE ../inc |
|
33 USERINCLUDE ../../../../../../app/messaging/email/pop3andsmtpmtm/servermtmutils/mobilitytestframework/inc |
|
34 |
|
35 APP_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
36 |
|
37 LIBRARY euser.lib |
|
38 LIBRARY msgs.lib |
|
39 LIBRARY bafl.lib |
|
40 LIBRARY efsrv.lib |
|
41 LIBRARY netmeta.lib |
|
42 |
|
43 #ifdef __MOBILITY_TEST_FRAMEWORK |
|
44 LIBRARY mobilitytestframework.lib |
|
45 #endif //__MOBILITY_TEST_FRAMEWORK |
|
46 |
|
47 EPOCSTACKSIZE 32000 |
|
48 |
|
49 SMPSAFE |