|
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 |
|
23 TARGET GSEmailSettingsPluginDll.dll |
|
24 TARGETTYPE PLUGIN |
|
25 UID 0x10009d8d 0x2001F40C |
|
26 |
|
27 CAPABILITY CAP_ECOM_PLUGIN |
|
28 |
|
29 VERSION KEmailBinaryVersionNumber |
|
30 KEmailBinaryDemandPaging |
|
31 |
|
32 SOURCEPATH ../src |
|
33 |
|
34 SOURCE GSPluginImplTbl.cpp |
|
35 SOURCE GSEmailSettingsView.cpp |
|
36 |
|
37 SOURCEPATH ../group |
|
38 |
|
39 USERINCLUDE ../inc |
|
40 |
|
41 APP_LAYER_SYSTEMINCLUDE |
|
42 |
|
43 |
|
44 USERINCLUDE ../../../inc |
|
45 // ECOM resource definition |
|
46 SOURCEPATH ../data |
|
47 START RESOURCE 2001F40C.rss |
|
48 TARGET GSEmailSettingsPluginDll.rsc |
|
49 END // ECOM resource definition |
|
50 |
|
51 START RESOURCE GSEmailSettingsPlugin.rss |
|
52 HEADER |
|
53 targetpath /resource/apps |
|
54 LANGUAGE_IDS |
|
55 end |
|
56 |
|
57 LIBRARY euser.lib |
|
58 LIBRARY apparc.lib |
|
59 LIBRARY cone.lib |
|
60 LIBRARY eikcore.lib |
|
61 LIBRARY efsrv.lib |
|
62 LIBRARY CommonEngine.lib |
|
63 LIBRARY avkon.lib |
|
64 LIBRARY GSFramework.lib |
|
65 LIBRARY bafl.lib |
|
66 LIBRARY eikcoctl.lib |
|
67 LIBRARY eikctl.lib |
|
68 LIBRARY gsecomplugin.lib |
|
69 LIBRARY estor.lib |
|
70 LIBRARY aknicon.lib |
|
71 LIBRARY egul.lib |
|
72 LIBRARY cmaillogger.lib |
|
73 |
|
74 DEFFILE GSEmailSettingsPluginDll.def |