65
|
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 the License "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 specification file
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
#include <defaultcaps.hrh>
|
|
19 |
#include <data_caging_paths.hrh>
|
|
20 |
#include <platform_paths.hrh>
|
|
21 |
#include <platform/mw/browser_platform_variant.hrh>
|
|
22 |
|
|
23 |
TARGET PushMtmUi.dll
|
|
24 |
TARGETTYPE dll
|
|
25 |
UID 0x10004845 0x10008D43
|
|
26 |
TARGETPATH SHARED_LIB_DIR
|
|
27 |
|
|
28 |
CAPABILITY CAP_GENERAL_DLL
|
|
29 |
|
|
30 |
VENDORID VID_DEFAULT
|
|
31 |
|
|
32 |
START RESOURCE ../Data/PushMtmUi.rss
|
|
33 |
DEPENDS avkon.rsg
|
|
34 |
HEADER
|
|
35 |
#ifdef __S60_32__
|
|
36 |
LANG sc
|
|
37 |
#else
|
|
38 |
LANGUAGE_IDS
|
|
39 |
#endif
|
|
40 |
TARGETPATH MTM_RESOURCE_DIR
|
|
41 |
END // RESOURCE
|
|
42 |
|
|
43 |
USERINCLUDE ../MtmUiInc
|
|
44 |
USERINCLUDE ../Inc
|
|
45 |
USERINCLUDE ../MtmUtilInc
|
|
46 |
USERINCLUDE ../ViewerInc
|
|
47 |
|
|
48 |
APP_LAYER_SYSTEMINCLUDE
|
|
49 |
#if defined(__PLATFORM_VERSION_32__)
|
|
50 |
SYSTEMINCLUDE APP_LAYER_PUBLIC_EXPORT_PATH(push)
|
|
51 |
#endif
|
|
52 |
|
|
53 |
SOURCEPATH ../MtmUiSrc
|
|
54 |
SOURCE PushLoadServiceOp.cpp
|
|
55 |
SOURCE PushMessageInfoDialog.cpp
|
|
56 |
SOURCE PushMessageInfoOp.cpp
|
|
57 |
SOURCE PushMtmUi.cpp
|
|
58 |
SOURCE PushMtmUiData.cpp
|
|
59 |
SOURCE PushMtmUiOperation.cpp
|
|
60 |
SOURCE PushMtmUiPanic.cpp
|
|
61 |
SOURCE PushSettingsDialog.cpp
|
|
62 |
SOURCE PushViewMessageOp.cpp
|
|
63 |
|
|
64 |
#ifdef __SERIES60_PUSH_SP
|
|
65 |
SOURCE PushViewServiceOp.cpp
|
|
66 |
#endif // __SERIES60_PUSH_SP
|
|
67 |
|
|
68 |
// Define the following __TEST_LOG_MMP macro if logging is required.
|
|
69 |
// Uncomment it if you want logging. This macro is used only in the mmp file.
|
|
70 |
// In the source files use __TEST_LOG__.
|
|
71 |
//#define __TEST_LOG_MMP
|
|
72 |
|
|
73 |
#if defined __TEST_LOG_MMP
|
|
74 |
MACRO __TEST_LOG__
|
|
75 |
#endif
|
|
76 |
|
|
77 |
LIBRARY apparc.lib
|
|
78 |
LIBRARY AknSkins.lib
|
|
79 |
LIBRARY apmime.lib
|
|
80 |
LIBRARY avkon.lib
|
|
81 |
LIBRARY bafl.lib
|
|
82 |
LIBRARY CdlEngine.lib
|
|
83 |
LIBRARY CommonEngine.lib
|
|
84 |
LIBRARY commonui.lib
|
|
85 |
LIBRARY cone.lib
|
|
86 |
LIBRARY ecom.lib
|
|
87 |
LIBRARY efsrv.lib
|
|
88 |
LIBRARY eikcoctl.lib
|
|
89 |
LIBRARY eikcore.lib
|
|
90 |
LIBRARY eikdlg.lib
|
|
91 |
LIBRARY euser.lib
|
|
92 |
LIBRARY featmgr.lib
|
|
93 |
LIBRARY inetprotutil.lib
|
|
94 |
#ifdef __SERIES60_PUSH_SP
|
|
95 |
LIBRARY MiscPushMsgUtils.lib // For CUnknownPushMsgEntry.
|
|
96 |
#endif // __SERIES60_PUSH_SP
|
|
97 |
LIBRARY msgs.lib
|
|
98 |
LIBRARY mtur.lib
|
|
99 |
LIBRARY muiu.lib
|
|
100 |
LIBRARY PushMtmUtil.lib
|
|
101 |
LIBRARY PushMsgEntry.lib
|
|
102 |
LIBRARY SISLPushMsgUtils.lib
|
|
103 |
LIBRARY CENTRALREPOSITORY.lib
|
|
104 |
|
|
105 |
#ifdef __SERIES60_HELP
|
|
106 |
LIBRARY hlplch.lib // for "Help" options menu
|
|
107 |
#endif // __SERIES60_HELP
|
|
108 |
|
|
109 |
#ifdef __TEST_LOG_MMP
|
|
110 |
DEBUGLIBRARY flogger.lib
|
|
111 |
#endif
|
|
112 |
|
|
113 |
#if defined(ARMCC)
|
|
114 |
DEFFILE ../EABI/PUSHMTMUIU_EKA2.def
|
|
115 |
#else
|
|
116 |
DEFFILE ../BWinsCw/PUSHMTMUIU_EKA2.def
|
|
117 |
#endif
|