|
1 /* |
|
2 * Copyright (c) 2007 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: Email plugin for s60 general settings |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 #include "../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber |
|
22 #include "../../../inc/emailtraceconfig.hrh" |
|
23 |
|
24 TARGET GSEmailSettingsPluginDll.dll |
|
25 TARGETTYPE PLUGIN |
|
26 UID 0x10009d8d 0x2001F40C |
|
27 |
|
28 CAPABILITY CAP_ECOM_PLUGIN |
|
29 |
|
30 VERSION KEmailBinaryVersionNumber |
|
31 KEmailBinaryDemandPaging |
|
32 |
|
33 SOURCEPATH ../src |
|
34 |
|
35 SOURCE GSPluginImplTbl.cpp |
|
36 SOURCE GSEmailSettingsView.cpp |
|
37 |
|
38 SOURCEPATH ../group |
|
39 |
|
40 USERINCLUDE ../inc |
|
41 |
|
42 APP_LAYER_SYSTEMINCLUDE |
|
43 |
|
44 |
|
45 USERINCLUDE ../../../inc |
|
46 // ECOM resource definition |
|
47 SOURCEPATH ../data |
|
48 START RESOURCE 2001F40C.rss |
|
49 TARGET GSEmailSettingsPluginDll.rsc |
|
50 END // ECOM resource definition |
|
51 |
|
52 START RESOURCE GSEmailSettingsPlugin.rss |
|
53 HEADER |
|
54 targetpath /resource/apps |
|
55 LANGUAGE_IDS |
|
56 end |
|
57 |
|
58 LIBRARY euser.lib |
|
59 LIBRARY apparc.lib |
|
60 LIBRARY cone.lib |
|
61 LIBRARY eikcore.lib |
|
62 LIBRARY efsrv.lib |
|
63 LIBRARY CommonEngine.lib |
|
64 LIBRARY avkon.lib |
|
65 LIBRARY GSFramework.lib |
|
66 LIBRARY bafl.lib |
|
67 LIBRARY eikcoctl.lib |
|
68 LIBRARY eikctl.lib |
|
69 LIBRARY gsecomplugin.lib |
|
70 LIBRARY estor.lib |
|
71 LIBRARY aknicon.lib |
|
72 LIBRARY egul.lib |
|
73 LIBRARY cmaillogger.lib |
|
74 #ifdef TRACE_INTO_FILE |
|
75 LIBRARY flogger.lib |
|
76 #endif // TRACE_INTO_FILE |
|
77 |
|
78 DEFFILE GSEmailSettingsPluginDll.def |