|
1 /* |
|
2 * Copyright (c) 2002 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: This is a project specification file for the |
|
15 * AlwaysOnlineEmailPlugin. |
|
16 * |
|
17 * |
|
18 */ |
|
19 |
|
20 |
|
21 #include <data_caging_paths.hrh> |
|
22 #include <platform_paths.hrh> |
|
23 |
|
24 TARGET AlwaysOnlineEmailPlugin.dll |
|
25 TARGETTYPE PLUGIN |
|
26 // ECOM Dll recognition UID followed by the unique UID for this dll |
|
27 UID 0x10009D8D 0x101F85ED |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 //EXPORTUNFROZEN |
|
31 //nostrictdef |
|
32 |
|
33 SOURCEPATH ../src |
|
34 SOURCE AlwaysOnlineEmailPlugin.cpp |
|
35 SOURCE AlwaysOnlineEmailPluginMain.cpp |
|
36 |
|
37 SOURCE AlwaysOnlineEmailAgentBase.cpp |
|
38 SOURCE AlwaysOnlineImapAgent.cpp |
|
39 SOURCE AlwaysOnlinePopAgent.cpp |
|
40 SOURCE AlwaysOnlineEmailAgent.cpp |
|
41 SOURCE AlwaysOnlineEmailPluginTimer.cpp |
|
42 SOURCE AlwaysOnlineImap4FolderPopulate.cpp |
|
43 SOURCE AlwaysOnlineImap4FolderObserver.cpp |
|
44 SOURCE AlwaysOnlineEmailEMNResolver.cpp |
|
45 SOURCE AlwaysOnlineEmailLoggingTools.cpp |
|
46 |
|
47 |
|
48 USERINCLUDE ../inc |
|
49 //USERINCLUDE ../../inc |
|
50 SYSTEMINCLUDE ../../../inc |
|
51 APP_LAYER_SYSTEMINCLUDE |
|
52 |
|
53 SOURCEPATH ../src |
|
54 START RESOURCE AlwaysOnlineEmailPluginData.rss |
|
55 HEADER |
|
56 TARGETPATH RESOURCE_FILES_DIR |
|
57 LANGUAGE_IDS |
|
58 END |
|
59 |
|
60 START RESOURCE 101F85ED.RSS |
|
61 TARGET AlwaysOnlineEmailPlugin.rsc |
|
62 END |
|
63 |
|
64 LIBRARY euser.lib |
|
65 LIBRARY ECom.lib |
|
66 LIBRARY msgs.lib |
|
67 LIBRARY muiu.lib |
|
68 LIBRARY muiu_internal.lib |
|
69 LIBRARY commonengine.lib //stringloader |
|
70 LIBRARY aknnotify.lib |
|
71 LIBRARY commdb.lib |
|
72 LIBRARY efsrv.lib |
|
73 LIBRARY imcm.lib |
|
74 LIBRARY centralrepository.lib |
|
75 LIBRARY ImumUtils.lib |
|
76 LIBRARY bafl.lib |
|
77 LIBRARY cmmanager.lib |
|
78 DEBUGLIBRARY flogger.lib |
|
79 CAPABILITY CAP_ECOM_PLUGIN |
|
80 |