networkprotocols/iphook/inhook6/group/inhook6.mmp
changeset 0 af10295192d8
child 37 052078dda061
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 // inhook6.mmp - IPv6 "hook library"
       
    15 // inhook6.dll IPV6 hook library
       
    16 //
       
    17 
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 TARGET		inhook6.dll
       
    25 TARGETTYPE	dll
       
    26 
       
    27 UID		0x1000008D 0x10000890
       
    28 
       
    29 SOURCEPATH	../src
       
    30 SOURCE		inhook6.cpp in_bind.cpp posthook.cpp
       
    31 SOURCE		in_pkt.cpp flow.cpp
       
    32 SOURCE		in_chk.cpp tcp_hdr.cpp sbque.cpp
       
    33 SOURCE		timeout.cpp event.cpp dstcache.cpp
       
    34 
       
    35 USERINCLUDE	../include ../inc
       
    36 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    37 
       
    38 LIBRARY		euser.lib esock.lib esocksvr.lib mbufmgr.lib insock.lib
       
    39 
       
    40 #ifdef SYMBIAN_TCPIPDHCP_UPDATE
       
    41 deffile			inhook6.DEF
       
    42 #else
       
    43 deffile			inhook6_v1.DEF
       
    44 #endif //SYMBIAN_TCPIPDHCP_UPDATE
       
    45 
       
    46 SOURCEPATH 			../data
       
    47 START	RESOURCE	tcpip6err.rss
       
    48 TARGETPATH			/resource/errors
       
    49 LANG				01
       
    50 END
       
    51 
       
    52 CAPABILITY ALL -Tcb
       
    53 
       
    54 VENDORID	0x70000001
       
    55 
       
    56 #include <cflog.mmh>
       
    57 UNPAGED
       
    58 
       
    59 SMPSAFE