messagingfw/wappushfw/SISLContentHandlers/group/Sislcontenthandlers.mmp
changeset 0 8e480a14352b
equal deleted inserted replaced
-1:000000000000 0:8e480a14352b
       
     1 // Copyright (c) 2003-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 // sislcontenthandlers.dll Handlers for Service Initiation and Service Load
       
    15 // 101f55fe.rsc Registry file for SISL Push Content Handler interface SISLContentHandlers.dll
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21 */
       
    22 
       
    23 
       
    24 TARGET			sislcontenthandlers.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			0x101F55FE
       
    30 VENDORID 0x70000001
       
    31 
       
    32 START STRINGTABLE ../strings/siattributetable.st
       
    33 
       
    34 END
       
    35 
       
    36 START STRINGTABLE ../strings/siattributevaluetable.st
       
    37 
       
    38 END
       
    39 
       
    40 START STRINGTABLE ../strings/sitagstable.st
       
    41 
       
    42 END
       
    43 
       
    44 START STRINGTABLE ../strings/slattributetable.st
       
    45 
       
    46 END
       
    47 
       
    48 START STRINGTABLE ../strings/slattributevaluetable.st
       
    49 
       
    50 END
       
    51 
       
    52 START STRINGTABLE ../strings/sltagstable.st
       
    53 
       
    54 END
       
    55 
       
    56 SOURCEPATH      ../src
       
    57 SOURCE			CSLContentHandler.cpp CSIContentHandler.cpp
       
    58 SOURCE			SISLContentHandlerGroupProxy.cpp CMsgParser.cpp
       
    59 
       
    60 USERINCLUDE		../inc 
       
    61 USERINCLUDE		../../pushmtm/inc 
       
    62 USERINCLUDE		../../pushwatcher/inc
       
    63 USERINCLUDE		../../pushutils/inc
       
    64 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
       
    65 USERINCLUDE		../../PushMsgEntry/inc
       
    66 #endif//SYMBIAN_ENABLE_SPLIT_HEADERS
       
    67 USERINCLUDE		../../SISLPushMsgUtils/inc
       
    68 
       
    69 
       
    70 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    71 
       
    72 LIBRARY		euser.lib 
       
    73 LIBRARY		ecom.lib
       
    74 LIBRARY		wappushutils.lib
       
    75 LIBRARY		pushmsgentry.lib 
       
    76 LIBRARY		sislpushmsgutils.lib 
       
    77 LIBRARY		efsrv.lib
       
    78 LIBRARY		xmlframework.lib
       
    79 LIBRARY		bafl.lib
       
    80 LIBRARY		inetprotutil.lib
       
    81 
       
    82  
       
    83 
       
    84 
       
    85 start resource 101f55fe.rss
       
    86 #ifdef SYMBIAN_SECURE_ECOM
       
    87 TARGET sislcontenthandlers.rsc  
       
    88 #endif
       
    89 end
       
    90 
       
    91 SMPSAFE