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