|
1 /* |
|
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: common email classes library |
|
15 * |
|
16 */ |
|
17 |
|
18 #include "../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber |
|
19 #include "../../../../inc/emailtraceconfig.hrh" |
|
20 #include <data_caging_paths.hrh> |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 TARGET FSFWCommonLib.dll |
|
24 TARGETTYPE dll |
|
25 UID 0x1000008d 0x2001E287 |
|
26 |
|
27 CAPABILITY CAP_GENERAL_DLL |
|
28 |
|
29 VENDORID VID_DEFAULT |
|
30 |
|
31 VERSION KEmailBinaryVersionNumber |
|
32 KEmailBinaryDemandPaging |
|
33 |
|
34 APP_LAYER_SYSTEMINCLUDE |
|
35 USERINCLUDE ../../../../inc |
|
36 |
|
37 USERINCLUDE ../inc |
|
38 SOURCEPATH ../src |
|
39 SOURCE CFSMailBox.cpp |
|
40 SOURCE CFSMailBoxBase.cpp |
|
41 SOURCE CFSMailFolder.cpp |
|
42 SOURCE CFSMailFolderBase.cpp |
|
43 SOURCE CFSMailMessage.cpp |
|
44 SOURCE CFSMailMessageBase.cpp |
|
45 SOURCE CFSMailMessagePart.cpp |
|
46 SOURCE CFSMailAddress.cpp |
|
47 SOURCE CFSMailRequestObserver.cpp |
|
48 SOURCE CFSMailIterator.cpp |
|
49 SOURCE CFSMailRequestHandler.cpp |
|
50 SOURCE CFSMailPluginData.cpp |
|
51 SOURCE emailcalendarinfoimpl.cpp |
|
52 SOURCE cemailextensionbase.cpp |
|
53 |
|
54 LIBRARY euser.lib |
|
55 LIBRARY estor.lib |
|
56 LIBRARY efsrv.lib |
|
57 LIBRARY bafl.lib |
|
58 LIBRARY apgrfx.lib |
|
59 LIBRARY apmime.lib |
|
60 LIBRARY ecom.lib |
|
61 LIBRARY cntmodel.lib |
|
62 LIBRARY cmaillogger.lib |
|
63 LIBRARY eikcore.lib |
|
64 LIBRARY avkon.lib |
|
65 |
|
66 LIBRARY flogger.lib |