linklayerprotocols/tundriver/group/tundriver.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 *   Plugin for tundriver.
       
    16 * 
       
    17 *
       
    18 */
       
    19 
       
    20 /**
       
    21  @file tundriver.mmp
       
    22  @internalTechnology
       
    23 */
       
    24 
       
    25 TARGET          tundriver.dll
       
    26 TARGETTYPE      PLUGIN
       
    27 UID 0x10009D8D 0x20027F3D
       
    28 VENDORID	    0x70000001                   
       
    29                                                 
       
    30 #include	    <comms-infras/commsdebugutility.mmh>
       
    31 
       
    32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    33 
       
    34 
       
    35 
       
    36 USERINCLUDE     ../inc
       
    37 
       
    38 SYSTEMINCLUDE   /epoc32/include
       
    39 SYSTEMINCLUDE   /epoc32/include/ecom
       
    40 SYSTEMINCLUDE   /epoc32/include/comms-infras
       
    41 SYSTEMINCLUDE   /epoc32/include/platform/comms-infras
       
    42 
       
    43 LIBRARY         euser.lib esock.lib esocksvr.lib
       
    44 LIBRARY         serverden.lib
       
    45 LIBRARY         netmeta.lib insock.lib inhook6.lib
       
    46 LIBRARY			commsfw.lib mbufmgr.lib
       
    47 LIBRARY 		agentprcore.lib
       
    48 LIBRARY 		coreproviders.lib
       
    49 LIBRARY 		commsdat.lib
       
    50 LIBRARY         simpleselectorbase.lib
       
    51 LIBRARY			nodemessages.lib
       
    52 LIBRARY			meshmachine.lib
       
    53 LIBRARY			netinterfaces.lib
       
    54 LIBRARY         factories.lib
       
    55 
       
    56 DEBUGLIBRARY		flogger.lib
       
    57 
       
    58 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    59 
       
    60 SMPSAFE
       
    61 SOURCEPATH ../src
       
    62 SOURCE tundriverflow.cpp tundriverprovision.cpp tundriverbinder.cpp tundrivermcpr.cpp tundrivermcprfactory.cpp ecom_impl.cpp
       
    63 
       
    64 START RESOURCE 0x20027F3D.rss
       
    65 	TARGET tundriver.rsc
       
    66 END