|
1 /* |
|
2 * Copyright (c) 2005 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 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 #include "../../../inc/ipappsrvversionnumbers.h" |
|
22 |
|
23 CAPABILITY CAP_SERVER MultimediaDD AllFiles NetworkControl |
|
24 |
|
25 VENDORID VID_DEFAULT |
|
26 |
|
27 #if defined(WINS) && !defined(EKA2) |
|
28 TARGET mceserver.dll |
|
29 #else |
|
30 TARGET mceserver.exe |
|
31 #endif |
|
32 |
|
33 #ifdef EKA2 |
|
34 TARGETPATH /system/programs |
|
35 TARGETTYPE EXE |
|
36 #else |
|
37 TARGETTYPE EPOCEXE |
|
38 #endif // EKA2 |
|
39 |
|
40 VERSION KIpappsrvBinaryVersionNumber |
|
41 |
|
42 // Bigger than default stack size is required because of heavy logging |
|
43 // in debug mode |
|
44 EPOCSTACKSIZE 0x5000 |
|
45 |
|
46 UID 0x1000008d 0x1020E4C7 |
|
47 |
|
48 MACRO MCE_COMMON_SERVER_SIDE |
|
49 SOURCEPATH ../mmceserver/src |
|
50 |
|
51 SOURCE mceactivescheduler.cpp |
|
52 SOURCE mcecsreceivequeue.cpp |
|
53 SOURCE mcecsreceiverbase.cpp |
|
54 SOURCE mcecsserver.cpp |
|
55 SOURCE mcecsserverclosetimer.cpp |
|
56 SOURCE mcecssession.cpp |
|
57 SOURCE mcecssessionimplementation.cpp |
|
58 SOURCE mcecssessionreceiver.cpp |
|
59 SOURCE mcecssubsession.cpp |
|
60 SOURCE mcecssubsessionreceiver.cpp |
|
61 SOURCE mceservercore.cpp |
|
62 SOURCE mcecsserveritc.cpp |
|
63 SOURCE mceservermain.cpp |
|
64 SOURCE mcecsreceiveitem.cpp |
|
65 SOURCE mcesipmanager.cpp |
|
66 SOURCE mcesipsession.cpp |
|
67 SOURCE mcesipstatemachine.cpp |
|
68 SOURCE mcestate.cpp |
|
69 SOURCE mceactionset.cpp |
|
70 SOURCE mcefcactionset.cpp |
|
71 SOURCE mcesip.cpp |
|
72 SOURCE mcesipconnection.cpp |
|
73 SOURCE mcestateidle.cpp |
|
74 SOURCE mcestateclientestablishing.cpp |
|
75 SOURCE mcestateoffering.cpp |
|
76 SOURCE mcestateconfirming.cpp |
|
77 SOURCE mcestateclientreserving.cpp |
|
78 SOURCE mcestateestablished.cpp |
|
79 SOURCE mcestateterminating.cpp |
|
80 SOURCE mcestateterminated.cpp |
|
81 SOURCE mcestateserverestablishing.cpp |
|
82 SOURCE mcestateserveroffering.cpp |
|
83 SOURCE mcestateupdating.cpp |
|
84 SOURCE mcestateacknowledgementrequired.cpp |
|
85 SOURCE mcestateconfirmationrequired.cpp |
|
86 SOURCE mcestateserverreserving.cpp |
|
87 SOURCE mcestateupdated.cpp |
|
88 SOURCE mcestateanswering.cpp |
|
89 SOURCE mcestateerror.cpp |
|
90 SOURCE mcestatecanceled.cpp |
|
91 SOURCE mcestateserverinitializing.cpp |
|
92 SOURCE mcesipevent.cpp |
|
93 SOURCE mcetimermanager.cpp |
|
94 SOURCE mceclientresolver.cpp |
|
95 SOURCE mcesipdefaultdata.cpp |
|
96 SOURCE mcesipdefaults.cpp |
|
97 SOURCE mcedictionary.cpp |
|
98 SOURCE mcesipextensions.cpp |
|
99 SOURCE mcereliablesender.cpp |
|
100 SOURCE mcelocaladdrresolver.cpp |
|
101 SOURCE mcenatsipsession.cpp |
|
102 SOURCE mcenatsipstatemachine.cpp |
|
103 SOURCE mcenatevents.cpp |
|
104 SOURCE mcenatstate.cpp |
|
105 SOURCE mcenatstateinitializing.cpp |
|
106 SOURCE mcenatstateidle.cpp |
|
107 SOURCE mcenatstatecreateoffer.cpp |
|
108 SOURCE mcenatstatecreateanswer.cpp |
|
109 SOURCE mcenatstatedecodeoffer.cpp |
|
110 SOURCE mcenatstatedecodeanswer.cpp |
|
111 SOURCE mcenatstatewait.cpp |
|
112 SOURCE mcenatstateconnected.cpp |
|
113 SOURCE mcenatstatecreateofferrequested.cpp |
|
114 |
|
115 SOURCEPATH ../../mmceshared/src |
|
116 |
|
117 SOURCE mcecomcodec.cpp |
|
118 SOURCE mcecomaudiocodec.cpp |
|
119 SOURCE mcecomaudiostream.cpp |
|
120 SOURCE mcecomendpoint.cpp |
|
121 SOURCE mcecommediasink.cpp |
|
122 SOURCE mcecommediasource.cpp |
|
123 SOURCE mcecommediastream.cpp |
|
124 SOURCE mcecommicsource.cpp |
|
125 SOURCE mcecomrtpsink.cpp |
|
126 SOURCE mcecomrtpsource.cpp |
|
127 SOURCE mcecomsession.cpp |
|
128 SOURCE mcecomstreambundle.cpp |
|
129 SOURCE mcecomspeakersink.cpp |
|
130 SOURCE mcecomavsink.cpp |
|
131 SOURCE mcecomamrcodec.cpp |
|
132 SOURCE mcecomamrwbcodec.cpp |
|
133 SOURCE mcecomg711codec.cpp |
|
134 SOURCE mcecomg729codec.cpp |
|
135 SOURCE mcecomilbccodec.cpp |
|
136 SOURCE mcecomdtmfcodec.cpp |
|
137 SOURCE mcecomcncodec.cpp |
|
138 SOURCE mcecomredcodec.cpp |
|
139 SOURCE mcecomvideocodec.cpp |
|
140 SOURCE mcecomh263codec.cpp |
|
141 SOURCE mcecomavccodec.cpp |
|
142 SOURCE mcecomvideostream.cpp |
|
143 SOURCE mcecomcamerasource.cpp |
|
144 SOURCE mcecomfilesource.cpp |
|
145 SOURCE mcecomfilesink.cpp |
|
146 SOURCE mcecomdisplaysink.cpp |
|
147 SOURCE mcecomfactory.cpp |
|
148 SOURCE mceserial.cpp |
|
149 SOURCE mceevents.cpp |
|
150 SOURCE mcecomserializationcontext.cpp |
|
151 |
|
152 |
|
153 SOURCEPATH ../mmcemediamanager/src |
|
154 |
|
155 SOURCE mcemediamanager.cpp |
|
156 SOURCE mcesdpsession.cpp |
|
157 SOURCE mcesdpcodec.cpp |
|
158 SOURCE mcemediasdpcodec.cpp |
|
159 SOURCE mceaudiosdpcodec.cpp |
|
160 SOURCE mcevideosdpcodec.cpp |
|
161 SOURCE mcesrvstream.cpp |
|
162 SOURCE mceadoptedsrvstream.cpp |
|
163 SOURCE mcesrvendpoint.cpp |
|
164 SOURCE mcesrvsink.cpp |
|
165 SOURCE mcesrvsource.cpp |
|
166 SOURCE mcesrvstreamiterator.cpp |
|
167 SOURCE mcemediastate.cpp |
|
168 SOURCE mcemediaidle.cpp |
|
169 SOURCE mceofferingmedia.cpp |
|
170 SOURCE mceansweringmedia.cpp |
|
171 SOURCE mceansweringmediaupdate.cpp |
|
172 SOURCE mcemedianegotiated.cpp |
|
173 SOURCE mcepreparingstreams.cpp |
|
174 SOURCE mcepreparingoffererstreams.cpp |
|
175 SOURCE mcestartingoffererreceivestreams.cpp |
|
176 SOURCE mcestartingofferersendstreams.cpp |
|
177 SOURCE mcepreparinganswererstreams.cpp |
|
178 SOURCE mcestartinganswererstreams.cpp |
|
179 SOURCE mcepreconditions.cpp |
|
180 SOURCE mcedtmfhandler.cpp |
|
181 SOURCE mcesecuredesstream.cpp |
|
182 SOURCE mcesecuremediasession.cpp |
|
183 SOURCE mcenatpluginmanager.cpp |
|
184 SOURCE mceloglineparser.cpp |
|
185 |
|
186 SOURCEPATH ../mmceevent/src |
|
187 |
|
188 SOURCE mcesipeventhelper.cpp |
|
189 SOURCE mcecomevent.cpp |
|
190 SOURCE mceeventcontext.cpp |
|
191 SOURCE mceeventstatebase.cpp |
|
192 SOURCE mceeventsubscribemoidlestate.cpp |
|
193 SOURCE mceeventsubscribemtidlestate.cpp |
|
194 SOURCE mceeventsubscribemoestablishingstate.cpp |
|
195 SOURCE mceeventsubscribemtestablishingstate.cpp |
|
196 SOURCE mceeventsubscribemoestablishedstate.cpp |
|
197 SOURCE mceeventsubscribemtestablishedstate.cpp |
|
198 SOURCE mceeventsubscribeterminatingstate.cpp |
|
199 SOURCE mceeventsubscribeterminatedstate.cpp |
|
200 SOURCE mceeventreferterminatedstate.cpp |
|
201 SOURCE mceeventreferterminatingstate.cpp |
|
202 SOURCE mceeventrefermoidlestate.cpp |
|
203 SOURCE mceeventrefermtidlestate.cpp |
|
204 SOURCE mceeventrefermoestablishingstate.cpp |
|
205 SOURCE mceeventrefermtestablishingstate.cpp |
|
206 SOURCE mceeventrefermoestablishedstate.cpp |
|
207 SOURCE mceeventrefermtestablishedstate.cpp |
|
208 |
|
209 USERINCLUDE ../mmceevent/inc |
|
210 USERINCLUDE ../mmceserver/inc |
|
211 USERINCLUDE ../mmcemediamanager/inc |
|
212 USERINCLUDE ../../mmceshared/inc |
|
213 USERINCLUDE ../../mmcecli/inc |
|
214 USERINCLUDE ../../mmcefloorctrlengine/inc |
|
215 USERINCLUDE ../../../inc |
|
216 |
|
217 MW_LAYER_SYSTEMINCLUDE |
|
218 |
|
219 |
|
220 |
|
221 LIBRARY euser.lib |
|
222 LIBRARY insock.lib |
|
223 LIBRARY esock.lib |
|
224 LIBRARY bafl.lib |
|
225 LIBRARY estor.lib |
|
226 LIBRARY commonengine.lib |
|
227 LIBRARY commdb.lib |
|
228 LIBRARY charconv.lib |
|
229 LIBRARY sipclient.lib |
|
230 LIBRARY sipcodec.lib |
|
231 LIBRARY sipprofilecli.lib |
|
232 LIBRARY siprsvclient.lib |
|
233 LIBRARY mmccinterface.lib |
|
234 LIBRARY fcpluginengine.lib |
|
235 LIBRARY sdpcodec.lib |
|
236 LIBRARY inetprotutil.lib |
|
237 LIBRARY ecom.lib |
|
238 LIBRARY centralrepository.lib |
|
239 LIBRARY imut.lib |
|
240 LIBRARY platformenv.lib |
|
241 LIBRARY flogger.lib |
|
242 LIBRARY efsrv.lib |
|
243 |
|
244 // MACRO PLAT_SEC_TEST |
|
245 |
|
246 PAGED |