linklayercontrol/networkinterfacemgr/group/agentpr.mmp
changeset 0 af10295192d8
child 11 db85996de7c4
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 // Copyright (c) 2006-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 // Agent Connection/SubConnection Provider ECOM Plugin
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file 
       
    20 */
       
    21 
       
    22 
       
    23 #include <cflog.mmh>
       
    24 
       
    25 
       
    26 TARGET                     agentpr.dll
       
    27 TARGETTYPE                 PLUGIN
       
    28 UID                        0x10009D8D 0x10281DE7
       
    29 VENDORID                   0x70000001
       
    30 
       
    31 
       
    32 SOURCEPATH                 ../agentpr/src
       
    33 SOURCE                     ecom_impl.cpp
       
    34 SOURCE                     agentcprfactory.cpp
       
    35 SOURCE                     agentscprfactory.cpp
       
    36 SOURCE                     agenttiermanager.cpp
       
    37 SOURCE                     agenttiermanagerfactory.cpp
       
    38 SOURCE                     agenttiermanagerselector.cpp
       
    39 
       
    40 SOURCE                     tunnelagentcprfactory.cpp
       
    41 START RESOURCE             10281DE7.rss
       
    42 TARGET                     agentpr.rsc
       
    43 END
       
    44 
       
    45 USERINCLUDE                ../agentpr/inc
       
    46 USERINCLUDE                ../agentprcore/inc
       
    47 USERINCLUDE                ../../../../commsfw/datacommsserver/esockserver/inc
       
    48 
       
    49 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    50 
       
    51 LIBRARY                    euser.lib
       
    52 LIBRARY                    esock.lib
       
    53 LIBRARY                    esocksvr.lib
       
    54 LIBRARY                    serverden.lib 
       
    55 LIBRARY                    netmeta.lib
       
    56 LIBRARY                    netsm.lib
       
    57 LIBRARY                    commsfw.lib
       
    58 LIBRARY                    commsdat.lib
       
    59 LIBRARY                    coreproviders.lib
       
    60 LIBRARY                    agentprcore.lib
       
    61 LIBRARY                    simpleselectorbase.lib
       
    62 LIBRARY                    nodemessages.lib
       
    63 LIBRARY                    meshmachine.lib
       
    64 LIBRARY                    netinterfaces.lib
       
    65 LIBRARY                    factories.lib
       
    66 
       
    67 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    68 
       
    69 //MI support
       
    70 #include <elements/sd_mintercept.mmh>
       
    71 
       
    72 
       
    73 
       
    74 
       
    75 SMPSAFE
       
    76