|
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: |
|
15 * Makmake file |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 #include <data_caging_paths.hrh> |
|
22 #include <platform_paths.hrh> |
|
23 |
|
24 // Include common Mce UID definition file |
|
25 |
|
26 TARGET mcesettings.dll |
|
27 TARGETTYPE dll |
|
28 UID 0x1000008d 0x101F868D |
|
29 |
|
30 VENDORID VID_DEFAULT |
|
31 CAPABILITY CAP_GENERAL_DLL |
|
32 VERSION 10.0 |
|
33 PAGED |
|
34 |
|
35 SOURCEPATH ../src |
|
36 |
|
37 // Source files |
|
38 SOURCE DllMain.cpp |
|
39 SOURCE MceSettingsDialog.cpp |
|
40 SOURCE MceSettingsSessionObserver.cpp |
|
41 source MceSettingsArrays.cpp |
|
42 source MceSettingsMultipleServicesDialog.cpp |
|
43 source MceSettingsMtmServicesDialog.cpp |
|
44 source MceSettingsGeneralSettingsDialog.cpp |
|
45 source MceSettingsMoveprogress.cpp |
|
46 source MceSettingsMovemsgs.cpp |
|
47 source MceSettingsTitlePaneHandlerDialog.cpp |
|
48 source MceSettingsUtils.cpp |
|
49 source MceSettingsEmailSel.cpp |
|
50 |
|
51 // Resources |
|
52 START RESOURCE ../group/MceSettings.rss |
|
53 HEADER |
|
54 TARGETPATH RESOURCE_FILES_DIR |
|
55 LANGUAGE_IDS |
|
56 END |
|
57 START RESOURCE ../group/MceSettingsEmailSel.rss |
|
58 HEADER |
|
59 TARGETPATH RESOURCE_FILES_DIR |
|
60 LANGUAGE_IDS |
|
61 END |
|
62 |
|
63 // Userincludes |
|
64 USERINCLUDE ../inc ../group |
|
65 SYSTEMINCLUDE ../../../inc |
|
66 APP_LAYER_SYSTEMINCLUDE |
|
67 |
|
68 // Dependencies to other components |
|
69 |
|
70 // Dependencies to system components |
|
71 LIBRARY euser.lib |
|
72 LIBRARY aknnotify.lib // Avkon global notes |
|
73 LIBRARY avkon.lib |
|
74 LIBRARY bafl.lib |
|
75 library cone.lib |
|
76 library msgs.lib |
|
77 library mtur.lib |
|
78 library eikcore.lib |
|
79 library eikdlg.lib |
|
80 library eikcoctl.lib |
|
81 library commonengine.lib |
|
82 library muiu.lib |
|
83 LIBRARY muiu_internal.lib |
|
84 LIBRARY sendui.lib // TSendingCapabilities |
|
85 |
|
86 |
|
87 LIBRARY commonui.lib |
|
88 LIBRARY commondialogs.lib |
|
89 LIBRARY efsrv.lib |
|
90 LIBRARY estor.lib |
|
91 LIBRARY sysutil.lib |
|
92 LIBRARY eikctl.lib |
|
93 |
|
94 LIBRARY apgrfx.lib // For shared data client implementation |
|
95 LIBRARY apparc.lib // For shared data client implementation |
|
96 |
|
97 LIBRARY hlplch.lib |
|
98 LIBRARY featmgr.lib |
|
99 |
|
100 LIBRARY sssettings.lib |
|
101 LIBRARY centralrepository.lib // for central repository implementation |
|
102 |
|
103 LIBRARY imumutils.lib |
|
104 LIBRARY servicehandler.lib // for aiw |
|
105 |
|
106 #ifdef RD_MULTIPLE_DRIVE |
|
107 LIBRARY platformenv.lib |
|
108 #endif //RD_MULTIPLE_DRIVE |
|
109 // End of file |