networkcontrol/ipnetworklayer/group/ipproto.mmp
changeset 0 af10295192d8
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 // Copyright (c) 2005-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 // IP Meta-Connection/Connection/Sub-Connection Provider ECOM plugin
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file ipproto.mmp
       
    20 */
       
    21 
       
    22 #include <cflog.mmh>
       
    23 
       
    24 TARGET         ipproto.dll
       
    25 TARGETTYPE     PLUGIN
       
    26 UID            0x10009D8D 0x10281DED
       
    27 VENDORID       0x70000001
       
    28 
       
    29 
       
    30 // Needed for GUQoS files
       
    31 MACRO		    EPOC_SDK=0x08010000
       
    32 
       
    33 SOURCEPATH     	../src
       
    34 SOURCE		   	IPProtoTierManager.cpp
       
    35 SOURCE		   	IPProtoTierManagerFactory.cpp
       
    36 SOURCE		   	IPProtoTierManagerSelector.cpp
       
    37 SOURCE         	IPProtoMCpr.cpp
       
    38 SOURCE         	IPProtoMCprFactory.cpp
       
    39 SOURCE         	ItfInfoConfigExt.cpp
       
    40 SOURCE		   	IPProtoCPRFactory.cpp
       
    41 SOURCE			IPProtoCPR.cpp
       
    42 SOURCE			IPProtoCprStates.cpp
       
    43 SOURCE		   	ipprotodeftscpr.cpp
       
    44 SOURCE		   	ipprotodeftscprstates.cpp
       
    45 SOURCE		   	IPProtoSCPR.cpp
       
    46 SOURCE		   	IPProtoSCPRFactory.cpp
       
    47 SOURCE		   	IPProtoSCPRStates.cpp
       
    48 SOURCE			IPProtoDeMux.cpp
       
    49 SOURCE          flow.cpp
       
    50 SOURCE          nif.cpp
       
    51 SOURCE          notify.cpp
       
    52 SOURCE          nif4.cpp
       
    53 SOURCE          nif6.cpp
       
    54 SOURCE          IPProtoMessages.cpp
       
    55 SOURCE          linkcprextensionapi.cpp
       
    56 SOURCE          idletimer.cpp
       
    57 SOURCE         	ecom_impl.cpp
       
    58 
       
    59 USERINCLUDE		../inc
       
    60 
       
    61 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    62 
       
    63 START RESOURCE 10281DED.rss
       
    64 TARGET ipproto.rsc
       
    65 END
       
    66 
       
    67 LIBRARY euser.lib
       
    68 LIBRARY agentdialog.lib
       
    69 LIBRARY commsdat.lib
       
    70 LIBRARY umtsif.lib
       
    71 LIBRARY etelpckt.lib
       
    72 LIBRARY insock.lib
       
    73 LIBRARY mbufmgr.lib
       
    74 LIBRARY nifman.lib
       
    75 LIBRARY ecom.lib
       
    76 LIBRARY esocksvr.lib
       
    77 LIBRARY serverden.lib
       
    78 LIBRARY coreproviders.lib
       
    79 LIBRARY netcfgext.lib
       
    80 LIBRARY commsfw.lib
       
    81 LIBRARY esock.lib
       
    82 LIBRARY netmeta.lib
       
    83 LIBRARY commdb.lib
       
    84 LIBRARY simpleselectorbase.lib
       
    85 LIBRARY esock_api_ext.lib
       
    86 LIBRARY addressinfo.lib
       
    87 LIBRARY nodemessages.lib
       
    88 LIBRARY meshmachine.lib
       
    89 LIBRARY netinterfaces.lib
       
    90 LIBRARY factories.lib
       
    91 
       
    92 //MI support
       
    93 #include <elements/sd_mintercept.mmh>
       
    94 
       
    95 #include <comms-infras/commsdebugutility.mmh>
       
    96 
       
    97 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    98 
       
    99 SMPSAFE