pushmtm/Group/PushViewer.mmp
changeset 51 48e827313edd
parent 37 481242ead638
child 53 f427d27b98d8
equal deleted inserted replaced
37:481242ead638 51:48e827313edd
     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          PushViewer.exe
       
    24 EPOCSTACKSIZE	0x5000
       
    25 TARGETTYPE      exe
       
    26 UID             0x100039CE 0x10008D3C
       
    27 
       
    28 CAPABILITY      CAP_APPLICATION
       
    29 VENDORID        VID_DEFAULT
       
    30 
       
    31 USERINCLUDE		../ViewerInc
       
    32 USERINCLUDE		../Inc
       
    33 USERINCLUDE		../MtmUiInc
       
    34 USERINCLUDE		../MtmUtilInc
       
    35 
       
    36 APP_LAYER_SYSTEMINCLUDE
       
    37 #if defined(__PLATFORM_VERSION_32__)
       
    38 SYSTEMINCLUDE   APP_LAYER_PUBLIC_EXPORT_PATH(push)
       
    39 #endif
       
    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 START RESOURCE  ../Data/PushViewer.rss
       
    82 DEPENDS avkon.rsg
       
    83 HEADER
       
    84 #ifdef __S60_32__
       
    85 LANG sc 
       
    86 #else
       
    87 LANGUAGE_IDS 
       
    88 #endif
       
    89 TARGETPATH   APP_RESOURCE_DIR
       
    90 END // RESOURCE
       
    91 
       
    92 START RESOURCE  ../Data/PushViewer_reg.rss
       
    93 DEPENDS pushviewer.rsg
       
    94 // Do not change the UID below.
       
    95 TARGETPATH      /private/10003a3f/apps
       
    96 END
       
    97