linklayercontrol/networkinterfacemgr/group/agentprcore.mmp
changeset 0 af10295192d8
child 7 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 // Core Agent Provider State/Transition/Class Library
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file 
       
    20 */
       
    21 
       
    22 
       
    23 #include <cflog.mmh>
       
    24 
       
    25 
       
    26 TARGET                      agentprcore.dll
       
    27 TARGETTYPE                  DLL
       
    28 UID                         0x1000008D 0x10281DE6
       
    29 VENDORID                    0x70000001
       
    30 
       
    31 
       
    32 SOURCEPATH                  ../agentprcore/src
       
    33 SOURCE                      agentmcpr.cpp
       
    34 SOURCE                      agentmcpractivities.cpp
       
    35 SOURCE                      agentmcpravailabilitytesting.cpp
       
    36 SOURCE                      agentcpr.cpp
       
    37 SOURCE                      agentcprstates.cpp
       
    38 SOURCE                      agentscpr.cpp
       
    39 SOURCE                      agentscprstates.cpp
       
    40 SOURCE                      agentscpractivities.cpp
       
    41 SOURCE                      CAgentAdapter.cpp
       
    42 SOURCE                      agentmessages.cpp
       
    43 SOURCE						agentqueryconnsettingsimpl.cpp
       
    44 SOURCE                      LinkProvision.cpp
       
    45 SOURCE                      tunnelagentcpr.cpp
       
    46 SOURCE                      tunnelagentcprstates.cpp
       
    47 
       
    48 USERINCLUDE                 ../inc
       
    49 USERINCLUDE                 ../agentprcore/inc
       
    50 USERINCLUDE                 ../../../../commsfw/datacommsserver/esockserver/inc
       
    51 
       
    52 
       
    53 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    54 
       
    55 LIBRARY                     euser.lib
       
    56 LIBRARY                     esock.lib
       
    57 LIBRARY                     esocksvr.lib
       
    58 LIBRARY                     serverden.lib 
       
    59 LIBRARY                     commsdat.lib
       
    60 LIBRARY                     netmeta.lib
       
    61 LIBRARY                     netsm.lib
       
    62 LIBRARY                     nifman.lib
       
    63 LIBRARY                     commsfw.lib
       
    64 LIBRARY                     coreproviders.lib
       
    65 LIBRARY                     insock.lib
       
    66 LIBRARY                     efsrv.lib
       
    67 LIBRARY						esock_api_ext.lib
       
    68 LIBRARY                     responsemsg.lib
       
    69 LIBRARY						nodemessages.lib
       
    70 LIBRARY						meshmachine.lib
       
    71 LIBRARY						netinterfaces.lib
       
    72 LIBRARY						factories.lib
       
    73 
       
    74 // commdb.lib needed due to use of CStoreableOverrideSettings
       
    75 LIBRARY					   commdb.lib
       
    76 
       
    77 CAPABILITY                 CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    78 
       
    79 //MI support
       
    80 #include <elements/sd_mintercept.mmh>
       
    81 
       
    82 
       
    83 SMPSAFE
       
    84