pushmtm/Group/PushViewer.mmp
changeset 0 84ad3b177aa3
child 5 e45c3f40ea5f
equal deleted inserted replaced
-1:000000000000 0:84ad3b177aa3
       
     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 
       
    19 #include <defaultcaps.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 #include <platform/mw/Browser_platform_variant.hrh>
       
    23 
       
    24 TARGET          PushViewer.exe
       
    25 EPOCSTACKSIZE	0x5000
       
    26 TARGETTYPE      exe
       
    27 UID             0x100039CE 0x10008D3C
       
    28 
       
    29 CAPABILITY      CAP_APPLICATION
       
    30 VENDORID        VID_DEFAULT
       
    31 
       
    32 USERINCLUDE		../ViewerInc
       
    33 USERINCLUDE		../Inc
       
    34 USERINCLUDE		../MtmUiInc
       
    35 USERINCLUDE		../MtmUtilInc
       
    36 
       
    37 APP_LAYER_SYSTEMINCLUDE
       
    38 APP_LAYER_PUSH_SYSTEMINCLUDE
       
    39 
       
    40 
       
    41 SOURCEPATH		../ViewerSrc
       
    42 SOURCE          PushViewerApp.cpp
       
    43 SOURCE          PushViewerAppServer.cpp
       
    44 SOURCE          PushViewerDoc.cpp
       
    45 SOURCE          PushViewerPanic.cpp
       
    46 SOURCE          PushViewerMsgEdAppUi.cpp
       
    47 
       
    48 // Define the following __TEST_LOG_MMP macro if logging is required.
       
    49 // Uncomment it if you want logging. This macro is used only in the mmp file.
       
    50 // In the source files use __TEST_LOG__.
       
    51 //#define __TEST_LOG_MMP
       
    52 
       
    53 #if defined __TEST_LOG_MMP
       
    54 MACRO           __TEST_LOG__
       
    55 #endif
       
    56 
       
    57 LIBRARY			CommonUI.lib
       
    58 LIBRARY			apparc.lib
       
    59 LIBRARY			avkon.lib
       
    60 LIBRARY			cone.lib
       
    61 LIBRARY			eikcoctl.lib
       
    62 LIBRARY         eikcore.lib
       
    63 LIBRARY         euser.lib
       
    64 LIBRARY			MsgEditorAppUi.lib
       
    65 LIBRARY			MsgEditorModel.lib
       
    66 LIBRARY			MsgEditorView.lib
       
    67 LIBRARY			msgs.lib
       
    68 LIBRARY			muiu.lib
       
    69 LIBRARY			PushMtmUtil.lib
       
    70 LIBRARY         SISLPushMsgUtils.lib
       
    71 
       
    72 #ifdef __SERIES60_HELP
       
    73 LIBRARY         hlplch.lib // for "Help" options menu
       
    74 #endif // __SERIES60_HELP
       
    75 
       
    76 #ifdef __TEST_LOG_MMP
       
    77 LIBRARY         efsrv.lib
       
    78 DEBUGLIBRARY         flogger.lib
       
    79 #endif
       
    80 
       
    81 
       
    82 START RESOURCE  ../Data/PushViewer.rss
       
    83 HEADER
       
    84 LANGUAGE_IDS
       
    85 TARGETPATH   APP_RESOURCE_DIR
       
    86 END // RESOURCE
       
    87 
       
    88 
       
    89 START RESOURCE  ../Data/PushViewer_reg.rss
       
    90 DEPENDS pushviewer.rsg
       
    91 // Do not change the UID below.
       
    92 TARGETPATH      /private/10003a3f/apps
       
    93 END
       
    94