|
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: Project definition file for chat application. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 //HELP SYSTEM INCLUDES |
|
20 |
|
21 // To get the APP_LAYER_SYSTEMINCLUDE-definition |
|
22 #include <platform_paths.hrh> |
|
23 #include <data_caging_paths.hrh> |
|
24 |
|
25 CAPABILITY CAP_APPLICATION NetworkControl |
|
26 |
|
27 #include "../../Inc/impsbuilddefinitions.h" |
|
28 #include "../../inc/ChatNGCommonUIDs.h" |
|
29 |
|
30 TARGET chatng.exe |
|
31 TARGETTYPE exe |
|
32 epocstacksize 0x5000 |
|
33 EPOCHEAPSIZE 0x5000 0x300000 // min 20kb, max 3mb |
|
34 |
|
35 UID KWVUIAVEEXEUIDS1 KWVUIAVEEXEUIDS2 |
|
36 |
|
37 VENDORID VID_DEFAULT |
|
38 |
|
39 START RESOURCE ../AppRss/ChatNG.rss |
|
40 DEPENDS aknfep.rsg |
|
41 HEADER |
|
42 TARGETPATH APP_RESOURCE_DIR |
|
43 LANGUAGE_IDS |
|
44 END |
|
45 |
|
46 START RESOURCE ../aif/ChatNG_reg.rss |
|
47 DEPENDS chatng.rsg |
|
48 // Do not change the UID below. |
|
49 TARGETPATH /private/10003a3f/apps |
|
50 END |
|
51 |
|
52 SOURCEPATH ../../Utils |
|
53 SOURCE CAUtils.cpp |
|
54 SOURCE CAVersion.cpp |
|
55 |
|
56 SOURCEPATH ../AppSrc |
|
57 SOURCE CCAAppUi.cpp |
|
58 SOURCE CAViewCreator.cpp |
|
59 SOURCE CCASingleListContainer.cpp |
|
60 |
|
61 SOURCE CCASingleListViewArray.cpp |
|
62 SOURCE CCASingleListView.cpp |
|
63 |
|
64 SOURCE CCASearchViewContainer.cpp |
|
65 SOURCE CCAGroupUtils.cpp |
|
66 SOURCE CCAUISessionManager.cpp |
|
67 SOURCE CCAConversationsView.cpp |
|
68 SOURCE CCAConversationsContainer.cpp |
|
69 SOURCE CCAToneSettingItem.cpp |
|
70 SOURCE CCAAppSettingsSAPExt.cpp |
|
71 |
|
72 SOURCE CCAContactDetailsDialog.cpp |
|
73 SOURCE CCAContactEditor.cpp |
|
74 SOURCE CCAContactSelectionDialog.cpp |
|
75 SOURCE CCABlockingDialog.cpp |
|
76 SOURCE CCABlockingUI.cpp |
|
77 SOURCE ccainvitationcontainer.cpp |
|
78 SOURCE ccainvitationview.cpp |
|
79 |
|
80 SOURCE CCASmileyUtil.cpp |
|
81 |
|
82 SOURCE CCAChatView.cpp |
|
83 SOURCE CCAChatViewContainer.cpp |
|
84 SOURCE CCAUiMessageUtils.cpp |
|
85 |
|
86 SOURCE CCATextViewControl.cpp |
|
87 SOURCE CCAChatViewControl.cpp |
|
88 SOURCE CCACustomDraw.cpp |
|
89 SOURCE CCAPicture.cpp |
|
90 SOURCE CCAMessageWrapper.cpp |
|
91 SOURCE CCARichTextContainer.cpp |
|
92 |
|
93 SOURCE CCAApp.cpp |
|
94 SOURCE CCADocument.cpp |
|
95 |
|
96 SOURCE CCAIdleWait.cpp |
|
97 SOURCE CCAView.cpp |
|
98 SOURCE CCASettingsView.cpp |
|
99 SOURCE CCASettingsViewContainer.cpp |
|
100 SOURCE CCASearchView.cpp |
|
101 |
|
102 SOURCE CCAMultiLineDataQueryDialog.cpp |
|
103 SOURCE CCAAppSettingsDialog.cpp |
|
104 |
|
105 SOURCE CCAAccessListDialog.cpp |
|
106 SOURCE CCAGroupPropertiesDialog.cpp |
|
107 |
|
108 SOURCE CCAChatInfoArray.cpp |
|
109 SOURCE CCAAccessArray.cpp |
|
110 |
|
111 SOURCE CCAStatusPaneHandler.cpp |
|
112 |
|
113 SOURCE CCAMessageEditor.cpp |
|
114 SOURCE CCAInviteEditor.cpp |
|
115 |
|
116 |
|
117 SOURCE CCAInputAbsorber.cpp |
|
118 |
|
119 SOURCE CCARecordedChatsListView.cpp |
|
120 SOURCE CCARecordedChatsListViewContainer.cpp |
|
121 SOURCE CCARecordedChatsArray.cpp |
|
122 SOURCE CCARecordedChatsView.cpp |
|
123 SOURCE CCARecordedChatsContainer.cpp |
|
124 |
|
125 SOURCE CCASmileIconDialog.cpp |
|
126 SOURCE CCASmileIconGrid.cpp |
|
127 SOURCE CCASmileIconUtility.cpp |
|
128 SOURCE CCASmileString.cpp |
|
129 SOURCE ccasmileyinformation.cpp |
|
130 SOURCE CCAIconLoader.cpp |
|
131 SOURCE CCAMessageExtensionsHandler.cpp |
|
132 SOURCE CCARefreshView.cpp |
|
133 SOURCE CCAEmptyControl.cpp |
|
134 |
|
135 SOURCE CCAFadeControl.cpp |
|
136 SOURCE CCAGlobalNoteHandler.cpp |
|
137 SOURCE CCALayoutInfo.cpp |
|
138 |
|
139 SOURCE CCAReactiveAuthorization.cpp |
|
140 |
|
141 SOURCE CCAPSPropWatcher.cpp |
|
142 |
|
143 SOURCE ccacontactlistbox.cpp |
|
144 SOURCE ccacontactlistboxmodel.cpp |
|
145 |
|
146 SOURCE ccasyncchecker.cpp |
|
147 SOURCE catouchutils.cpp |
|
148 |
|
149 SOURCE CCAUINGUtils.CPP |
|
150 SOURCE CCAEditIndicator.cpp |
|
151 SOURCE ccacoloursettingitem.cpp |
|
152 |
|
153 SOURCE CCASplashScreen.cpp |
|
154 SOURCE CCASplashScreenControl.cpp |
|
155 |
|
156 USERINCLUDE ../../cenrep |
|
157 |
|
158 // PUBLISH AND SUBSCRIBE PROPERTY OBSERVER |
|
159 |
|
160 // VARIATION SOURCES |
|
161 |
|
162 SOURCEPATH ../../wvvariant/Src |
|
163 |
|
164 SOURCE CCAVariantFactory.cpp |
|
165 SOURCE CCAVariantFactoryImp.cpp |
|
166 SOURCE CCASkinVariant20.cpp // 2.0 |
|
167 SOURCE CCAOpBrandVariant21.cpp // 2.1 |
|
168 SOURCE CCAAHVariant20.cpp |
|
169 SOURCE CCAIconFileProvider.cpp |
|
170 |
|
171 USERINCLUDE . |
|
172 USERINCLUDE ../AppInc |
|
173 USERINCLUDE ../AppSrc |
|
174 USERINCLUDE ../AppRss |
|
175 USERINCLUDE ../../loc |
|
176 |
|
177 USERINCLUDE ../../wvuiprocess/inc |
|
178 USERINCLUDE ../../wvuistorage/inc |
|
179 USERINCLUDE ../../wvuipresence/inc |
|
180 USERINCLUDE ../../ImUtils/inc |
|
181 USERINCLUDE ../../wvaudiomanager/inc |
|
182 |
|
183 USERINCLUDE ../../wvuieng/EngInc |
|
184 USERINCLUDE ../../wvlogger/Inc |
|
185 USERINCLUDE ../../Inc |
|
186 USERINCLUDE ../../Group |
|
187 USERINCLUDE ../../wvuiada/inc |
|
188 USERINCLUDE ../../Utils |
|
189 |
|
190 |
|
191 USERINCLUDE ../../WVCommandUtils/inc |
|
192 |
|
193 // VARIATION INCLUDES |
|
194 |
|
195 USERINCLUDE ../../wvvariant/src |
|
196 USERINCLUDE ../../wvvariant/AlternatorInc |
|
197 |
|
198 |
|
199 #include "../../Inc/impsbuilddefinitions.h" |
|
200 |
|
201 #ifdef _ENABLE_DEBUG_PRINT |
|
202 MACRO CHAT_ENABLE_DEBUG_PRINT |
|
203 #ifdef _ENABLE_FILE_DEBUG |
|
204 MACRO CHAT_DEBUG_OUTPUT_TO_FILE |
|
205 #define IM_CHAT_DEBUG_FLOGGER |
|
206 |
|
207 #endif |
|
208 #endif |
|
209 |
|
210 #ifdef _ENABLE_LAYOUT_DEBUG_PRINT |
|
211 MACRO LAYOUT_ENABLE_DEBUG_PRINT |
|
212 #ifdef _ENABLE_LAYOUT_FILE_DEBUG |
|
213 MACRO LAYOUT_DEBUG_OUTPUT_TO_FILE |
|
214 #define IM_LAYOUT_DEBUG_FLOGGER |
|
215 #endif |
|
216 #endif |
|
217 |
|
218 #if defined(IM_CHAT_DEBUG_FLOGGER) || defined(IM_LAYOUT_DEBUG_FLOGGER) |
|
219 LIBRARY flogger.lib |
|
220 #endif |
|
221 |
|
222 SYSTEMINCLUDE ../../../inc //ADO-specific include directory |
|
223 |
|
224 SYSTEMINCLUDE ../../../im_pub/im_api/inc |
|
225 SYSTEMINCLUDE ../../../im_pub/im_application_launch_api/inc |
|
226 SYSTEMINCLUDE ../../../im_plat/wv_sap_settings_api/inc |
|
227 |
|
228 APP_LAYER_SYSTEMINCLUDE |
|
229 |
|
230 LIBRARY hlplch.lib |
|
231 |
|
232 LIBRARY euser.lib |
|
233 LIBRARY apparc.lib |
|
234 LIBRARY cone.lib |
|
235 LIBRARY eikcore.lib |
|
236 LIBRARY fbscli.lib |
|
237 LIBRARY eikcoctl.lib |
|
238 LIBRARY eikdlg.lib |
|
239 LIBRARY avkon.lib |
|
240 LIBRARY bafl.lib |
|
241 LIBRARY eikctl.lib |
|
242 LIBRARY egul.lib |
|
243 LIBRARY uiklaf.lib |
|
244 LIBRARY aknlayout.lib |
|
245 LIBRARY aknnotify.lib |
|
246 LIBRARY caengineng.lib |
|
247 LIBRARY gdi.lib |
|
248 LIBRARY estor.lib |
|
249 LIBRARY ws32.lib |
|
250 LIBRARY form.lib // CTextView |
|
251 LIBRARY etext.lib // CRichText |
|
252 |
|
253 LIBRARY commonengine.lib |
|
254 |
|
255 LIBRARY wvsapsettingsstore.lib |
|
256 LIBRARY Impsutils.lib |
|
257 LIBRARY IMPSClient.lib |
|
258 LIBRARY castorageng.lib |
|
259 LIBRARY capresenceng.lib |
|
260 LIBRARY impsconnectionuing.lib // for presence login |
|
261 LIBRARY ProfileEng.lib |
|
262 LIBRARY featmgr.lib |
|
263 LIBRARY sendui.lib // for sending recorded chats via MTMs |
|
264 |
|
265 LIBRARY wvservicesettingsuing.lib |
|
266 LIBRARY alwaysonlinemanagerclient.lib // RAlwaysOnlineClientSession |
|
267 |
|
268 LIBRARY NewService.lib // NewFileService |
|
269 LIBRARY servicehandler.lib // CAiwGenericParamList |
|
270 LIBRARY PlatformEnv.lib |
|
271 |
|
272 LIBRARY AknLayout2.lib |
|
273 LIBRARY AknLayout2Scalable.lib |
|
274 |
|
275 LIBRARY caf.lib |
|
276 LIBRARY imutilsng.lib |
|
277 |
|
278 LIBRARY caaudiomanagerng.lib //audio manager |
|
279 LIBRARY platformenv.lib // PathInfo |
|
280 |
|
281 LIBRARY rsfwmountman.lib |
|
282 LIBRARY CommonDialogs.lib |
|
283 // VARIATION |
|
284 |
|
285 |
|
286 |
|
287 LIBRARY AknSkins.lib |
|
288 LIBRARY efsrv.lib |
|
289 LIBRARY alternatorng.lib |
|
290 |
|
291 LIBRARY sysutil.lib |
|
292 LIBRARY apgrfx.lib // for CCAAudioManager |
|
293 LIBRARY mediaclientaudio.lib // for CCAAudioManager |
|
294 LIBRARY apmime.lib // for CCAAudioManager |
|
295 LIBRARY aknicon.lib //avkon icons |
|
296 LIBRARY InetProtUtil.lib |
|
297 LIBRARY imageconversion.lib // Image decoding and encoding |
|
298 |
|
299 LIBRARY centralrepository.lib |
|
300 LIBRARY CenRepNotifHandler.lib |
|
301 |
|
302 LIBRARY pbk2UIControls.lib |
|
303 LIBRARY VPbkEng.lib Pbk2Presentation.lib |
|
304 LIBRARY CommonUi.lib // CFindItemMenu |
|
305 LIBRARY MGFetch.lib // MGFetch |
|
306 LIBRARY filelist.lib //filelist dialog, needed for tone setting item |
|
307 |
|
308 LIBRARY EikCoCtlLaf.lib |
|
309 |
|
310 LIBRARY PEngManager2.lib |
|
311 |
|
312 LIBRARY HWRMVibraClient.lib |
|
313 |
|
314 LIBRARY wvuiprocessng.lib |
|
315 |
|
316 #ifdef RD_IMAGEPREVIEW |
|
317 LIBRARY imagepreview.lib // ImagePreview |
|
318 #endif //RD_IMAGEPREVIEW |
|
319 |
|
320 LIBRARY cacommandutilsng.lib |
|
321 |
|
322 LIBRARY mediafilelist.lib // MediaFileList |