|
79
|
1 |
/*
|
|
|
2 |
* Copyright (c) 2002-2006 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 MMS Viewer.
|
|
|
16 |
*
|
|
|
17 |
*/
|
|
|
18 |
|
|
|
19 |
|
|
|
20 |
|
|
|
21 |
#include <data_caging_paths.hrh>
|
|
|
22 |
#include <platform_paths.hrh>
|
|
|
23 |
|
|
|
24 |
//...LOGGING...
|
|
|
25 |
MACRO USE_LOGGER
|
|
|
26 |
LIBRARY flogger.lib
|
|
|
27 |
//...LOGGING...
|
|
|
28 |
|
|
|
29 |
|
|
|
30 |
TARGET mmsviewer.exe
|
|
|
31 |
EPOCSTACKSIZE 0x5000
|
|
|
32 |
EPOCHEAPSIZE 0x1 0x800000 // As KBs. Latter about 8MB
|
|
|
33 |
TARGETTYPE exe
|
|
|
34 |
UID 0x100039CE 0x100058DF
|
|
|
35 |
|
|
|
36 |
VENDORID VID_DEFAULT
|
|
|
37 |
// DRM capability is added for 9.2 onwards as there was a requirement for which this change is introduced
|
|
|
38 |
CAPABILITY CAP_APPLICATION NetworkControl DRM
|
|
|
39 |
VERSION 10.0
|
|
|
40 |
PAGED
|
|
|
41 |
|
|
|
42 |
APP_LAYER_SYSTEMINCLUDE
|
|
|
43 |
|
|
|
44 |
START RESOURCE MmsViewer.rss
|
|
|
45 |
HEADER
|
|
|
46 |
TARGETPATH APP_RESOURCE_DIR
|
|
|
47 |
LANGUAGE_IDS
|
|
|
48 |
END
|
|
|
49 |
|
|
|
50 |
START RESOURCE ../viewer/MmsViewer_reg.rss
|
|
|
51 |
DEPENDS mmsviewer.rsg
|
|
|
52 |
TARGETPATH /private/10003a3f/apps // Don't change the UID!
|
|
|
53 |
END
|
|
|
54 |
|
|
|
55 |
|
|
|
56 |
SOURCEPATH ../viewersrc
|
|
|
57 |
|
|
|
58 |
SOURCE UniMmsViewerDocument.cpp
|
|
|
59 |
SOURCE UniMmsViewerAppUi.cpp
|
|
|
60 |
SOURCE MmsViewerApp.cpp
|
|
|
61 |
SOURCE MmsViewerHeader.cpp
|
|
|
62 |
SOURCE MmsViewerOperation.cpp
|
|
|
63 |
SOURCE MmsViewerChangeSlideOperation.cpp
|
|
|
64 |
SOURCE MmsViewerLaunchOperation.cpp
|
|
|
65 |
SOURCE MmsViewerSendReadReportOperation.cpp
|
|
|
66 |
SOURCE MmsViewerAppServer.cpp
|
|
|
67 |
SOURCE UniMmsSvkEvents.cpp
|
|
|
68 |
|
|
|
69 |
USERINCLUDE ../mtminc
|
|
|
70 |
USERINCLUDE ../viewerinc
|
|
|
71 |
USERINCLUDE ../settingsinc
|
|
|
72 |
|
|
|
73 |
SYSTEMINCLUDE ../../../inc
|
|
|
74 |
SYSTEMINCLUDE /epoc32/include/mda/common
|
|
|
75 |
SYSTEMINCLUDE /epoc32/include/caf
|
|
|
76 |
|
|
|
77 |
LIBRARY euser.lib
|
|
|
78 |
LIBRARY apparc.lib
|
|
|
79 |
LIBRARY cone.lib
|
|
|
80 |
LIBRARY eikcoctl.lib
|
|
|
81 |
LIBRARY eikcore.lib
|
|
|
82 |
LIBRARY msgeditormodel.lib // Messaging Editor Model base DLL
|
|
|
83 |
LIBRARY msgeditorappui.lib // Messaging Editor AppUi base DLL
|
|
|
84 |
LIBRARY msgeditorview.lib // Messaging Editor View base DLL
|
|
|
85 |
LIBRARY mmsgenutils.lib // ClientMTM general utilities
|
|
|
86 |
LIBRARY avkon.lib
|
|
|
87 |
LIBRARY aknicon.lib // AknIconUtils
|
|
|
88 |
LIBRARY cdlengine.lib // Layout
|
|
|
89 |
LIBRARY aknlayout2scalable.lib
|
|
|
90 |
LIBRARY fbscli.lib // CFbsBitmap
|
|
|
91 |
LIBRARY bitgdi.lib // FbsBitmapdevice
|
|
|
92 |
LIBRARY msgs.lib
|
|
|
93 |
LIBRARY muiu.lib // Select Folder dialog
|
|
|
94 |
LIBRARY muiu_internal.lib
|
|
|
95 |
LIBRARY commonui.lib // FindItem
|
|
|
96 |
LIBRARY commonengine.lib // SharedData
|
|
|
97 |
LIBRARY apmime.lib // TDatatype (used by Objects)
|
|
|
98 |
LIBRARY efsrv.lib //FileServer
|
|
|
99 |
LIBRARY etext.lib //CTextPlain
|
|
|
100 |
LIBRARY estor.lib //FileStream
|
|
|
101 |
LIBRARY bafl.lib //CDesC16ArrayFlat
|
|
|
102 |
LIBRARY sendui.lib //SendUI
|
|
|
103 |
LIBRARY smilplayer.lib
|
|
|
104 |
LIBRARY featmgr.lib
|
|
|
105 |
LIBRARY hlplch.lib // HlpLauncher
|
|
|
106 |
LIBRARY aknskins.lib
|
|
|
107 |
LIBRARY servicehandler.lib
|
|
|
108 |
LIBRARY centralrepository.lib
|
|
|
109 |
LIBRARY cenrepnotifhandler.lib
|
|
|
110 |
LIBRARY npdlib.lib // CNotepadApi
|
|
|
111 |
LIBRARY apgrfx.lib // RApaLsSession
|
|
|
112 |
LIBRARY remconcoreapi.lib
|
|
|
113 |
LIBRARY remconinterfacebase.lib
|
|
|
114 |
LIBRARY msgmedia.lib
|
|
|
115 |
LIBRARY msgeditormediacontrol.lib
|
|
|
116 |
LIBRARY uniutils.lib
|
|
|
117 |
LIBRARY unidatamodel.lib
|
|
|
118 |
LIBRARY xmlparser.lib
|
|
|
119 |
LIBRARY xmldom.lib
|
|
|
120 |
LIBRARY egul.lib // CGulIcon
|
|
|
121 |
LIBRARY ws32.lib // Window groups
|
|
|
122 |
LIBRARY msgcommonutils.lib // CMsgVoipExtension
|
|
|
123 |
|
|
|
124 |
// End of file
|