|
1 // Copyright (c) 2007-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 // Name : sipimsagent.mmp |
|
15 // Part of : SIP Profile Agent |
|
16 // Version : SIP/6.0 |
|
17 // |
|
18 |
|
19 |
|
20 |
|
21 TARGET sipimsagnt.dll |
|
22 TARGETTYPE PLUGIN |
|
23 |
|
24 // ECom Dll recognition UID followed by the unique UID for this dll |
|
25 UID 0x10009D8D 0x10203358 |
|
26 |
|
27 SOURCEPATH ../IMS_Agent/Src |
|
28 SOURCE sipimsprofileagent.cpp |
|
29 SOURCE implementationproxy.cpp |
|
30 SOURCE Sipimsprofilecontext.cpp |
|
31 SOURCE Sipimsconnectioncontext.cpp |
|
32 SOURCE CSIPRegInfoElement.cpp |
|
33 SOURCE CSIPNotifyXmlBodyParser.cpp |
|
34 SOURCE CSIPRegistrationElement.cpp |
|
35 SOURCE CSIPContactElement.cpp |
|
36 SOURCE CSIPRegEventSubscriber.cpp |
|
37 SOURCE CSIPRegEventHandler.cpp |
|
38 SOURCE TSIPRegEventSubscriptionStateBase.cpp |
|
39 SOURCE TSIPRegEventStateNotSubscribed.cpp |
|
40 SOURCE TSIPRegEventStateSubscribed.cpp |
|
41 SOURCE TSIPRegEventStateSubscribing.cpp |
|
42 SOURCE TSIPRegEventStateReSubscribing.cpp |
|
43 SOURCE Sipimsprofilesimrecord.cpp |
|
44 SOURCE Sipimsprofileusimprovider.cpp |
|
45 SOURCE sipimsprofilemccandmnc.cpp |
|
46 SOURCE sipprofilesimauthorization.cpp |
|
47 SOURCE sipprofileimsauthorization.cpp |
|
48 SOURCE authinfomonitor.cpp |
|
49 |
|
50 |
|
51 USERINCLUDE ../IMS_Agent/Inc |
|
52 USERINCLUDE ../IMS_Agent/Src |
|
53 |
|
54 //SIP Profile Agent |
|
55 USERINCLUDE ../Client/Api |
|
56 USERINCLUDE ../Profile/Inc |
|
57 USERINCLUDE ../PluginMgr/Inc |
|
58 //SIP Profile Fsm |
|
59 USERINCLUDE ../profile_fsm/inc |
|
60 //SIP Proxy Resolver |
|
61 USERINCLUDE ../ProxyResolver/inc |
|
62 |
|
63 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
64 |
|
65 START RESOURCE 10203358.rss |
|
66 TARGET sipimsagnt.rsc |
|
67 END |
|
68 |
|
69 LIBRARY euser.lib |
|
70 LIBRARY ecom.lib |
|
71 LIBRARY bafl.lib |
|
72 LIBRARY charconv.lib |
|
73 LIBRARY insock.lib |
|
74 LIBRARY sipcodec.lib |
|
75 LIBRARY sipclient.lib |
|
76 LIBRARY sipprofile.lib |
|
77 LIBRARY sipprofilefsm.lib |
|
78 LIBRARY sipproxyrsv.lib |
|
79 LIBRARY inetprotutil.lib |
|
80 LIBRARY xmlframework.lib |
|
81 LIBRARY etel.lib |
|
82 LIBRARY etelmm.lib |
|
83 LIBRARY commsdat.lib |
|
84 LIBRARY flogger.lib |
|
85 LIBRARY efsrv.lib |
|
86 |
|
87 VENDORID 0x70000001 |
|
88 |
|
89 CAPABILITY ProtServ NetworkServices ReadDeviceData |
|
90 |
|
91 SMPSAFE |