|
1 /* |
|
2 * Copyright (c) 2006-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: This is project specification file for the Uni editor. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #include <bldvariant.hrh> |
|
21 #include <data_caging_paths.hrh> |
|
22 #include <platform_paths.hrh> |
|
23 |
|
24 // ...LOGGING - Turned on by default on debug binaries.... |
|
25 //MACRO USE_LOGGER // UREL debugging support from code files |
|
26 //#define USE_LOGGER // UREL debugging support from mmp file |
|
27 //MACRO USE_RDEBUG // Turn on the logging via RDEBUG |
|
28 |
|
29 TARGET unieditor.exe |
|
30 EPOCSTACKSIZE 0xA000 |
|
31 EPOCHEAPSIZE 0x1 0x800000 |
|
32 TARGETTYPE exe |
|
33 UID 0x100039CE 0x102072D8 |
|
34 VENDORID VID_DEFAULT |
|
35 CAPABILITY CAP_APPLICATION NetworkControl |
|
36 VERSION 10.0 |
|
37 PAGED |
|
38 |
|
39 SOURCEPATH ../data |
|
40 |
|
41 START RESOURCE UniEditor.rss |
|
42 HEADER |
|
43 TARGETPATH APP_RESOURCE_DIR |
|
44 LANGUAGE_IDS |
|
45 END |
|
46 |
|
47 START RESOURCE UniEditor_reg.rss |
|
48 DEPENDS unieditor.rsg |
|
49 TARGETPATH /private/10003a3f/apps // Don't change the UID! |
|
50 END |
|
51 |
|
52 SOURCEPATH ../src |
|
53 |
|
54 SOURCE UniEditorApp.cpp |
|
55 SOURCE UniEditorAppServer.cpp |
|
56 SOURCE UniEditorDocument.cpp |
|
57 SOURCE UniEditorAppUi.cpp |
|
58 SOURCE UniEditorOperation.cpp |
|
59 SOURCE UniEditorLaunchOperation.cpp |
|
60 SOURCE UniEditorSaveOperation.cpp |
|
61 SOURCE UniEditorChangeSlideOperation.cpp |
|
62 SOURCE UniEditorInsertOperation.cpp |
|
63 SOURCE UniEditorProcessImageOperation.cpp |
|
64 SOURCE UniEditorSendUiOperation.cpp |
|
65 SOURCE UniEditorSendOperation.cpp |
|
66 SOURCE UniEditorVCardOperation.cpp |
|
67 SOURCE UniEditorHeader.cpp |
|
68 SOURCE UniEditorEnum.cpp |
|
69 SOURCE UniEditorObjectsModelObserver.cpp |
|
70 SOURCE UniEditorAddHeaderDialog.cpp |
|
71 SOURCE UniSendingSettingsDialog.cpp |
|
72 SOURCE UniEditorConvertVideoOperation.cpp |
|
73 |
|
74 #ifdef RD_MSG_XHTML_SUPPORT |
|
75 SOURCE UniEditorProcessTextOperation.cpp |
|
76 #endif |
|
77 |
|
78 SYSTEMINCLUDE ../../../../inc |
|
79 APP_LAYER_SYSTEMINCLUDE |
|
80 |
|
81 USERINCLUDE ../inc |
|
82 USERINCLUDE ../../inc |
|
83 USERINCLUDE ../../mtm/inc |
|
84 USERINCLUDE ../../pluginapi/inc |
|
85 USERINCLUDE ../../smsplugin/inc |
|
86 |
|
87 LIBRARY euser.lib |
|
88 LIBRARY efsrv.lib // RFile |
|
89 LIBRARY estor.lib // Stream stores |
|
90 LIBRARY bafl.lib // Command line parsing etc. |
|
91 LIBRARY apparc.lib |
|
92 LIBRARY cone.lib |
|
93 LIBRARY eikcoctl.lib |
|
94 LIBRARY eikcore.lib |
|
95 LIBRARY eikdlg.lib // AknDialog |
|
96 LIBRARY msgeditorappui.lib // Messaging Editor AppUi base DLL |
|
97 LIBRARY msgeditorview.lib // Messaging Editor View base DLL |
|
98 LIBRARY msgeditormodel.lib // Messaging Editor Model base DLL |
|
99 LIBRARY avkon.lib |
|
100 LIBRARY msgs.lib |
|
101 LIBRARY muiu.lib |
|
102 LIBRARY muiu_internal.lib |
|
103 LIBRARY apmime.lib // TDatatype |
|
104 LIBRARY commonengine.lib // Series 60 Common Component (Stringloader) |
|
105 LIBRARY servicehandler.lib // AIW |
|
106 LIBRARY commonui.lib // DocHandler |
|
107 LIBRARY smilplayer.lib |
|
108 LIBRARY featmgr.lib |
|
109 LIBRARY hlplch.lib // HlpLauncher |
|
110 LIBRARY centralrepository.lib |
|
111 LIBRARY unipluginapi.lib |
|
112 LIBRARY ecom.lib |
|
113 LIBRARY commsdat.lib // CommsDat |
|
114 LIBRARY unidatamodel.lib |
|
115 LIBRARY uniutils.lib |
|
116 LIBRARY msgeditormediacontrol.lib // Media controls |
|
117 LIBRARY msgmedia.lib // Media resolver |
|
118 LIBRARY charconv.lib // for detecting unicode chars |
|
119 LIBRARY aknskins.lib // Skin stuff |
|
120 LIBRARY aknicon.lib |
|
121 LIBRARY egul.lib // CGulIcon |
|
122 LIBRARY aknlayout2scalable.lib |
|
123 LIBRARY cdlengine.lib |
|
124 LIBRARY xmlparser.lib // XMLParser |
|
125 LIBRARY fbscli.lib // CFbsBitmap |
|
126 LIBRARY vpbkeng.lib // Virtual Phonebook |
|
127 LIBRARY vpbkvcardeng.lib // Virtual Phonebook (vCard stuff) |
|
128 LIBRARY msgcommonutils.lib |
|
129 LIBRARY sssettings.lib // RCustomerServiceProfileCache (ie. CSP bits) |
|
130 LIBRARY videoconversionapi.lib |
|
131 LIBRARY peninputclient.lib |
|
132 LIBRARY cenrepnotifhandler.lib |
|
133 |
|
134 #ifdef RD_MSG_XHTML_SUPPORT |
|
135 LIBRARY xhtmlparser.lib |
|
136 #endif |
|
137 |
|
138 LIBRARY etext.lib |
|
139 |
|
140 #ifdef USE_LOGGER |
|
141 LIBRARY flogger.lib |
|
142 #else |
|
143 DEBUGLIBRARY flogger.lib |
|
144 #endif |
|
145 |
|
146 // End of file |
|
147 |