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 MW_LAYER_GSTREAMER_SYSTEMINCLUDE |
|
51 |
|
52 SYSTEMINCLUDE .. |
|
53 |
|
54 |
|
55 SOURCEPATH ../gst/camerabin |
|
56 SOURCE gstcamerabin.c |
|
57 SOURCE gstcamerabinxoverlay.c |
|
58 SOURCE gstcamerabincolorbalance.c |
|
59 SOURCE camerabinimage.c |
|
60 SOURCE camerabinvideo.c |
|
61 SOURCE camerabingeneral.c |
|
62 SOURCE gstcamerabinphotography.c |
|
63 SOURCE gstcamerabin-marshal.c |
|
64 |
|
65 LIBRARY libc.lib |
|
66 LIBRARY libpthread.lib |
|
67 LIBRARY libdl.lib |
|
68 LIBRARY libglib.lib |
|
69 LIBRARY libgmodule.lib |
|
70 |
|
71 LIBRARY libgobject.lib |
|
72 LIBRARY libgthread.lib |
|
73 LIBRARY libm.lib |
|
74 LIBRARY libz.lib |
|
75 LIBRARY libgstreamer.lib |
|
76 LIBRARY libgstbase.lib |
|
77 LIBRARY libgstinterfaces.lib |
|
78 LIBRARY libgstphotography.lib |
|
79 |
|
80 #ifdef WINSCW |
|
81 LIBRARY ewsd.lib //wsd solution |
|
82 #endif |
|
83 |
|
84 |
|