tcpiputils/tun/group/tun.mmp
branchRCL_3
changeset 23 425d8f4f7fa5
equal deleted inserted replaced
22:8d540f55e491 23:425d8f4f7fa5
       
     1 /*
       
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 TARGET		 tun.prt
       
    19 TARGETTYPE	 	 dll
       
    20 UID			 0x10003D38 0xEFDE93A8
       
    21 
       
    22 USERINCLUDE	 	../inc
       
    23 
       
    24 SYSTEMINCLUDE   /epoc32/include
       
    25 SYSTEMINCLUDE   /epoc32/include/platform
       
    26 SYSTEMINCLUDE   /epoc32/include/platform/comms-infras
       
    27 
       
    28 SOURCEPATH	  ../src
       
    29 
       
    30 //Uncomment the following line to include the support for IPV6 in the hook
       
    31 //MACRO IPV6SUPPORT
       
    32 
       
    33 // In order to use .def files to freeze code you must use one or more DEFFILE lines;
       
    34 // see the ones commented out below for examples.
       
    35 // By default, the build tools look for the WINSCW def file in a BWINS directory
       
    36 // (at the same level as the directory containing the mmp file), 
       
    37 // the GCC ARM def file in a BMARM directory, and the ARMV5 def file in a EABI directory. 
       
    38 // If your .def files are stored in these default locations, you can simply specify the
       
    39 // .def filename(s) with no path. If you want to store .def files in non-default 
       
    40 // locations, you will need to specify the paths in the DEFFILE statement(s).
       
    41 
       
    42 //The following commented out code shows how the build system uses the implicit
       
    43 // location for defiles. To create the DEF files Choose Project > Freeze Exports from Carbide
       
    44 // or run 'abld freeze' from the command-line
       
    45 //#if defined (WINS)
       
    46 //  DEFFILE ..\bwins\tun.def
       
    47 //#elif defined (GCC32)
       
    48 //  DEFFILE ..\bmarm\tun.def
       
    49 //#else 
       
    50 //  DEFFILE ..\eabi\tun.def
       
    51 //#endif
       
    52 
       
    53 nostrictdef
       
    54 
       
    55 USERINCLUDE		../inc
       
    56 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    57 
       
    58 LIBRARY		euser.lib 
       
    59 LIBRARY		esocksvr.lib
       
    60 LIBRARY		mbufmgr.lib 
       
    61 LIBRARY		inhook6.lib
       
    62 LIBRARY		insock.lib
       
    63 LIBRARY     	esock.lib
       
    64 LIBRARY     	comsdbgutil.lib
       
    65 
       
    66 DOCUMENT		../data/ip.tun.esk
       
    67 
       
    68 
       
    69 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    70 
       
    71 VENDORID 0x70000001
       
    72 
       
    73 #ifdef ENABLE_ABIV2_MODE
       
    74 DEBUGGABLE_UDEBONLY
       
    75 #endif
       
    76 
       
    77 SOURCE tunfamily.cpp tun.cpp
       
    78 
       
    79 SMPSAFE
       
    80 
       
    81