37
|
1 |
/*
|
|
2 |
* Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies).
|
|
3 |
* All rights reserved.
|
|
4 |
* This component and the accompanying materials are made available
|
|
5 |
* under the terms of "Eclipse Public License v1.0"
|
|
6 |
* which accompanies this distribution, and is available
|
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
8 |
*
|
|
9 |
* Initial Contributors:
|
|
10 |
* Nokia Corporation - initial contribution.
|
|
11 |
*
|
|
12 |
* Contributors:
|
|
13 |
*
|
|
14 |
* Description:
|
|
15 |
* This mmp file defines the PhoneUIStates polymorphic interface
|
|
16 |
* DLL module, which contains all the GSM specific implementations
|
|
17 |
* of variant classes.
|
|
18 |
*
|
|
19 |
*/
|
|
20 |
|
|
21 |
|
|
22 |
#include <platform_paths.hrh>
|
|
23 |
|
|
24 |
// Capability assignment.
|
|
25 |
CAPABILITY CAP_GENERAL_DLL
|
|
26 |
|
|
27 |
// Assign Vendor ID.
|
|
28 |
VENDORID VID_DEFAULT
|
|
29 |
|
|
30 |
TARGET phoneuistates.dll
|
|
31 |
TARGETTYPE dll
|
|
32 |
|
|
33 |
UID 0x101F7CAC 0x101F7C9F
|
|
34 |
|
|
35 |
SOURCEPATH ../src
|
|
36 |
|
|
37 |
SOURCE cphonealerting.cpp
|
|
38 |
SOURCE cphonecallsetup.cpp
|
|
39 |
SOURCE cphonecallsetupandwaiting.cpp
|
|
40 |
SOURCE cphoneconference.cpp
|
|
41 |
SOURCE cphoneconferenceandcallsetup.cpp
|
|
42 |
SOURCE cphoneconferenceandsingle.cpp
|
|
43 |
SOURCE cphoneconferenceandsingleandwaiting.cpp
|
|
44 |
SOURCE cphoneconferenceandwaiting.cpp
|
|
45 |
SOURCE cphoneconferenceandwaitingandcallsetup.cpp
|
|
46 |
SOURCE cphoneemergency.cpp
|
|
47 |
SOURCE cphonegeneralgsmmessageshandler.cpp
|
|
48 |
SOURCE cphonegsmincall.cpp
|
|
49 |
SOURCE cphoneidle.cpp
|
|
50 |
SOURCE cphoneincoming.cpp
|
|
51 |
SOURCE cphoneresourceresolvergsm.cpp
|
|
52 |
SOURCE cphoneerrormessageshandler.cpp
|
|
53 |
SOURCE cphonesingleandalerting.cpp
|
|
54 |
SOURCE cphonesingleandcallsetup.cpp
|
|
55 |
SOURCE cphonesingleandcallsetupandwaiting.cpp
|
|
56 |
SOURCE cphonesingleandwaiting.cpp
|
|
57 |
SOURCE cphonesinglecall.cpp
|
|
58 |
SOURCE cphonestartup.cpp
|
|
59 |
SOURCE cphonestatemachinegsm.cpp
|
|
60 |
SOURCE cphonetwosingles.cpp
|
|
61 |
SOURCE cphonetwosinglesandwaiting.cpp
|
|
62 |
SOURCE cphoneuistatemachinefactorygsm.cpp
|
|
63 |
|
|
64 |
/* Languages */
|
|
65 |
LANG SC
|
|
66 |
|
|
67 |
USERINCLUDE ../inc
|
|
68 |
USERINCLUDE ../../phoneuicontrol/inc
|
|
69 |
USERINCLUDE ../../phoneuiqtviewadapter/inc
|
|
70 |
USERINCLUDE ../../phoneui/inc
|
|
71 |
USERINCLUDE ../../phoneuiutils/inc
|
|
72 |
USERINCLUDE ../../phoneui2/srcdata
|
|
73 |
USERINCLUDE ../../phonemediatorcenter/inc
|
|
74 |
|
|
75 |
APP_LAYER_SYSTEMINCLUDE // Application layer domain APIs
|
|
76 |
SYSTEMINCLUDE ../../../inc // Telephony internal headers
|
|
77 |
|
|
78 |
LIBRARY avkon.lib // AknTextUtils
|
|
79 |
LIBRARY bafl.lib
|
|
80 |
LIBRARY phonestringloader.lib
|
|
81 |
LIBRARY cone.lib
|
|
82 |
LIBRARY engineinfo.lib
|
|
83 |
LIBRARY euser.lib
|
|
84 |
LIBRARY featmgr.lib // FeatureManager
|
|
85 |
LIBRARY phoneengine.lib
|
|
86 |
LIBRARY phonemediatorcenter.lib
|
|
87 |
LIBRARY phoneuicontrol.lib
|
|
88 |
LIBRARY phoneuiutils.lib
|
|
89 |
LIBRARY sssettings.lib
|
|
90 |
LIBRARY ws32.lib
|
|
91 |
|
|
92 |
// RemCon
|
|
93 |
LIBRARY remconcoreapi.lib
|
|
94 |
|
|
95 |
// Eikon Environment
|
|
96 |
LIBRARY eikcore.lib
|
|
97 |
|
|
98 |
#ifdef __SYNCML_DM
|
|
99 |
// Apa server
|
|
100 |
LIBRARY apgrfx.lib
|
|
101 |
#endif
|
|
102 |
|