pushmtm/Plugins/Group/PushMtmWhiteListAdapter.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:  Specification file of White List Adapter plug-in
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <platform/mw/browser_platform_variant.hrh>
       
    20 #include <defaultcaps.hrh>
       
    21 #include "../WhiteListAdapterInc/WhiteListAdapterUids.h"
       
    22 
       
    23 TARGET		PushMtmWhiteListAdapter.dll
       
    24 TARGETTYPE	PLUGIN
       
    25 
       
    26 // UIDs - 2nd UID specifies an ECom dll,
       
    27 // 3rd UID is a unique identifier from WhiteListAdapterDef.h
       
    28 UID		0x10009D8D KWhiteListAdapterDllUid
       
    29 
       
    30 CAPABILITY CAP_ECOM_PLUGIN
       
    31 VENDORID   VID_DEFAULT
       
    32 
       
    33 // RESOURCES
       
    34 
       
    35 START RESOURCE      ../Data/10008D3E.rss
       
    36 #ifdef __S60_32__
       
    37 LANG sc 
       
    38 #else
       
    39 LANGUAGE_IDS 
       
    40 #endif
       
    41 TARGET      PushMtmWhiteListAdapter.rsc
       
    42 END // RESOURCE
       
    43 
       
    44 // INCLUDE DIRECTORIES
       
    45 
       
    46 USERINCLUDE	../WhiteListAdapterInc
       
    47 USERINCLUDE	../../MtmUtilInc
       
    48 
       
    49 APP_LAYER_SYSTEMINCLUDE
       
    50 
       
    51 // SOURCE FILES
       
    52 
       
    53 SOURCEPATH	../WhiteListAdapterSrc
       
    54 SOURCE		WhiteListAdapter.cpp
       
    55 SOURCE		WhiteListAdapterGroupProxy.cpp
       
    56 SOURCE		WhiteListAdapterItem.cpp
       
    57 SOURCE		WhiteListAdapterLogger.cpp
       
    58 SOURCE		WhiteListAdapterPanic.cpp
       
    59 
       
    60 // LIBRARIES
       
    61 
       
    62 LIBRARY		Euser.lib
       
    63 LIBRARY		msgs.lib		// for MMsvSessionObserver
       
    64 LIBRARY		ProvisioningEngine.lib	// for CWPAdapter & Co.
       
    65 LIBRARY		PushMtmUtil.lib		// for Push MTM Settings
       
    66 
       
    67 // Define this macro is you wish to enable logging
       
    68 //#define __TEST_WHITELISTADAPTER_LOG_ENABLED
       
    69 
       
    70 #ifdef __TEST_WHITELISTADAPTER_LOG_ENABLED
       
    71 	MACRO __TEST_WHITELISTADAPTER_LOG__
       
    72 	DEBUGLIBRARY flogger.lib
       
    73 #endif	// __TEST_WHITELISTADAPTER_LOG_ENABLED