wapstack/wapmessageapi/group/swapmsg.mmp
changeset 49 f50f4094acd7
child 45 28dbf5a297f4
equal deleted inserted replaced
48:14460bf2a402 49:f50f4094acd7
       
     1 // Copyright (c) 2003-2010 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 // WAP message API ECOM plug-in
       
    15 // swswapmsg.dll Supports connectionless WDP, WSP, Push.
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file 
       
    21 */
       
    22 
       
    23 OPTION CW   -w off
       
    24 target swswapmsg.dll
       
    25 targettype plugin
       
    26 
       
    27 UID	0x10009D8D 	0x101fbb36
       
    28 VENDORID 0x70000001
       
    29 	
       
    30 #include <comms-infras/commsdebugutility.mmh>
       
    31 
       
    32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    33 
       
    34 USERINCLUDE		 ../. ../inc
       
    35 
       
    36 SOURCEPATH ../sws
       
    37 
       
    38 SOURCE			swswapmsg.cpp 
       
    39 #include "../sws/swswapmsgsource.mmpi"
       
    40 
       
    41 
       
    42 start resource 101fbb36.rss
       
    43 target swswapmsg.rsc
       
    44 end
       
    45 
       
    46 // Get GDB symbols included?
       
    47 SRCDBG
       
    48 
       
    49 LIBRARY	euser.lib wapmsgcli.lib insock.lib esock.lib efsrv.lib
       
    50 
       
    51 
       
    52 
       
    53 CAPABILITY ALL -Tcb
       
    54 
       
    55 SMPSAFE