networkcontrol/qosipscpr/group/QosIPSCPR.mmp
changeset 0 af10295192d8
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 // Copyright (c) 2004-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 // QosIPSCPR.MMP IP Subconnection Provider ECOM plugin
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 #define SYMBIAN_NETWORKING_UPS
       
    23 
       
    24 #include <cflog.mmh>
       
    25 
       
    26 TARGET          qosipscpr.dll
       
    27 TARGETTYPE      PLUGIN
       
    28 UID             0x10009D8D 0x10204307
       
    29 
       
    30 VENDORID 	    0x70000001
       
    31 
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 SOURCE          ipscprfactory.cpp
       
    35 SOURCE          ipscpr.cpp
       
    36 SOURCE          ipscprstates.cpp
       
    37 SOURCE          ip_subconparams.cpp
       
    38 SOURCE          ../../iptransportlayer/src/ipdeftbasescpr.cpp
       
    39 SOURCE          qos_msg.cpp
       
    40 SOURCE          ../../iptransportlayer/src/ipscprlog.cpp
       
    41 SOURCE          asyncwriter.cpp
       
    42 
       
    43 USERINCLUDE     ../inc
       
    44 USERINCLUDE     ../../pfqoslib/inc
       
    45 USERINCLUDE     ../../iptransportlayer/inc
       
    46 
       
    47 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    48 
       
    49 START RESOURCE 10204307.rss
       
    50 TARGET qosipscpr.rsc
       
    51 END
       
    52 
       
    53 LIBRARY	euser.lib
       
    54 LIBRARY esocksvr.lib
       
    55 LIBRARY serverden.lib
       
    56 LIBRARY esock.lib
       
    57 LIBRARY netmeta.lib
       
    58 LIBRARY netsm.lib
       
    59 LIBRARY commsfw.lib
       
    60 LIBRARY coreproviders.lib
       
    61 LIBRARY pfqoslib.lib 
       
    62 LIBRARY qosextnapi.lib 
       
    63 LIBRARY qoslib.lib 
       
    64 LIBRARY insock.lib 
       
    65 LIBRARY nodemessages.lib
       
    66 LIBRARY meshmachine.lib
       
    67 LIBRARY netinterfaces.lib
       
    68 LIBRARY factories.lib
       
    69 #ifdef SYMBIAN_NETWORKING_UPS
       
    70 LIBRARY upscoreproviders.lib
       
    71 #endif
       
    72 
       
    73 //MI support
       
    74 #include <elements/sd_mintercept.mmh>
       
    75 
       
    76 #include <comms-infras/commsdebugutility.mmh>
       
    77 
       
    78 
       
    79 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    80 
       
    81 
       
    82 
       
    83 SMPSAFE