linklayerprotocols/pppnif/group/PPP.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 // PPPCFProtocol.mmp
       
    15 // pppproto nif PPP CF Protocol and flow implementation.
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21 */
       
    22 
       
    23 #include <cflog.mmh>
       
    24 
       
    25 TARGET          ppp.dll
       
    26 TARGETTYPE      PLUGIN
       
    27 
       
    28 UID             0x10009D8D 0x10281C4E
       
    29 VENDORID        0x70000001
       
    30 
       
    31 
       
    32 USERINCLUDE   	../INC
       
    33 USERINCLUDE   	../SPPP
       
    34 USERINCLUDE		../../../linklayercontrol/networkinterfacemgr/agentprcore/inc
       
    35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    36 
       
    37 SOURCEPATH	../SPPP
       
    38 SOURCE  	PPPFactories.cpp
       
    39 SOURCE      	csdavailabilitylistener.cpp
       
    40 SOURCE		pppmcpr.cpp pppmcprstates.cpp
       
    41 SOURCE		pppmcprfactory.cpp
       
    42 SOURCE		pppscpr.cpp
       
    43 SOURCE		pppscprfactory.cpp
       
    44 SOURCE      ecom_impl.cpp
       
    45 
       
    46 START RESOURCE 10281C4E.rss
       
    47 TARGET ppp.rsc
       
    48 END
       
    49 
       
    50 LIBRARY	euser.lib
       
    51 LIBRARY	esocksvr.lib
       
    52 LIBRARY serverden.lib
       
    53 LIBRARY	pppmain.lib
       
    54 LIBRARY	commsfw.lib
       
    55 LIBRARY	netmeta.lib
       
    56 LIBRARY agentdialog.lib
       
    57 LIBRARY commsdat.lib
       
    58 LIBRARY coreproviders.lib
       
    59 LIBRARY esock.lib
       
    60 LIBRARY agentprcore.lib
       
    61 LIBRARY insock.lib
       
    62 LIBRARY etel.lib
       
    63 LIBRARY etelmm.lib
       
    64 LIBRARY nodemessages.lib
       
    65 LIBRARY meshmachine.lib
       
    66 LIBRARY netinterfaces.lib
       
    67 LIBRARY factories.lib
       
    68 
       
    69 //MI support
       
    70 #include <elements/sd_mintercept.mmh>
       
    71 
       
    72 #include <comms-infras/commsdebugutility.mmh>
       
    73 
       
    74 
       
    75 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    76 
       
    77 UNPAGED
       
    78 
       
    79 SMPSAFE