networkingtestandutils/ipv6to4tunnel/group/6to4.mmp
changeset 0 af10295192d8
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 // 6to4.mmp - 6to4 tunnel hook
       
    15 // 6to4 tunnel hook
       
    16 //
       
    17 
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 MACRO		EPOC_SDK=0x08000000
       
    25 
       
    26 TARGET          6to4.prt
       
    27 TARGETTYPE      dll
       
    28 NOEXPORTLIBRARY
       
    29 
       
    30 UID             0x10003d38 0x10000886
       
    31 
       
    32 SOURCEPATH	../src
       
    33 
       
    34 SOURCE          6to4.cpp 
       
    35 SOURCE		6to4_family.cpp 
       
    36 SOURCE		6to4_flow.cpp 
       
    37 SOURCE		6to4_listener.cpp 
       
    38 SOURCE		6to4_tunnel.cpp
       
    39 
       
    40 USERINCLUDE     ../inc
       
    41 SYSTEMINCLUDE	../../../networkprotocols/iphook/inhook6/inc
       
    42 
       
    43 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    44 SYSTEMINCLUDE /epoc32/include
       
    45 #else
       
    46 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    47 #endif
       
    48 
       
    49 
       
    50 LIBRARY         euser.lib 
       
    51 LIBRARY		esock.lib esocksvr.lib 
       
    52 LIBRARY		mbufmgr.lib 
       
    53 LIBRARY		inhook6.lib 
       
    54 LIBRARY		insock.lib 
       
    55 LIBRARY		efsrv.lib
       
    56 
       
    57 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    58 
       
    59 VENDORID	0x70000001
       
    60 
       
    61 #include <cflog.mmh>
       
    62 UNPAGED
       
    63 
       
    64 SMPSAFE