pushmtm/Group/PushMtmCliSrv.mmp
branchRCL_3
changeset 48 8e6fa1719340
equal deleted inserted replaced
47:6385c4c93049 48:8e6fa1719340
       
     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             PushMtmCliSrv.dll
       
    24 TARGETTYPE   dll
       
    25 UID                     0x10004845 0x10008D42
       
    26 TARGETPATH      SHARED_LIB_DIR
       
    27 
       
    28 CAPABILITY      CAP_GENERAL_DLL
       
    29 
       
    30 VENDORID        VID_DEFAULT
       
    31 
       
    32 USERINCLUDE     ../MtmCliSrvInc
       
    33 USERINCLUDE     ../Inc
       
    34 USERINCLUDE     ../MtmUtilInc
       
    35 USERINCLUDE     ../MtmUiInc
       
    36 
       
    37 APP_LAYER_SYSTEMINCLUDE
       
    38 #if defined(__PLATFORM_VERSION_32__)
       
    39 SYSTEMINCLUDE   APP_LAYER_PUBLIC_EXPORT_PATH(push)
       
    40 #endif
       
    41 
       
    42 SOURCEPATH      ../MtmCliSrvSrc
       
    43 SOURCE          PushMtmClient.cpp
       
    44 SOURCE          PushMtmCliSrvPanic.cpp
       
    45 SOURCE          PushMtmGcOperation.cpp
       
    46 SOURCE          PushMtmServer.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 #ifdef __TEST_LOG_MMP
       
    54 MACRO           __TEST_LOG__
       
    55 #endif
       
    56 
       
    57 LIBRARY         euser.lib
       
    58 LIBRARY         msgs.lib
       
    59 LIBRARY         PushMtmUtil.lib
       
    60 LIBRARY         SISLPushMsgUtils.lib 
       
    61 
       
    62 #ifdef __TEST_LOG_MMP
       
    63 DEBUGLIBRARY         flogger.lib
       
    64 #endif
       
    65 
       
    66 #if defined(ARMCC)
       
    67     DEFFILE ../EABI/PUSHMTMCLISRVU_EKA2.def
       
    68 #else
       
    69     DEFFILE ../BWinsCw/PUSHMTMCLISRVU_EKA2.def
       
    70 #endif
       
    71 
       
    72 START RESOURCE  ../Data/PushRegistry.rss
       
    73 TARGET          PushRegistry.rsc
       
    74 TARGETPATH      MTM_INFO_FILE_DIR
       
    75 #ifdef __S60_32__
       
    76 LANG sc 
       
    77 #else
       
    78 LANGUAGE_IDS 
       
    79 #endif
       
    80 END
       
    81