27
|
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 |
* This is project specification file for the Mce.
|
|
16 |
*
|
|
17 |
*/
|
|
18 |
|
|
19 |
|
|
20 |
|
|
21 |
#include <data_caging_paths.hrh>
|
|
22 |
#include <platform_paths.hrh>
|
|
23 |
|
|
24 |
MACRO RD_HIDE_MEMORY_IN_USE
|
|
25 |
#define RD_HIDE_MEMORY_IN_USE
|
|
26 |
|
|
27 |
TARGET mce.exe
|
|
28 |
EPOCSTACKSIZE 0x6000
|
|
29 |
|
|
30 |
// Not allowing emulator to allocation 0x2000000 Maximum head size for messaging, making emulator more stable.
|
|
31 |
#ifndef WINSCW
|
|
32 |
EPOCHEAPSIZE 0x1000 0x2000000
|
|
33 |
#endif
|
|
34 |
|
|
35 |
TARGETTYPE exe
|
|
36 |
UID 0x100039CE 0x100058C5
|
|
37 |
|
|
38 |
VENDORID VID_DEFAULT
|
|
39 |
CAPABILITY CAP_APPLICATION NetworkControl DiskAdmin
|
|
40 |
VERSION 10.0
|
|
41 |
PAGED
|
|
42 |
|
|
43 |
SOURCEPATH ../src
|
|
44 |
|
|
45 |
|
|
46 |
SOURCE MceApplication.cpp
|
|
47 |
SOURCE MceBitmapResolver.cpp
|
|
48 |
SOURCE MceCancelSendingOperation.cpp
|
|
49 |
SOURCE MceChangeFlagOperation.cpp
|
|
50 |
SOURCE MceConnectMailboxTimer.cpp
|
|
51 |
SOURCE MceDeliveryReportAdapter.cpp
|
|
52 |
SOURCE MceDeliveryReportControlContainer.cpp
|
|
53 |
SOURCE MceDeliveryReportView.cpp
|
|
54 |
SOURCE MceDocument.cpp
|
|
55 |
SOURCE MceEmailNotifHandler.cpp
|
|
56 |
SOURCE MceIdleMtmLoader.cpp
|
|
57 |
SOURCE MceMainViewEmptyListContainer.cpp
|
|
58 |
SOURCE MceMainViewListContainer.cpp
|
|
59 |
SOURCE MceMainViewListItemArray.cpp
|
|
60 |
SOURCE MceMainViewListView.cpp
|
|
61 |
SOURCE MceMessageListbox.cpp
|
|
62 |
SOURCE MceMessageListboxItemDrawer.cpp
|
|
63 |
SOURCE MceMessageListContainerBase.cpp
|
|
64 |
SOURCE MceMessageListContainer.cpp
|
|
65 |
SOURCE MceMessageListContTimer.cpp
|
|
66 |
SOURCE MceMessageListItemArray.cpp
|
|
67 |
SOURCE MceMessageListView.cpp
|
|
68 |
SOURCE MceNaviPaneFolderIndicator.cpp
|
|
69 |
SOURCE McePropertySubscriber.cpp
|
|
70 |
SOURCE MceSendOperation.cpp
|
|
71 |
SOURCE MceSessionHolder.cpp
|
|
72 |
SOURCE mceui.cpp
|
|
73 |
SOURCE MceUtils.cpp
|
|
74 |
SOURCE MceUtilsIdleClass.cpp
|
|
75 |
#ifdef __PROTOCOL_GSM
|
|
76 |
SOURCE MceListItemArrayGetSmsNumberGSM.cpp
|
|
77 |
#else
|
|
78 |
SOURCE MceListItemArrayGetSmsNumberCDMA.cpp
|
|
79 |
#endif
|
|
80 |
SOURCE MceAttachmentAddition.cpp
|
|
81 |
|
|
82 |
SOURCE MceOneRowMessageListArray.cpp
|
|
83 |
SOURCE MceOneRowMessageListArrayLoader.cpp
|
|
84 |
SOURCE MceOneRowMessageListBitmapResolver.cpp
|
|
85 |
SOURCE MceOneRowMessageListContainer.cpp
|
|
86 |
SOURCE MceListboxTypeObserver.cpp
|
|
87 |
SOURCE mceiaupdateutils.cpp
|
|
88 |
|
|
89 |
START RESOURCE ../group/mce.rss
|
|
90 |
HEADER
|
|
91 |
TARGETPATH APP_RESOURCE_DIR
|
|
92 |
LANGUAGE_IDS
|
|
93 |
END
|
|
94 |
|
|
95 |
|
|
96 |
START RESOURCE ../group/Mce_reg.rss
|
|
97 |
DEPENDS mce.rsg
|
|
98 |
// Do not change the UID below.
|
|
99 |
TARGETPATH /private/10003a3f/apps
|
|
100 |
END
|
|
101 |
|
|
102 |
USERINCLUDE ../inc ../logenginc ../group
|
|
103 |
#ifdef __PROTOCOL_CDMA
|
|
104 |
SYSTEMINCLUDE /epoc32/include/messaging/sms
|
|
105 |
#endif
|
|
106 |
SYSTEMINCLUDE /epoc32/include/ecom
|
|
107 |
SYSTEMINCLUDE ../../../inc
|
|
108 |
APP_LAYER_SYSTEMINCLUDE
|
|
109 |
|
|
110 |
LIBRARY euser.lib
|
|
111 |
LIBRARY bafl.lib
|
|
112 |
LIBRARY apparc.lib
|
|
113 |
LIBRARY apgrfx.lib
|
|
114 |
LIBRARY apmime.lib
|
|
115 |
LIBRARY cone.lib
|
|
116 |
LIBRARY eikcore.lib
|
|
117 |
LIBRARY eikcoctl.lib
|
|
118 |
LIBRARY eikctl.lib
|
|
119 |
LIBRARY avkon.lib
|
|
120 |
LIBRARY egul.lib
|
|
121 |
LIBRARY msgs.lib
|
|
122 |
LIBRARY mtur.lib
|
|
123 |
LIBRARY muiu.lib
|
|
124 |
LIBRARY muiu_internal.lib
|
|
125 |
LIBRARY imcm.lib
|
|
126 |
|
|
127 |
LIBRARY commonengine.lib
|
|
128 |
LIBRARY npdlib.lib
|
|
129 |
LIBRARY phoneclient.lib
|
|
130 |
LIBRARY mcelogeng.lib
|
|
131 |
LIBRARY commonui.lib // CErrorUI
|
|
132 |
LIBRARY ptiengine.lib
|
|
133 |
LIBRARY mmscodecclient.lib // for MMS Template Decoding
|
|
134 |
|
|
135 |
#ifdef __PROTOCOL_CDMA
|
|
136 |
LIBRARY cdmau.lib
|
|
137 |
#endif
|
|
138 |
|
|
139 |
LIBRARY gsmu.lib
|
|
140 |
LIBRARY smcm.lib
|
|
141 |
|
|
142 |
LIBRARY etext.lib
|
|
143 |
LIBRARY aknskins.lib
|
|
144 |
LIBRARY mmsgenutils.lib
|
|
145 |
LIBRARY mcesettings.lib
|
|
146 |
|
|
147 |
#if defined(WINS)
|
|
148 |
DEBUGLIBRARY flogger.lib
|
|
149 |
#endif
|
|
150 |
|
|
151 |
LIBRARY estor.lib
|
|
152 |
LIBRARY hlplch.lib // HlpLauncher
|
|
153 |
LIBRARY featmgr.lib
|
|
154 |
LIBRARY numbergrouping.lib
|
|
155 |
|
|
156 |
LIBRARY imumutils.lib
|
|
157 |
LIBRARY connmon.lib
|
|
158 |
LIBRARY efsrv.lib
|
|
159 |
|
|
160 |
LIBRARY sssettings.lib
|
|
161 |
|
|
162 |
LIBRARY aknicon.lib
|
|
163 |
LIBRARY centralrepository.lib
|
|
164 |
|
|
165 |
#ifdef RD_MULTIPLE_DRIVE
|
|
166 |
LIBRARY platformenv.lib
|
|
167 |
#endif // RD_MULTIPLE_DRIVE
|
|
168 |
|
|
169 |
|
|
170 |
#ifdef __PROTOCOL_CDMA
|
|
171 |
MACRO CDMA_API_ENABLED
|
|
172 |
MACRO GSM_COMPATIBILITY_MODE
|
|
173 |
#endif
|
|
174 |
|
|
175 |
// MMS.Content.Upload
|
|
176 |
LIBRARY sendui.lib
|
|
177 |
LIBRARY ws32.lib // RWsSession
|
|
178 |
LIBRARY servicehandler.lib
|
|
179 |
|
|
180 |
// NCN
|
|
181 |
LIBRARY ecom.lib
|
|
182 |
LIBRARY gdi.lib
|
|
183 |
LIBRARY aknlayout2scalable.lib
|
|
184 |
LIBRARY cdlengine.lib
|
|
185 |
LIBRARY aknhlist.lib
|
|
186 |
|
|
187 |
//DRM
|
|
188 |
LIBRARY msgcommonutils.lib
|
|
189 |
|
|
190 |
//IAUpdate
|
|
191 |
LIBRARY iaupdateapi.lib
|
|
192 |
|
|
193 |
SOURCEPATH ../group
|
|
194 |
DOCUMENT bld.inf
|
|
195 |
SOURCEPATH ../loc
|
|
196 |
DOCUMENT mce.loc
|
|
197 |
SOURCEPATH ../inc
|
|
198 |
DOCUMENT MceStrings.rss
|
|
199 |
|
|
200 |
//AIF Mce.aif . MceAif.rss c8,8 ../../../s60/bitmaps2/qgn_menu_mce_cxt.bmp ../../../s60/bitmaps2/qgn_menu_mce_cxt_mask_soft.bmp ../../../s60/bitmaps2/qgn_menu_mce_lst.bmp ../../../s60/bitmaps2/qgn_menu_mce_lst_mask_soft.bmp
|
|
201 |
|
|
202 |
LIBRARY gfxtrans.lib //This links to Symbian's gfxtranseffect library
|
|
203 |
// End of file
|