pushmtm/Group/PushMtmUtil.mmp
changeset 0 84ad3b177aa3
child 24 868cceedabd3
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 <bldvariant.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 #include <platform/mw/Browser_platform_variant.hrh>
       
    24 
       
    25 TARGET          PushMtmUtil.dll
       
    26 TARGETTYPE      dll
       
    27 UID             0x1000008d 0x10008D44
       
    28 
       
    29 CAPABILITY      CAP_GENERAL_DLL
       
    30 VENDORID        VID_DEFAULT
       
    31 
       
    32 USERINCLUDE     ../MtmUtilInc
       
    33 USERINCLUDE     ../Inc
       
    34 
       
    35 APP_LAYER_SYSTEMINCLUDE
       
    36 APP_LAYER_PUSH_SYSTEMINCLUDE
       
    37 
       
    38 SOURCEPATH      ../MtmUtilSrc
       
    39 SOURCE          PushAsyncOpRunner.cpp
       
    40 #ifdef __PUSH_WHITELIST
       
    41 SOURCE          PushAuthenticationUtilitiesWL.cpp
       
    42 #else  // __PUSH_WHITELIST
       
    43 SOURCE          PushAuthenticationUtilitiesPure.cpp
       
    44 #endif // __PUSH_WHITELIST
       
    45 SOURCE          PushInitiator.cpp
       
    46 SOURCE          PushInitiatorList.cpp
       
    47 SOURCE          PushMtmOperation.cpp
       
    48 SOURCE          PushMtmSettings.cpp
       
    49 SOURCE          PushMtmUtil.cpp
       
    50 SOURCE          PushMtmUtilPanic.cpp
       
    51 #ifdef __PUSH_WHITELIST
       
    52 SOURCE          WhiteListImporterWL.cpp
       
    53 #else  // __PUSH_WHITELIST
       
    54 SOURCE          WhiteListImporterDummy.cpp
       
    55 #endif // __PUSH_WHITELIST
       
    56 
       
    57 // Define the following __TEST_LOG_MMP macro if logging is required.
       
    58 // Uncomment it if you want logging. This macro is used only in the mmp file.
       
    59 // In the source files use __TEST_LOG__.
       
    60 //#define __TEST_LOG_MMP
       
    61 
       
    62 #if defined __TEST_LOG_MMP
       
    63 MACRO           __TEST_LOG__
       
    64 #endif
       
    65 
       
    66 LIBRARY         efsrv.lib
       
    67 LIBRARY         estor.lib
       
    68 LIBRARY         euser.lib
       
    69 LIBRARY         featmgr.lib
       
    70 #ifdef __TEST_LOG_MMP
       
    71 DEBUGLIBRARY         flogger.lib
       
    72 #endif
       
    73 LIBRARY			inetprotutil.lib
       
    74 LIBRARY         msgs.lib
       
    75 #ifdef __PUSH_WHITELIST
       
    76 LIBRARY         PushMsgEntry.lib
       
    77 LIBRARY         WapPushUtils.lib
       
    78 #endif // __PUSH_WHITELIST
       
    79 LIBRARY         SISLPushMsgUtils.lib
       
    80 LIBRARY         CENTRALREPOSITORY.lib
       
    81 
       
    82 
       
    83 #if defined(ARMCC)
       
    84     DEFFILE ../EABI/PUSHMTMUTILU_EKA2.def
       
    85 #else
       
    86     DEFFILE ../BWinsCw/PUSHMTMUTILU_EKA2.def
       
    87 #endif
       
    88