1 /* |
|
2 * Copyright (c) 2009 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 #include <platform_paths.hrh> |
|
19 |
|
20 TARGET musengineplugin.dll |
|
21 TARGETTYPE PLUGIN |
|
22 UID 0x10009D8D 0x20021341 |
|
23 VENDORID VID_DEFAULT |
|
24 CAPABILITY CAP_ECOM_PLUGIN |
|
25 |
|
26 SOURCEPATH ../data |
|
27 START RESOURCE 20021341.rss |
|
28 TARGET musengineplugin.rsc |
|
29 END |
|
30 |
|
31 SOURCEPATH ../src |
|
32 SOURCE musenginepluginentry.cpp |
|
33 SOURCE musengsessionmanager.cpp |
|
34 SOURCE musengmcesession.cpp |
|
35 SOURCE musengmceoutsession.cpp |
|
36 SOURCE musenglivesession.cpp |
|
37 SOURCE musengreceivesession.cpp |
|
38 SOURCE musengtwowaysession.cpp |
|
39 SOURCE musengtwowayrecvsession.cpp |
|
40 SOURCE musengtelephoneutils.cpp |
|
41 SOURCE musengsessiondurationtimer.cpp |
|
42 SOURCE musengclipsession.cpp |
|
43 SOURCE musenguriparser.cpp |
|
44 SOURCE musengmceutils.cpp |
|
45 SOURCE mussipprofilehandler.cpp |
|
46 SOURCE musengcamerahandler.cpp |
|
47 SOURCE musengvideoplayerbase.cpp |
|
48 SOURCE musenglocalvideoplayer.cpp |
|
49 SOURCE musenglivevideoplayer.cpp |
|
50 SOURCE musengremotevideoplayer.cpp |
|
51 SOURCE musengclipvideoplayer.cpp |
|
52 |
|
53 SOURCEPATH ../../mmshshared/src |
|
54 SOURCE muspropertywatch.cpp |
|
55 |
|
56 USERINCLUDE ../inc |
|
57 USERINCLUDE ../../mmshshared/inc |
|
58 USERINCLUDE ../../inc |
|
59 USERINCLUDE ../../../inc |
|
60 |
|
61 APP_LAYER_SYSTEMINCLUDE |
|
62 SYSTEMINCLUDE /epoc32/include/ecom |
|
63 |
|
64 LIBRARY euser.lib |
|
65 LIBRARY bafl.lib |
|
66 LIBRARY inetprotutil.lib |
|
67 LIBRARY phoneclient.lib |
|
68 LIBRARY centralrepository.lib |
|
69 LIBRARY sipprofilecli.lib |
|
70 LIBRARY sipclient.lib |
|
71 LIBRARY sipcodec.lib |
|
72 LIBRARY mceclient.lib |
|
73 LIBRARY drmcommon.lib |
|
74 LIBRARY charconv.lib |
|
75 LIBRARY telephonyaudiorouting.lib |
|
76 LIBRARY cntmodel.lib ecom.lib |
|
77 DEBUGLIBRARY flogger.lib |
|