linklayerprotocols/tunnelnif/group/tunnelnif.mmp
changeset 0 af10295192d8
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 // Copyright (c) 2003-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 // tunnelcfp.mmp
       
    15 // Tunnel CFProtocol Virtual interface component for IPsec
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file 
       
    21 */
       
    22 
       
    23 TARGET          tunnel.dll
       
    24 TARGETTYPE      PLUGIN
       
    25 UID         	0x10009D8D 0x10281DF6
       
    26 VENDORID	0x70000001
       
    27 
       
    28 
       
    29 SOURCEPATH  	../src
       
    30 SOURCE		tunnelFactory.cpp
       
    31 SOURCE  	tunnelFlow.cpp 
       
    32 SOURCE  	tunnelBinders.cpp
       
    33 SOURCE		tunnelmcpr.cpp
       
    34 SOURCE		tunnelmcprfactory.cpp
       
    35 SOURCE		TunnelAgentHandler.cpp
       
    36 SOURCE		tunnelConfig.cpp
       
    37 SOURCE		tunnelCommon.cpp
       
    38 SOURCE		ecom_impl.cpp
       
    39 
       
    40 USERINCLUDE	../inc
       
    41 USERINCLUDE	../../../linklayercontrol/networkinterfacemgr/agentprcore/inc
       
    42 USERINCLUDE	../../../linklayercontrol/networkinterfacemgr/agentpr/inc
       
    43 
       
    44 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    45 
       
    46 LIBRARY mbufmgr.lib
       
    47 LIBRARY euser.lib 
       
    48 LIBRARY esocksvr.lib
       
    49 LIBRARY serverden.lib
       
    50 LIBRARY netmeta.lib
       
    51 LIBRARY coreproviders.lib
       
    52 LIBRARY commsfw.lib
       
    53 LIBRARY agentprcore.lib
       
    54 LIBRARY insock.lib
       
    55 LIBRARY nodemessages.lib
       
    56 LIBRARY meshmachine.lib
       
    57 LIBRARY netinterfaces.lib
       
    58 LIBRARY virtualconstructors.lib
       
    59 LIBRARY factories.lib
       
    60 
       
    61 DEBUGLIBRARY		flogger.lib
       
    62 
       
    63 START RESOURCE 10281DF6.rss
       
    64 TARGET tunnel.rsc
       
    65 END
       
    66 
       
    67 START WINS
       
    68 BASEADDRESS             0x59100000
       
    69 END
       
    70 
       
    71 
       
    72 //MI support
       
    73 #include <elements/sd_mintercept.mmh>
       
    74 
       
    75 
       
    76 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    77 UNPAGED
       
    78 
       
    79 SMPSAFE