|
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 * Project file for MsgMedia |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 #include <data_caging_paths.hrh> |
|
22 #include <platform_paths.hrh> |
|
23 |
|
24 //...LOGGING... |
|
25 //MACRO __MSGMEDIA_DEBUG // Logging |
|
26 //MACRO USE_RDEBUG // RDebug vs. file logging |
|
27 //LIBRARY Flogger.lib // RFileLogger, debug logging |
|
28 //...LOGGING... |
|
29 |
|
30 TARGET msgmedia.dll |
|
31 TARGETTYPE dll |
|
32 UID 0x1000008D 0x102072E8 |
|
33 VENDORID VID_DEFAULT |
|
34 CAPABILITY CAP_GENERAL_DLL |
|
35 VERSION 10.0 |
|
36 PAGED |
|
37 |
|
38 START RESOURCE MsgMimeToMediaMapping.rss |
|
39 TARGETPATH RESOURCE_FILES_DIR |
|
40 HEADER |
|
41 END |
|
42 |
|
43 SOURCEPATH ../src |
|
44 |
|
45 SOURCE MsgMediaDll.cpp |
|
46 SOURCE MsgMediaResolver.cpp |
|
47 SOURCE MsgMediaTypeGroup.cpp |
|
48 |
|
49 SOURCE MsgMediaInfo.cpp |
|
50 SOURCE MsgAudioInfo.cpp |
|
51 SOURCE MsgImageInfo.cpp |
|
52 SOURCE MsgTextInfo.cpp |
|
53 SOURCE MsgVideoInfo.cpp |
|
54 |
|
55 SOURCE MmsConformance.cpp |
|
56 |
|
57 LANG SC |
|
58 |
|
59 USERINCLUDE ../inc |
|
60 |
|
61 SYSTEMINCLUDE ../../../inc |
|
62 APP_LAYER_SYSTEMINCLUDE |
|
63 |
|
64 |
|
65 LIBRARY euser.lib |
|
66 LIBRARY apgrfx.lib |
|
67 LIBRARY efsrv.lib |
|
68 LIBRARY apmime.lib |
|
69 LIBRARY bafl.lib |
|
70 LIBRARY cone.lib |
|
71 LIBRARY charconv.lib |
|
72 LIBRARY centralrepository.lib |
|
73 LIBRARY imageconversion.lib |
|
74 LIBRARY mediaclientaudio.lib |
|
75 LIBRARY mediaclientvideo.lib |
|
76 LIBRARY ws32.lib |
|
77 |
|
78 LIBRARY featmgr.lib |
|
79 LIBRARY muiu.lib |
|
80 LIBRARY drmhelper.lib |
|
81 LIBRARY msgcommonutils.lib |
|
82 STATICLIBRARY hxmetadatautil.lib |
|
83 |
|
84 #if defined( ARMCC ) |
|
85 deffile ./eabi.def |
|
86 #elif defined( WINS ) |
|
87 deffile ./wins.DEF |
|
88 #else |
|
89 deffile ./marm.def |
|
90 #endif |
|
91 |
|
92 /* End of File */ |