messagingfw/wappushfw/plugins/group/PushAppHandler.mmp
changeset 62 db3f5fa34ec7
parent 0 8e480a14352b
equal deleted inserted replaced
60:9f5ae1728557 62:db3f5fa34ec7
       
     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 // pushapphandler.dll Push application handling plugins
       
    15 // 101f3e5b.rsc Registry file for WapPush App Handler interface PushAppHandler.dll
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21 */
       
    22 
       
    23 
       
    24 TARGET	   pushapphandler.dll
       
    25 TARGETTYPE plugin
       
    26 CAPABILITY ALL -TCB
       
    27 
       
    28 // UIDs - 2nd UID specifies an ECom dll, 3rd UID is unique identifier (KUidPushAppHanderPlugin)
       
    29 UID				0x10009D8D 0x101F3E5B
       
    30 VENDORID 0x70000001
       
    31 
       
    32 SOURCEPATH		../PushAppHandler
       
    33 SOURCE                  CUnknownAppHandler.cpp CUAAppHandler.cpp  
       
    34 SOURCE                  PushAppHandlerGroupProxy.cpp PushAppHandlerMain.cpp
       
    35 
       
    36 
       
    37 USERINCLUDE      ../PushAppHandler ../inc
       
    38 USERINCLUDE      ../../pushutils/inc
       
    39 USERINCLUDE	     ../../pushwatcher/inc
       
    40 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    41 
       
    42 LIBRARY         euser.lib ecom.lib wappushutils.lib
       
    43 
       
    44 
       
    45 start resource 101F3E5B.rss
       
    46 #ifdef SYMBIAN_SECURE_ECOM
       
    47 TARGET pushapphandler.rsc
       
    48 #endif
       
    49 end
       
    50 
       
    51 SMPSAFE