networkprotocols/tcpipv4v6prt/group/tcpip6.mmp
changeset 0 af10295192d8
child 23 23b59305592d
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     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 // tcpip6.mmp - dual IPv6/IPv4 stack MMP file
       
    15 // tcpip6.prt IPv4/v6 protocol plug-in for socket server
       
    16 //
       
    17 
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 TARGET		tcpip6.prt
       
    25 TARGETTYPE	dll
       
    26 NOEXPORTLIBRARY
       
    27 
       
    28 // speed optimisations 
       
    29 #ifdef MARM_ARMV5
       
    30  OPTION ARMCC -O3 -Otime
       
    31 #endif
       
    32 
       
    33 UID		0x10003d38 0x1000088D
       
    34 
       
    35 SOURCEPATH	../src
       
    36 
       
    37 SOURCE		in_fmly.cpp inet.cpp in_trans.cpp in_net.cpp 
       
    38 SOURCE		in_flow.cpp addr46.cpp
       
    39 
       
    40 SOURCE		res.cpp
       
    41 SOURCE		tcp.cpp tcp_sap.cpp frag.cpp
       
    42 SOURCE		udp.cpp udp_sap.cpp
       
    43 SOURCE		icmp.cpp icmp_sap.cpp
       
    44 SOURCE		rawip.cpp rawip_sap.cpp
       
    45 SOURCE		ip6.cpp ip6_sap.cpp ip6_frag.cpp ip6_rth.cpp ip6_doh.cpp iface.cpp
       
    46 SOURCE		loop6.cpp
       
    47 
       
    48 USERINCLUDE	../inc ../../iphook/inhook6/inc
       
    49 
       
    50 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    51 
       
    52 LIBRARY		euser.lib esock.lib esocksvr.lib mbufmgr.lib insock.lib inhook6.lib nifman.lib 
       
    53 	
       
    54 
       
    55 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    56 
       
    57 VENDORID	0x70000001
       
    58 
       
    59 #include <cflog.mmh>
       
    60 
       
    61 UNPAGED
       
    62 
       
    63 SMPSAFE