|
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 : sipprofilefsm.mmp |
|
15 // Part of : SIP Profile Agent |
|
16 // Version : SIP/6.0 |
|
17 // |
|
18 |
|
19 |
|
20 |
|
21 TARGET sipprofilefsm.dll |
|
22 TARGETTYPE dll |
|
23 //UID |
|
24 UID 0x1000008D 0x101FED89 |
|
25 |
|
26 SOURCEPATH ../profile_fsm/src |
|
27 SOURCE Sipprflstatebase.cpp |
|
28 SOURCE Sipprflinitstate.cpp |
|
29 SOURCE Sipprflregisterrequestedstate.cpp |
|
30 SOURCE Sipprflderegisterrequestedstate.cpp |
|
31 SOURCE Sipprflregisteredstate.cpp |
|
32 SOURCE Sipprflderegistrationinprogressstate.cpp |
|
33 SOURCE sipprflregistrationinprogressstate.cpp |
|
34 SOURCE sipprflregisterdelayrequestedstate.cpp |
|
35 SOURCE sipmessagebuilder.cpp |
|
36 SOURCE Sipprofilecontextbase.cpp |
|
37 SOURCE SipprofileQueueHandling.cpp |
|
38 SOURCE Sipprflresolvingproxiesstate.cpp |
|
39 |
|
40 USERINCLUDE ../profile_fsm/inc |
|
41 //SIP Profile Agent |
|
42 USERINCLUDE ../Client/Api |
|
43 USERINCLUDE ../Profile/Inc |
|
44 USERINCLUDE ../PluginMgr/Inc |
|
45 |
|
46 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
47 |
|
48 LIBRARY euser.lib |
|
49 LIBRARY bafl.lib |
|
50 LIBRARY ecom.lib |
|
51 LIBRARY charconv.lib |
|
52 LIBRARY sipclient.lib |
|
53 LIBRARY sipprofile.lib |
|
54 LIBRARY sipcodec.lib |
|
55 LIBRARY inetprotutil.lib |
|
56 LIBRARY flogger.lib |
|
57 LIBRARY efsrv.lib |
|
58 |
|
59 VENDORID 0x70000001 |
|
60 |
|
61 CAPABILITY ProtServ NetworkServices ReadDeviceData |
|
62 |
|
63 SMPSAFE |