44
|
1 |
// Copyright (c) 2004-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 |
// UmtsGprsSCPR.MMP Umts/Gprs Subconnection Provider ECOM plugin
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
/**
|
|
19 |
@file
|
|
20 |
*/
|
|
21 |
|
|
22 |
|
|
23 |
TARGET umtsgprsscpr.dll
|
|
24 |
TARGETTYPE PLUGIN
|
|
25 |
|
|
26 |
UID 0x10009D8D 0x1020D45E
|
|
27 |
VENDORID 0x70000001
|
|
28 |
|
|
29 |
MACRO _INFO_LOG
|
|
30 |
|
|
31 |
|
|
32 |
SOURCEPATH ../src
|
|
33 |
SOURCE UmtsGprs_defaultSubconnProv.cpp
|
|
34 |
SOURCE UmtsGprs_subconnProv.cpp
|
|
35 |
SOURCE UmtsGprs_subconnProvFactory.cpp
|
|
36 |
SOURCE PdpFsmRequest.cpp
|
|
37 |
SOURCE RSpudManInterface.cpp
|
|
38 |
|
|
39 |
START RESOURCE 1020D45E.rss
|
|
40 |
TARGET umtsgprsscpr.rsc
|
|
41 |
END
|
|
42 |
|
|
43 |
SOURCEPATH ../spudfsm/src
|
|
44 |
SOURCE PDPFSM.cpp
|
|
45 |
SOURCE cpdpfsm.cpp
|
|
46 |
SOURCE cpdpfsmfactory.cpp
|
|
47 |
SOURCE tpdpstate.cpp
|
|
48 |
SOURCE tpdpstatesuspended.cpp
|
|
49 |
SOURCE tpdpstatechangingqos.cpp
|
|
50 |
SOURCE tpdpstatechangingtft.cpp
|
|
51 |
SOURCE tpdpstateopen.cpp
|
|
52 |
SOURCE tpdpstatesettingqos.cpp
|
|
53 |
SOURCE tpdpstateinitialised.cpp
|
|
54 |
SOURCE tpdpstatecreatingprimary.cpp
|
|
55 |
SOURCE tpdpstateopeningphone.cpp
|
|
56 |
SOURCE tpdpstatecreatingSecondary.cpp
|
|
57 |
SOURCE tpdpstateactivatingsecondary.cpp
|
|
58 |
SOURCE tpdpstatecreatedSecondary.cpp
|
|
59 |
SOURCE tpdpstateactivatingprimary.cpp
|
|
60 |
SOURCE tpdpstateclosing.cpp
|
|
61 |
SOURCE tpdpstatesettingtft.cpp
|
|
62 |
SOURCE tpdpstategettingnegqos.cpp
|
|
63 |
SOURCE tpdpstatemodifingactive.cpp
|
|
64 |
SOURCE tpdpstatestopping.cpp
|
|
65 |
|
|
66 |
|
|
67 |
SOURCEPATH ../spudtel/src
|
|
68 |
SOURCE ceteldrivercontext.cpp
|
|
69 |
SOURCE ceteldriverfactory.cpp
|
|
70 |
SOURCE cservicechangenotifier.cpp
|
|
71 |
SOURCE reteldriverinput.cpp
|
|
72 |
SOURCE eteldriverstrategies.cpp
|
|
73 |
SOURCE cspudcontextelem.cpp
|
|
74 |
SOURCE ceteldrivernotifier.cpp
|
|
75 |
SOURCE cpdpstatuschangenotifier.cpp
|
|
76 |
SOURCE cqoschangenotifier.cpp
|
|
77 |
SOURCE cpdpconfigchangenotifier.cpp
|
|
78 |
|
|
79 |
USERINCLUDE ../inc
|
|
80 |
USERINCLUDE ../spudfsm/inc
|
|
81 |
USERINCLUDE ../spudtel/inc
|
|
82 |
|
|
83 |
SYSTEMINCLUDE /epoc32/include
|
|
84 |
SYSTEMINCLUDE /epoc32/include/ecom
|
|
85 |
SYSTEMINCLUDE /epoc32/include/comms-infras
|
|
86 |
SYSTEMINCLUDE /epoc32/include/networking
|
|
87 |
|
|
88 |
LIBRARY euser.lib esock.lib esocksvr.lib eintsock.lib insock.lib
|
|
89 |
LIBRARY netmeta.lib etelpckt.lib etel.lib umtsif.lib
|
|
90 |
#include "comms-infras/commsdebugutility.mmh"
|
|
91 |
|
|
92 |
CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
|
|
93 |
|
|
94 |
|
|
95 |
UNPAGED
|