1 // Gstreamer.MMP |
|
2 /* |
|
3 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. |
|
4 * |
|
5 * This library is free software; you can redistribute it and/or |
|
6 * modify it under the terms of the GNU Lesser General Public |
|
7 * License as published by the Free Software Foundation; either |
|
8 * version 2 of the License, or (at your option) any later version. |
|
9 * |
|
10 * This library is distributed in the hope that it will be useful, |
|
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
13 * Lesser General Public License for more details. |
|
14 * |
|
15 * You should have received a copy of the GNU Lesser General Public |
|
16 * License along with this library; if not, write to the |
|
17 * Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
|
18 * Boston, MA 02111-1307, USA. |
|
19 * |
|
20 * Description: |
|
21 * |
|
22 */ |
|
23 |
|
24 #include <platform_paths.hrh> |
|
25 |
|
26 TARGET libgstcamerabin.dll |
|
27 TARGETTYPE DLL |
|
28 //UID 0x20004c45 0x0DE80A1B |
|
29 UID 0x20004c45 0x1DE80A1B |
|
30 |
|
31 LANG SC |
|
32 CAPABILITY All -Tcb |
|
33 VENDORID VID_DEFAULT |
|
34 |
|
35 #if !defined(__WINSCW__) && !defined(__WINS__) |
|
36 EpocAllowDllData |
|
37 #endif |
|
38 |
|
39 MACRO HAVE_CONFIG_H |
|
40 |
|
41 USERINCLUDE .. |
|
42 USERINCLUDE ../gst/camerabin |
|
43 USERINCLUDE ../gst-libs |
|
44 USERINCLUDE ../gst-libs/gst |
|
45 USERINCLUDE ../gst-libs/gst/interfaces |
|
46 |
|
47 MW_LAYER_SYSTEMINCLUDE |
|
48 OS_LAYER_LIBC_SYSTEMINCLUDE |
|
49 OS_LAYER_GLIB_SYSTEMINCLUDE |
|
50 USERINCLUDE ../../include/gstreamer |
|
51 USERINCLUDE ../../include/gstreamer/gst |
|
52 USERINCLUDE ../../include/gstreamer/gst/base |
|
53 //USERINCLUDE ../../include/gstreamer/gst/controller |
|
54 //USERINCLUDE ../../include/gstreamer/gst/dataprotocol |
|
55 //USERINCLUDE ../../include/gstreamer/gst/net |
|
56 //USERINCLUDE ../../include/gstreamer/gst/audio |
|
57 //USERINCLUDE ../../include/gstreamer/gst/cdda |
|
58 //USERINCLUDE ../../include/gstreamer/gst/floatcast |
|
59 USERINCLUDE ../../include/gstreamer/gst/interfaces |
|
60 //USERINCLUDE ../../include/gstreamer/gst/netbuffer |
|
61 //USERINCLUDE ../../include/gstreamer/gst/riff |
|
62 //USERINCLUDE ../../include/gstreamer/gst/rtp |
|
63 //USERINCLUDE ../../include/gstreamer/gst/tag |
|
64 //USERINCLUDE ../../include/gstreamer/gst/video |
|
65 |
|
66 SYSTEMINCLUDE .. |
|
67 SYSTEMINCLUDE /sf/mw/gstreamer/include/gstreamer |
|
68 |
|
69 |
|
70 SOURCEPATH ../gst/camerabin |
|
71 SOURCE gstcamerabin.c |
|
72 SOURCE gstcamerabinxoverlay.c |
|
73 SOURCE gstcamerabincolorbalance.c |
|
74 SOURCE camerabinimage.c |
|
75 SOURCE camerabinvideo.c |
|
76 SOURCE camerabingeneral.c |
|
77 SOURCE gstcamerabinphotography.c |
|
78 SOURCE gstcamerabin-marshal.c |
|
79 |
|
80 LIBRARY libc.lib |
|
81 LIBRARY libpthread.lib |
|
82 LIBRARY libdl.lib |
|
83 LIBRARY libglib.lib |
|
84 LIBRARY libgmodule.lib |
|
85 |
|
86 LIBRARY libgobject.lib |
|
87 LIBRARY libgthread.lib |
|
88 LIBRARY libm.lib |
|
89 LIBRARY libz.lib |
|
90 LIBRARY libgstreamer.lib |
|
91 LIBRARY libgstbase.lib |
|
92 LIBRARY libgstinterfaces.lib |
|
93 LIBRARY libgstphotography.lib |
|
94 |
|
95 #ifdef WINSCW |
|
96 LIBRARY ewsd.lib //wsd solution |
|
97 #endif |
|
98 |
|
99 |
|