|
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 // sendasserver.exe SendAs2 Server |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 TARGET sendasserver.exe |
|
23 TARGETTYPE exe |
|
24 TARGETPATH sys/bin |
|
25 |
|
26 CAPABILITY ReadDeviceData WriteDevicedata ProtServ NetworkControl NetworkServices LocalServices ReaduserData WriteUserData |
|
27 UID 0x1000008d 0x10204286 |
|
28 VENDORID 0x70000001 |
|
29 |
|
30 EPOCHEAPSIZE 0x1000 0x400000 |
|
31 |
|
32 SOURCEPATH ../src |
|
33 SOURCE sendasserverstart.cpp |
|
34 SOURCE csendasserver.cpp |
|
35 SOURCE csendasservertimer.cpp |
|
36 SOURCE csendassession.cpp |
|
37 SOURCE csendasmessage.cpp |
|
38 SOURCE csendasmtmmanager.cpp |
|
39 SOURCE csendassender.cpp |
|
40 SOURCE csendasattachment.cpp |
|
41 SOURCE csendasactivecontainer.cpp |
|
42 SOURCE tsendasserverpanic.cpp |
|
43 SOURCE csendaseditwatcher.cpp |
|
44 |
|
45 |
|
46 USERINCLUDE ../inc |
|
47 USERINCLUDE ../../../msgsrvnstore/server/inc |
|
48 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
49 |
|
50 #if (defined SYMBIAN_USER_PROMPT_SERVICE) |
|
51 #endif |
|
52 |
|
53 LIBRARY euser.lib |
|
54 LIBRARY msgs.lib |
|
55 LIBRARY bafl.lib |
|
56 LIBRARY efsrv.lib |
|
57 LIBRARY etext.lib |
|
58 LIBRARY estor.lib |
|
59 LIBRARY mtur.lib |
|
60 LIBRARY sendas2.lib |
|
61 LIBRARY eikcore.lib |
|
62 LIBRARY cone.lib |
|
63 LIBRARY ecom.lib |
|
64 |
|
65 #if (defined SYMBIAN_USER_PROMPT_SERVICE) |
|
66 LIBRARY upsclient.lib |
|
67 #endif |
|
68 |
|
69 SOURCEPATH . |
|
70 start resource sendasserver.rss |
|
71 TARGET sendasserver.rsc |
|
72 TARGETPATH resource/messaging |
|
73 end |
|
74 |
|
75 |
|
76 SMPSAFE |