messagingfw/wappushfw/examples/PushAppHandlerEx/PushAppHandlerEx.mmp
changeset 0 8e480a14352b
child 6 fe71b07a6401
equal deleted inserted replaced
-1:000000000000 0:8e480a14352b
       
     1 // Copyright (c) 2002-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 //
       
    15 
       
    16 TARGET pushapphandlerex.dll
       
    17 TARGETTYPE plugin
       
    18 CAPABILITY ReadDeviceData WriteDeviceData NetworkServices LocalServices ReadUserData WriteUserData
       
    19 
       
    20 // UIDs - 2nd UID specifies an ECom dll, 3rd UID is unique identifier (KUidPushAppHanderPlugin)
       
    21 UID			0x10009D8D 0x101F3E60 // <-----TODO...Match to same UID resource file
       
    22 VENDORID 0x70000001
       
    23 
       
    24 SOURCEPATH	..\PushAppHandlerEx
       
    25 SOURCE		PushAppHandlerEx.cpp 
       
    26 SOURCE		PushAppHandlerExGroupProxy.cpp
       
    27 SOURCE		PushAppHandlerExMain.cpp
       
    28 
       
    29 
       
    30 USERINCLUDE      .\.
       
    31 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    32 
       
    33 LIBRARY     euser.lib ECom.lib WapPushUtils.lib
       
    34 
       
    35 
       
    36 start resource 101f3e60.rss
       
    37 #ifdef SYMBIAN_SECURE_ECOM
       
    38 TARGET pushapphandlerex.rsc
       
    39 #endif
       
    40 end
       
    41 
       
    42 SMPSAFE