messagingfw/wappushfw/plugins/group/PushContentHandler.mmp
changeset 0 8e480a14352b
equal deleted inserted replaced
-1:000000000000 0:8e480a14352b
       
     1 // Copyright (c) 2001-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 // pushcontenthandler.dll Push content handling plugins
       
    15 // 101f3e5f.rsc Registry file for WapPush Content Handler interface PushContentHandler.dll
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21 */
       
    22 
       
    23 
       
    24 TARGET pushcontenthandler.dll
       
    25 TARGETTYPE plugin
       
    26 CAPABILITY ALL -TCB
       
    27 
       
    28 // UIDs - 2nd UID specifies an ECom dll, 3rd UID is unique identifier (KUidPushContentHandlerPlugin)
       
    29 UID				0x10009D8D 0x101F3E5F
       
    30 VENDORID 0x70000001
       
    31 
       
    32 SOURCEPATH		../PushContentHandler
       
    33 SOURCE			CUnknownContentHandler.cpp 
       
    34 SOURCE			PushContentHandlerGroupProxy.cpp PushContentHandlerMain.cpp
       
    35 SOURCE			CMultiPartMixedContentHandler.cpp CMultiPartRelAndAltContentHandler.cpp
       
    36 
       
    37 USERINCLUDE		../PushContentHandler ../inc
       
    38 USERINCLUDE		../../pushutils/inc
       
    39 USERINCLUDE		../../MiscPushMsgUtils/inc
       
    40 USERINCLUDE		../../pushwatcher/inc
       
    41 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
       
    42 USERINCLUDE		../../PushMsgEntry/inc
       
    43 #endif	//SYMBIAN_ENABLE_SPLIT_HEADERS
       
    44 //MW_LAYER_SYSTEMINCLUDE_SYMBIAN -- should be this but has dependency on APP layer
       
    45 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    46 
       
    47 LIBRARY         euser.lib efsrv.lib ecom.lib
       
    48 LIBRARY			etext.lib msgs.lib biodb.lib bifu.lib gsmu.lib smcm.lib
       
    49 LIBRARY			wappushutils.lib miscpushmsgutils.lib pushmsgentry.lib
       
    50 LIBRARY			inetprotutil.lib
       
    51 
       
    52 
       
    53 start resource 101F3E5F.rss
       
    54 #ifdef SYMBIAN_SECURE_ECOM
       
    55 TARGET pushcontenthandler.rsc
       
    56 #endif
       
    57 end
       
    58 
       
    59 SMPSAFE