|
1 /* |
|
2 * Copyright (c) 2009 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 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET libgstplaybin.dll |
|
22 TARGETTYPE DLL |
|
23 UID 0x20004c45 0x2001F433 |
|
24 |
|
25 #ifdef EKA2 |
|
26 LANG SC |
|
27 CAPABILITY All -Tcb |
|
28 VENDORID VID_DEFAULT |
|
29 #endif |
|
30 |
|
31 #if !defined(__WINSCW__) && !defined(__WINS__) |
|
32 EpocAllowDllData |
|
33 #endif |
|
34 |
|
35 USERINCLUDE .. |
|
36 USERINCLUDE ../gst/playback |
|
37 USERINCLUDE ../gst-libs |
|
38 USERINCLUDE ../gst-libs/gst |
|
39 |
|
40 MW_LAYER_SYSTEMINCLUDE |
|
41 OS_LAYER_LIBC_SYSTEMINCLUDE |
|
42 |
|
43 OS_LAYER_GLIB_SYSTEMINCLUDE |
|
44 USERINCLUDE ../../include/gstreamer |
|
45 USERINCLUDE ../../include/gstreamer/gst |
|
46 USERINCLUDE ../../include/gstreamer/gst/base |
|
47 USERINCLUDE ../../include/gstreamer/gst/controller |
|
48 USERINCLUDE ../../include/gstreamer/gst/dataprotocol |
|
49 USERINCLUDE ../../include/gstreamer/gst/net |
|
50 |
|
51 SOURCEPATH ../gst/playback |
|
52 SOURCE gstplayback.c |
|
53 SOURCE gstplaybin.c |
|
54 SOURCE gstplaybin2.c |
|
55 SOURCE gstplaysink.c |
|
56 SOURCE gstplaybasebin.c |
|
57 SOURCE gstfactorylists.c |
|
58 SOURCE gstscreenshot.c |
|
59 SOURCE gststreaminfo.c |
|
60 SOURCE gststreamselector.c |
|
61 SOURCE gstplay-enum.c |
|
62 SOURCE gstplay-marshal.c |
|
63 |
|
64 LIBRARY euser.lib |
|
65 LIBRARY libc.lib |
|
66 LIBRARY libgobject.lib |
|
67 LIBRARY libglib.lib |
|
68 LIBRARY libgstreamer.lib |
|
69 LIBRARY libgstpbutils.lib |
|
70 |
|
71 |
|
72 MACRO HAVE_CONFIG_H |
|
73 |
|
74 SMPSAFE |