24
|
1 |
// Copyright (c) 2006-2010 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 |
//PDP logging in commsdbg.ini is enabled with 'LOG SPUD *'
|
|
29 |
MACRO _INFO_LOG
|
|
30 |
MACRO _ERROR_LOG
|
|
31 |
|
|
32 |
SOURCEPATH ../src
|
|
33 |
SOURCE PDPSCPRStates.cpp
|
|
34 |
SOURCE PDPSCPRFactory.cpp
|
|
35 |
SOURCE PDPSCPR.cpp
|
|
36 |
SOURCE PDPDeftSCPR.cpp
|
|
37 |
SOURCE PDPParamMapper.cpp
|
|
38 |
SOURCE pdpmcpr.cpp
|
|
39 |
SOURCE pdpmcprfactory.cpp
|
|
40 |
SOURCE pdpmcprstates.cpp
|
|
41 |
SOURCE PDPConfig.cpp
|
|
42 |
SOURCE ecom_impl.cpp
|
|
43 |
SOURCE psdavailabilitylistener.cpp
|
|
44 |
SOURCE pdptiermanagerfactory.cpp
|
|
45 |
SOURCE pdptiermanager.cpp
|
|
46 |
SOURCE pdpservices.cpp
|
|
47 |
SOURCE mbmsengine.cpp
|
|
48 |
SOURCE pdptiermanagerselector.cpp
|
|
49 |
#ifdef SYMBIAN_ADAPTIVE_TCP_RECEIVE_WINDOW
|
|
50 |
SOURCE PDPCPR.cpp
|
|
51 |
SOURCE PDPCPRFactory.cpp
|
|
52 |
SOURCE PDPCPRAvailabilityListener.cpp
|
|
53 |
#endif // SYMBIAN_ADAPTIVE_TCP_RECEIVE_WINDOW
|
|
54 |
SOURCE AuthenticationDialog.cpp
|
|
55 |
|
|
56 |
SOURCEPATH ../umts/spudfsm/src
|
|
57 |
SOURCE PDPSCPRFSM.cpp
|
|
58 |
SOURCE cpdpfsm.cpp
|
|
59 |
SOURCE cpdpfsmfactory.cpp
|
|
60 |
SOURCE tpdpstate.cpp
|
|
61 |
SOURCE tpdpstatesuspended.cpp
|
|
62 |
SOURCE tpdpstatechangingqos.cpp
|
|
63 |
SOURCE tpdpstatechangingtft.cpp
|
|
64 |
SOURCE tpdpstateopen.cpp
|
|
65 |
SOURCE tpdpstatesettingqos.cpp
|
|
66 |
SOURCE tpdpstateinitialised.cpp
|
|
67 |
SOURCE tpdpstatecreatingprimary.cpp
|
|
68 |
SOURCE tpdpstateopeningphone.cpp
|
|
69 |
SOURCE tpdpstatecreatingSecondary.cpp
|
|
70 |
SOURCE tpdpstateactivatingsecondary.cpp
|
|
71 |
SOURCE tpdpstatecreatedSecondary.cpp
|
|
72 |
SOURCE tpdpstateactivatingprimary.cpp
|
|
73 |
SOURCE tpdpstateclosing.cpp
|
|
74 |
SOURCE tpdpstatesettingtft.cpp
|
|
75 |
SOURCE tpdpstatemodifingactive.cpp
|
|
76 |
SOURCE tpdpstatestopping.cpp
|
|
77 |
SOURCE tpdpstategettingnegqos.cpp
|
|
78 |
SOURCE tpdpstatecreatingmbms.cpp
|
|
79 |
SOURCE tpdpstateactivatingmbms.cpp
|
|
80 |
SOURCE tpdpstatecreatedmbms.cpp
|
|
81 |
|
|
82 |
SOURCEPATH ../umts/spudtel/src
|
|
83 |
SOURCE ceteldrivercontext.cpp
|
|
84 |
SOURCE ceteldriverfactory.cpp
|
|
85 |
SOURCE cservicechangenotifier.cpp
|
|
86 |
SOURCE reteldriverinput.cpp
|
|
87 |
SOURCE eteldriverstrategies.cpp
|
|
88 |
SOURCE cspudcontextelem.cpp
|
|
89 |
SOURCE ceteldrivernotifier.cpp
|
|
90 |
SOURCE cpdpstatuschangenotifier.cpp
|
|
91 |
SOURCE cqoschangenotifier.cpp
|
|
92 |
SOURCE cpdpconfigchangenotifier.cpp
|
|
93 |
|
|
94 |
|
|
95 |
|
|
96 |
SOURCEPATH ../src
|
|
97 |
START RESOURCE 102822EF.rss
|
|
98 |
TARGET pdp.rsc
|
|
99 |
END
|
|
100 |
|
|
101 |
USERINCLUDE ../inc
|
|
102 |
USERINCLUDE ../umts/spudtel/inc
|
|
103 |
USERINCLUDE ../umts/spudfsm/inc
|
|
104 |
|
|
105 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
106 |
|
|
107 |
LIBRARY euser.lib
|
|
108 |
LIBRARY esocksvr.lib
|
|
109 |
LIBRARY serverden.lib
|
|
110 |
LIBRARY netmeta.lib
|
|
111 |
LIBRARY agentdialog.lib
|
|
112 |
LIBRARY commsdat.lib
|
|
113 |
LIBRARY coreproviders.lib
|
|
114 |
LIBRARY esock.lib
|
|
115 |
LIBRARY commsfw.lib
|
|
116 |
LIBRARY agentprcore.lib
|
|
117 |
LIBRARY insock.lib
|
|
118 |
LIBRARY etelpckt.lib
|
|
119 |
LIBRARY etel.lib
|
|
120 |
LIBRARY etelmm.lib
|
|
121 |
LIBRARY umtsif.lib
|
|
122 |
LIBRARY pppmain.lib
|
|
123 |
LIBRARY genericscprparams.lib
|
|
124 |
LIBRARY nodemessages.lib
|
|
125 |
LIBRARY meshmachine.lib
|
|
126 |
LIBRARY netinterfaces.lib
|
|
127 |
LIBRARY factories.lib
|
|
128 |
LIBRARY simpleselectorbase.lib
|
|
129 |
#ifdef SYMBIAN_ADAPTIVE_TCP_RECEIVE_WINDOW
|
|
130 |
LIBRARY iptransportimpl.lib
|
|
131 |
#endif // SYMBIAN_ADAPTIVE_TCP_RECEIVE_WINDOW
|
|
132 |
LIBRARY hash.lib
|
|
133 |
|
|
134 |
//MI support
|
|
135 |
#include <elements/sd_mintercept.mmh>
|
|
136 |
|
|
137 |
#include <comms-infras/commsdebugutility.mmh>
|
|
138 |
#include <cflog.mmh>
|
|
139 |
|
|
140 |
CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
|
|
141 |
|
|
142 |
|