messagingfw/wappushfw/pushmtm/group/pushmtmclientserver.mmp
changeset 0 8e480a14352b
child 6 fe71b07a6401
equal deleted inserted replaced
-1:000000000000 0:8e480a14352b
       
     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 // wappushmtmclientserver.dll Wap push MTM, storing wap push messages in the message server
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 
       
    23 
       
    24 TARGET          wappushmtmclientserver.dll  
       
    25 TARGETPATH      system/libs
       
    26 TARGETTYPE      DLL
       
    27 CAPABILITY		ALL -TCB
       
    28 UID		0x10004845 0x10009146
       
    29 VENDORID 0x70000001
       
    30 
       
    31 
       
    32 USERINCLUDE     ../inc
       
    33 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    34 SOURCEPATH	    ../src
       
    35 SOURCE          pushclientmtm.cpp PushMtmDll.cpp  pushservermtm.cpp
       
    36 LIBRARY         euser.lib  msgs.lib 
       
    37 
       
    38 #ifdef WINS
       
    39 DEFFILE       ../../bwins/PUSHMTMCLIENTSERVER.DEF
       
    40 #elif defined(GCC32)
       
    41 DEFFILE       ..\..\BMarm\PushMtmClientServer.def
       
    42 #else
       
    43 DEFFILE       ../../eabi/PushMtmClientServer.def
       
    44 #endif  
       
    45 
       
    46 SMPSAFE