messagingfw/wappushfw/ROAPTContentHandler/group/ROAPTcontenthandler.mmp
changeset 0 8e480a14352b
equal deleted inserted replaced
-1:000000000000 0:8e480a14352b
       
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // ROAPTcontenthandler.dll Handlers for Rights Objects
       
    15 // 20002246.rsc Registry file for ROAP Trigger Push Content Handler interface ROAPTContentHandler.dll
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21 */
       
    22 
       
    23 TARGET			roaptcontenthandler.dll  
       
    24 TARGETTYPE		PLUGIN
       
    25 CAPABILITY ALL -TCB
       
    26 
       
    27 // UIDs - 2nd UID specifies an ECom dll, 3rd UID is unique identifier (KUidROContentHandlerPlugin)
       
    28 UID				0x10009D8D			0x102827F8
       
    29 VENDORID 0x70000001
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 SOURCE			ROAPTContentHandler.cpp
       
    33 SOURCE			ROAPTContentHandlerGroupProxy.cpp
       
    34 SOURCE			ROCHCAFInterface.cpp
       
    35 SOURCE			MessageComposer.cpp
       
    36 
       
    37 USERINCLUDE     ../inc ../../pushmtm/inc 
       
    38 USERINCLUDE		../../pushwatcher/inc
       
    39 USERINCLUDE		../../pushutils/inc
       
    40 USERINCLUDE		../../SISLPushMsgUtils/inc
       
    41 
       
    42 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    43 
       
    44 LIBRARY         euser.lib ecom.lib 
       
    45 LIBRARY			wappushutils.lib
       
    46 LIBRARY			efsrv.lib inetprotutil.lib
       
    47 LIBRARY			caf.lib cafutils.lib xmlframework.lib bafl.lib
       
    48 
       
    49 DEFFILE roaptcontenthandler.def
       
    50 
       
    51 start resource 102827F8.rss
       
    52 #ifdef SYMBIAN_SECURE_ECOM
       
    53 TARGET roaptcontenthandler.rsc  
       
    54 #endif
       
    55 end
       
    56 
       
    57 SMPSAFE