|
1 /* |
|
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. |
|
3 * |
|
4 * This library is free software; you can redistribute it and/or |
|
5 * modify it under the terms of the GNU Lesser General Public |
|
6 * License as published by the Free Software Foundation; either |
|
7 * version 2 of the License, or (at your option) any later version. |
|
8 * |
|
9 * This library is distributed in the hope that it will be useful, |
|
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
12 * Lesser General Public License for more details. |
|
13 * |
|
14 * You should have received a copy of the GNU Lesser General Public |
|
15 * License along with this library; if not, write to the |
|
16 * Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
|
17 * Boston, MA 02111-1307, USA. |
|
18 * |
|
19 * Description: |
|
20 * |
|
21 */ |
|
22 /* |
|
23 * ============================================================================== |
|
24 * Name : gstplayer.mmp |
|
25 * Part of : GSTPlayer |
|
26 * Interface : |
|
27 * Description : |
|
28 * Version : |
|
29 * |
|
30 * ============================================================================== |
|
31 */ |
|
32 |
|
33 #include <platform_paths.hrh> |
|
34 |
|
35 TARGET GSTPlayer.exe |
|
36 TARGETTYPE exe |
|
37 UID 0x100039CE 0xA000017F |
|
38 LANG SC |
|
39 VENDORID VID_DEFAULT |
|
40 CAPABILITY All -tcb |
|
41 |
|
42 SECUREID 0xA000017F |
|
43 EPOCSTACKSIZE 0x8000 |
|
44 EPOCHEAPSIZE 0x1000000 0x1000000 |
|
45 |
|
46 SOURCEPATH ../src |
|
47 SOURCE GSTPlayer.cpp |
|
48 SOURCE GSTPlayerApplication.cpp |
|
49 SOURCE GSTPlayerAppView.cpp |
|
50 SOURCE GSTPlayerAppUi.cpp |
|
51 SOURCE GSTPlayerDocument.cpp |
|
52 SOURCE RichTextEditor.cpp |
|
53 SOURCE GlibEventHandler.cpp |
|
54 SOURCE SymGstreamer.cpp |
|
55 |
|
56 SOURCEPATH ../data |
|
57 |
|
58 START RESOURCE GSTPlayer.rss |
|
59 HEADER |
|
60 TARGETPATH resource/apps |
|
61 END //RESOURCE |
|
62 |
|
63 START RESOURCE GSTPlayer_reg.rss |
|
64 DEPENDS gstplayer.rsg |
|
65 #ifdef WINSCW |
|
66 TARGETPATH /private/10003a3f/apps |
|
67 #else |
|
68 TARGETPATH /private/10003a3f/import/apps |
|
69 #endif |
|
70 END //RESOURCE |
|
71 |
|
72 USERINCLUDE ../inc |
|
73 |
|
74 MW_LAYER_SYSTEMINCLUDE |
|
75 OS_LAYER_LIBC_SYSTEMINCLUDE |
|
76 OS_LAYER_GLIB_SYSTEMINCLUDE |
|
77 USERINCLUDE ../../../include/gstreamer |
|
78 USERINCLUDE ../../../include/gstreamer/gst |
|
79 USERINCLUDE ../../../include/gstreamer/gst/base |
|
80 USERINCLUDE ../../../include/gstreamer/gst/controller |
|
81 USERINCLUDE ../../../include/gstreamer/gst/dataprotocol |
|
82 USERINCLUDE ../../../include/gstreamer/gst/net |
|
83 |
|
84 LIBRARY euser.lib |
|
85 LIBRARY apparc.lib |
|
86 LIBRARY cone.lib |
|
87 LIBRARY eikcore.lib |
|
88 LIBRARY avkon.lib |
|
89 LIBRARY commonengine.lib |
|
90 LIBRARY efsrv.lib |
|
91 LIBRARY estor.lib |
|
92 LIBRARY PlatformEnv.lib |
|
93 LIBRARY CommonDialogs.lib |
|
94 LIBRARY eikctl.lib |
|
95 LIBRARY eikcoctl.lib |
|
96 LIBRARY etext.lib |
|
97 LIBRARY ws32.lib |
|
98 LIBRARY libc.lib |
|
99 LIBRARY libpthread.lib |
|
100 LIBRARY libdl.lib |
|
101 LIBRARY libm.lib |
|
102 LIBRARY libglib.lib |
|
103 LIBRARY libgmodule.lib |
|
104 LIBRARY libgobject.lib |
|
105 LIBRARY libgthread.lib |
|
106 LIBRARY glibbackend.lib |
|
107 //LIBRARY libpopt.lib |
|
108 LIBRARY libz.lib |
|
109 //LIBRARY pavFeedsLibXml2.lib |
|
110 LIBRARY libgstreamer.lib |
|
111 //LIBRARY libgsterrorconcealment.lib |
|
112 //LIBRARY libgstg711decoderinterface.lib |
|
113 LIBRARY libgstdevsoundext.lib |
|
114 LIBRARY MMFDevSound.lib |
|
115 |
|
116 // End of File |
|
117 |
|
118 SMPSAFE |