|
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: View subcomponent of PhoneUI |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 // Capability assignment. |
|
22 CAPABILITY CAP_APPLICATION MultiMediaDD PowerMgmt NetworkControl DRM DiskAdmin |
|
23 |
|
24 // Assign Vendor ID. |
|
25 VENDORID VID_DEFAULT |
|
26 |
|
27 TARGET phoneuiview.dll |
|
28 TARGETTYPE dll |
|
29 UID 0x1000008d 0x101F4D18 |
|
30 |
|
31 SOURCEPATH ../src |
|
32 |
|
33 SOURCE cphoneapplicationexit.cpp |
|
34 SOURCE cphoneaudiocontroller.cpp |
|
35 SOURCE cphoneaudioplayer.cpp |
|
36 SOURCE cphonebubblemapping.cpp |
|
37 SOURCE cphonebubblewrapper.cpp |
|
38 SOURCE cphonecallheadertextanimation.cpp |
|
39 SOURCE cphonecontactcontroller.cpp |
|
40 SOURCE cphonedtmfsendingnote.cpp |
|
41 SOURCE cphoneincallindicator.cpp |
|
42 SOURCE cphonekeycapturecontroller.cpp |
|
43 SOURCE cphonemenucontroller.cpp |
|
44 SOURCE cphonenote.cpp |
|
45 SOURCE cphoneuidisablednote.cpp |
|
46 SOURCE cphonenotecontroller.cpp |
|
47 SOURCE cphoneprogressnote.cpp |
|
48 SOURCE cphonequerycontroller.cpp |
|
49 SOURCE cphonequerydialog.cpp |
|
50 SOURCE cphoneringingtone.cpp |
|
51 SOURCE cphoneringingtoneplayerao.cpp |
|
52 SOURCE cphonestatuspane.cpp |
|
53 SOURCE cphonetextquery.cpp |
|
54 SOURCE cphoneview.cpp |
|
55 SOURCE cphonedialerview.cpp |
|
56 SOURCE cphoneviewcontroller.cpp |
|
57 SOURCE cphonevmbxhandler.cpp |
|
58 SOURCE cphonedtmfnumberlistquery.cpp |
|
59 SOURCE cphonebuttonscontroller.cpp |
|
60 SOURCE cphonesingleitemfetch.cpp |
|
61 SOURCE cphonedialercontroller.cpp |
|
62 SOURCE cphonelistquerydialog.cpp |
|
63 SOURCE cphonenumberentry.cpp |
|
64 SOURCE phonebubbleextensionmanager.cpp |
|
65 SOURCE phonebubbleextension.cpp |
|
66 SOURCE phonebubbleextensiondata.cpp |
|
67 SOURCE cphonetoolbarcontroller.cpp |
|
68 |
|
69 |
|
70 /* Languages */ |
|
71 LANG SC |
|
72 |
|
73 USERINCLUDE ../inc |
|
74 USERINCLUDE ../../phoneuicontrol/inc |
|
75 USERINCLUDE ../../phoneuiutils/inc |
|
76 USERINCLUDE ../../phonemediatorcenter/inc |
|
77 USERINCLUDE ../../phoneui/srcdata |
|
78 |
|
79 APP_LAYER_SYSTEMINCLUDE // Application layer domain APIs |
|
80 SYSTEMINCLUDE /epoc32/include/ecom |
|
81 SYSTEMINCLUDE ../../../inc // Telephony internal headers |
|
82 SYSTEMINCLUDE /epoc32/include/mda/client |
|
83 SYSTEMINCLUDE /epoc32/include/mmf/common |
|
84 SYSTEMINCLUDE /epoc32/include/mmf/server |
|
85 |
|
86 LIBRARY euser.lib |
|
87 LIBRARY cone.lib |
|
88 LIBRARY eikcore.lib |
|
89 LIBRARY ws32.lib |
|
90 LIBRARY bafl.lib |
|
91 LIBRARY efsrv.lib // TParse |
|
92 LIBRARY ecom.lib // for CPhoneBubbleExtensionManager plugin |
|
93 |
|
94 LIBRARY eikcoctl.lib // status pane |
|
95 LIBRARY eikdlg.lib // for CPhoneNote |
|
96 LIBRARY eikctl.lib |
|
97 |
|
98 //LIBRARY eikctl.lib |
|
99 LIBRARY aknskins.lib |
|
100 LIBRARY avkon.lib |
|
101 LIBRARY aknnotify.lib // for AknInCallBubble |
|
102 LIBRARY apparc.lib |
|
103 |
|
104 LIBRARY apgrfx.lib // Apa server |
|
105 |
|
106 LIBRARY cdlengine.lib |
|
107 LIBRARY aknicon.lib |
|
108 LIBRARY akncapserverclient.lib |
|
109 |
|
110 // Scalable UI. |
|
111 LIBRARY aknlayout2scalable.lib |
|
112 LIBRARY aknlayout2.lib |
|
113 |
|
114 |
|
115 LIBRARY bitmaptransforms.lib |
|
116 LIBRARY fbscli.lib |
|
117 LIBRARY bitgdi.lib |
|
118 LIBRARY hlplch.lib // Help launcher |
|
119 LIBRARY sendui.lib // CSendAppUi |
|
120 LIBRARY mediaclient.lib |
|
121 LIBRARY mediaclientaudio.lib |
|
122 |
|
123 // DRM |
|
124 LIBRARY drmhelper.lib |
|
125 LIBRARY apmime.lib |
|
126 LIBRARY caf.lib |
|
127 |
|
128 // UTF-8 conversion for the TTS |
|
129 LIBRARY charconv.lib |
|
130 |
|
131 LIBRARY featmgr.lib // FeatureManager |
|
132 |
|
133 LIBRARY phoneuiutils.lib |
|
134 LIBRARY bubblemanager.lib |
|
135 LIBRARY phoneclient.lib |
|
136 |
|
137 // From S60 |
|
138 LIBRARY commonengine.lib //StringLoader |
|
139 LIBRARY etext.lib // CRichText |
|
140 |
|
141 // Phonebook engine |
|
142 LIBRARY pbkeng.lib |
|
143 |
|
144 // Ringingtone output |
|
145 LIBRARY audiooutputrouting.lib |
|
146 |
|
147 // AIW |
|
148 LIBRARY servicehandler.lib |
|
149 |
|
150 |
|
151 LIBRARY dialer.lib |
|
152 LIBRARY egul.lib |
|
153 |
|
154 |
|
155 // Video mailbox |
|
156 LIBRARY vmbx.lib |
|
157 |
|
158 LIBRARY cauiengine.lib // For Video call Reconnect query |
|
159 LIBRARY gslauncher.lib // For call settings launch. |
|
160 |
|
161 // Transition effects |
|
162 LIBRARY gfxtrans.lib |
|
163 |
|
164 LIBRARY platformenv.lib // PathInfo |
|
165 |
|
166 LIBRARY phonemediatorcenter.lib |
|
167 LIBRARY serviceprovidersettings.lib |