messagingfw/wappushfw/tpush/plugins/tpushapphandler/tpushapphandler.mmp
changeset 0 8e480a14352b
child 13 e174c577e901
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 // tpushapphandlerPlugin.mmp
       
    15 // tpushapphandlerPlugin.dll Test push app handler plugin
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21 */
       
    22 
       
    23 
       
    24 TARGET tpushapphandlerplugin.dll
       
    25 TARGETTYPE plugin
       
    26 CAPABILITY All -Tcb
       
    27 
       
    28 
       
    29 // ECom Plugin Dll UID followed by the unique UID for this dll
       
    30 // Assigned to UID2 and UID3 respectively
       
    31 UID 0x10009D8D 0x102822AB
       
    32 VENDORID 0x70000001
       
    33 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    34 SYSTEMINCLUDE	/epoc32/include/push
       
    35 
       
    36 USERINCLUDE      ./.
       
    37 
       
    38 SOURCE		tpushapphandler.cpp
       
    39 
       
    40 START RESOURCE tpushapphandlerplugin.rss
       
    41 #ifdef SYMBIAN_SECURE_ECOM
       
    42 TARGET tpushapphandlerplugin.rsc
       
    43 #endif
       
    44 END
       
    45 
       
    46 LIBRARY euser.lib 
       
    47 LIBRARY estlib.lib 
       
    48 LIBRARY ecom.lib 
       
    49 LIBRARY wappushutils.lib
       
    50 
       
    51 SMPSAFE