messagingfw/wappushfw/pushutils/group/pushutils.mmp
changeset 22 bde600d88860
child 35 f8ad95794a08
equal deleted inserted replaced
21:08008ce8a6df 22:bde600d88860
       
     1 // Copyright (c) 2000-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 // wappushutils.dll Utilities for wap push plugins
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 
       
    23 TARGET          wappushutils.dll  
       
    24 TARGETTYPE      DLL
       
    25 CAPABILITY ALL -TCB
       
    26 
       
    27 //		Shared lib uid		PushUtils unique uid
       
    28 UID		0x1000008d		0x10009147
       
    29 VENDORID 0x70000001
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 SOURCE          PushUtilsdll.cpp
       
    33 SOURCE		PushDispatcher.cpp PluginKiller.cpp PushMessage.cpp
       
    34 SOURCE		WapDecoder.cpp CWapPushFilterUtils.cpp
       
    35 SOURCE		chttpresponse.cpp
       
    36 
       
    37 USERINCLUDE     ../inc 
       
    38 USERINCLUDE	../../pushmtm/inc 
       
    39 USERINCLUDE     ../../plugins/inc
       
    40 USERINCLUDE     ../../plugins/PushContentHandler
       
    41 USERINCLUDE     ../../plugins/PushAppHandler
       
    42 USERINCLUDE     ../../plugins/ROAppHandler/src
       
    43 USERINCLUDE	../../pushwatcher/inc
       
    44 
       
    45 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    46 
       
    47 LIBRARY         euser.lib ecom.lib inetprotutil.lib
       
    48 
       
    49 
       
    50 #ifdef WINS
       
    51 DEFFILE       ../../bwins/WAPPUSHUTILS.DEF
       
    52 #elif defined(GCC32)
       
    53 DEFFILE       ../../BMarm/WapPushUtils.def
       
    54 #else
       
    55 DEFFILE       ../../eabi/WapPushUtils.def
       
    56 #endif  
       
    57 
       
    58 SMPSAFE