telephonyprotocols/pdplayer/group/pdp.mmp
changeset 0 3553901f7fa8
child 21 2492a6e4aed7
equal deleted inserted replaced
-1:000000000000 0:3553901f7fa8
       
     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 // pdp Meta and Sub Connection Providers ECOM plugin
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file pdp.mmp
       
    20 */
       
    21 
       
    22 TARGET         pdp.dll
       
    23 TARGETTYPE     PLUGIN
       
    24 
       
    25 UID            0x10009D8D 0x102822EF
       
    26 VENDORID       0x70000001
       
    27 
       
    28 
       
    29 SOURCEPATH     	../src
       
    30 SOURCE		PDPSCPRStates.cpp 
       
    31 SOURCE          PDPSCPRFactory.cpp 
       
    32 SOURCE          PDPSCPR.cpp 
       
    33 SOURCE          PDPDeftSCPR.cpp
       
    34 SOURCE          PDPParamMapper.cpp
       
    35 SOURCE		pdpmcpr.cpp
       
    36 SOURCE		pdpmcprfactory.cpp
       
    37 SOURCE		pdpmcprstates.cpp
       
    38 SOURCE		PDPConfig.cpp
       
    39 SOURCE		ecom_impl.cpp
       
    40 SOURCE		psdavailabilitylistener.cpp
       
    41 SOURCE		pdptiermanagerfactory.cpp
       
    42 SOURCE		pdptiermanager.cpp
       
    43 SOURCE		pdpservices.cpp
       
    44 SOURCE		mbmsengine.cpp
       
    45 SOURCE		pdptiermanagerselector.cpp
       
    46 #ifdef SYMBIAN_ADAPTIVE_TCP_RECEIVE_WINDOW
       
    47 SOURCE		PDPCPR.cpp
       
    48 SOURCE		PDPCPRFactory.cpp
       
    49 SOURCE		PDPCPRAvailabilityListener.cpp
       
    50 #endif // SYMBIAN_ADAPTIVE_TCP_RECEIVE_WINDOW
       
    51 
       
    52 SOURCEPATH      ../umts/spudfsm/src
       
    53 SOURCE          PDPSCPRFSM.cpp
       
    54 SOURCE          cpdpfsm.cpp
       
    55 SOURCE          cpdpfsmfactory.cpp
       
    56 SOURCE          tpdpstate.cpp
       
    57 SOURCE          tpdpstatesuspended.cpp
       
    58 SOURCE          tpdpstatechangingqos.cpp
       
    59 SOURCE          tpdpstatechangingtft.cpp
       
    60 SOURCE          tpdpstateopen.cpp
       
    61 SOURCE          tpdpstatesettingqos.cpp
       
    62 SOURCE          tpdpstateinitialised.cpp
       
    63 SOURCE          tpdpstatecreatingprimary.cpp
       
    64 SOURCE          tpdpstateopeningphone.cpp
       
    65 SOURCE          tpdpstatecreatingSecondary.cpp
       
    66 SOURCE          tpdpstateactivatingsecondary.cpp
       
    67 SOURCE          tpdpstatecreatedSecondary.cpp
       
    68 SOURCE          tpdpstateactivatingprimary.cpp	
       
    69 SOURCE          tpdpstateclosing.cpp	
       
    70 SOURCE          tpdpstatesettingtft.cpp	
       
    71 SOURCE          tpdpstatemodifingactive.cpp
       
    72 SOURCE          tpdpstatestopping.cpp
       
    73 SOURCE          tpdpstategettingnegqos.cpp
       
    74 SOURCE		tpdpstatecreatingmbms.cpp
       
    75 SOURCE		tpdpstateactivatingmbms.cpp 			
       
    76 SOURCE 		tpdpstatecreatedmbms.cpp
       
    77 
       
    78 SOURCEPATH      ../umts/spudtel/src
       
    79 SOURCE          ceteldrivercontext.cpp
       
    80 SOURCE          ceteldriverfactory.cpp
       
    81 SOURCE          cservicechangenotifier.cpp
       
    82 SOURCE          reteldriverinput.cpp
       
    83 SOURCE          eteldriverstrategies.cpp
       
    84 SOURCE          cspudcontextelem.cpp
       
    85 SOURCE          ceteldrivernotifier.cpp
       
    86 SOURCE          cpdpstatuschangenotifier.cpp
       
    87 SOURCE          cqoschangenotifier.cpp
       
    88 SOURCE          cpdpconfigchangenotifier.cpp
       
    89 
       
    90 
       
    91 
       
    92 SOURCEPATH     	../src
       
    93 START RESOURCE 102822EF.rss
       
    94 TARGET pdp.rsc
       
    95 END
       
    96 
       
    97 USERINCLUDE    	../inc
       
    98 USERINCLUDE		../umts/spudtel/inc
       
    99 USERINCLUDE		../umts/spudfsm/inc
       
   100 
       
   101 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
   102 
       
   103 LIBRARY euser.lib 
       
   104 LIBRARY esocksvr.lib
       
   105 LIBRARY serverden.lib
       
   106 LIBRARY netmeta.lib
       
   107 LIBRARY agentdialog.lib
       
   108 LIBRARY commsdat.lib
       
   109 LIBRARY coreproviders.lib
       
   110 LIBRARY esock.lib
       
   111 LIBRARY commsfw.lib
       
   112 LIBRARY agentprcore.lib
       
   113 LIBRARY insock.lib
       
   114 LIBRARY etelpckt.lib
       
   115 LIBRARY etel.lib
       
   116 LIBRARY etelmm.lib
       
   117 LIBRARY umtsif.lib
       
   118 LIBRARY pppmain.lib
       
   119 LIBRARY genericscprparams.lib
       
   120 LIBRARY nodemessages.lib
       
   121 LIBRARY meshmachine.lib
       
   122 LIBRARY netinterfaces.lib
       
   123 LIBRARY factories.lib
       
   124 LIBRARY simpleselectorbase.lib
       
   125 #ifdef SYMBIAN_ADAPTIVE_TCP_RECEIVE_WINDOW
       
   126 LIBRARY iptransportimpl.lib
       
   127 #endif // SYMBIAN_ADAPTIVE_TCP_RECEIVE_WINDOW
       
   128 LIBRARY hash.lib
       
   129 
       
   130 //MI support
       
   131 #include <elements/sd_mintercept.mmh>
       
   132 
       
   133 #include <comms-infras/commsdebugutility.mmh>
       
   134 #include <cflog.mmh>
       
   135 
       
   136 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
   137 
       
   138