|
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 * This is project specification file for the MsgEditorUiControl.dll. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 #include "../inc/MsgEditor.mph" // Common options for all components (logging etc.) |
|
24 |
|
25 TARGET msgeditormediacontrol.dll |
|
26 TARGETTYPE dll |
|
27 UID 0x1000008D 0x102072E7 |
|
28 VENDORID VID_DEFAULT |
|
29 CAPABILITY CAP_GENERAL_DLL |
|
30 VERSION 10.0 |
|
31 PAGED |
|
32 |
|
33 SOURCEPATH ../mediacontrolsrc |
|
34 |
|
35 SOURCE MsgAudioControl.cpp |
|
36 SOURCE MsgFrameControl.cpp |
|
37 SOURCE MsgIconControl.cpp |
|
38 SOURCE MsgImageControl.cpp |
|
39 SOURCE MsgMediaControl.cpp |
|
40 SOURCE MsgVideoControl.cpp |
|
41 SOURCE MsgBitmapControl.cpp |
|
42 SOURCE MsgSvgControl.cpp |
|
43 //SOURCE MsgWaitIndicatorControl.cpp |
|
44 SOURCE MsgVideoAreaControl.cpp |
|
45 |
|
46 USERINCLUDE ../mediacontrolinc |
|
47 USERINCLUDE ../inc |
|
48 |
|
49 SYSTEMINCLUDE ../../../inc |
|
50 APP_LAYER_SYSTEMINCLUDE |
|
51 |
|
52 LIBRARY euser.lib |
|
53 LIBRARY ws32.lib |
|
54 LIBRARY efsrv.lib |
|
55 LIBRARY egul.lib |
|
56 LIBRARY fbscli.lib |
|
57 |
|
58 LIBRARY apparc.lib |
|
59 LIBRARY cone.lib |
|
60 LIBRARY eikcore.lib |
|
61 LIBRARY eikcoctl.lib |
|
62 |
|
63 LIBRARY avkon.lib |
|
64 LIBRARY cdlengine.lib |
|
65 LIBRARY aknlayout2scalable.lib |
|
66 LIBRARY aknskins.lib |
|
67 LIBRARY aknicon.lib |
|
68 |
|
69 |
|
70 LIBRARY muiu.lib |
|
71 LIBRARY msgeditorview.lib |
|
72 LIBRARY msgeditormodel.lib |
|
73 |
|
74 LIBRARY ihl.lib |
|
75 LIBRARY mediaclientaudio.lib |
|
76 LIBRARY mediaclientvideo.lib |
|
77 LIBRARY mmcommon.lib |
|
78 LIBRARY msgcommonutils.lib |
|
79 |
|
80 LIBRARY bitgdi.lib |
|
81 LIBRARY bmpanim.lib |
|
82 |
|
83 #ifdef RD_TACTILE_FEEDBACK |
|
84 LIBRARY touchfeedback.lib // tactilefeedback |
|
85 #endif |
|
86 |
|
87 START WINS |
|
88 BASEADDRESS 0x77600000 |
|
89 END |
|
90 |
|
91 #if defined(ARMCC) |
|
92 deffile ../eabi/msgeditormediacontrol.def |
|
93 #elif defined (WINS) |
|
94 deffile ../mediacontrol/wins.def |
|
95 #else |
|
96 deffile ../MediaControl/marm.def |
|
97 #endif |
|
98 |
|
99 /* End of File */ |