gst_plugins_good/group/gstamrmux.mmp
changeset 9 2a0f36a70380
parent 8 4a7fac7dd34a
child 10 6f340f756486
--- a/gst_plugins_good/group/gstamrmux.mmp	Fri Apr 16 15:15:52 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,62 +0,0 @@
-/*
- *  Copyright © 2010 Nokia Corporation.
- *  This material, including documentation and any related
- *  computer progrs, is protected by copyright controlled by
- *  Nokia Corporation. All rights are reserved. Copying,
- *  including reproducing, storing, adapting or translating, any
- *  or all of this material requires the prior written consent of
- *  Nokia Corporation. This material also contains confidential
- *  information which may not be disclosed to others without the
- *  prior written consent of Nokia Corporation.
- * ============================================================================
- */
-
-#include <platform_paths.hrh>                                                            
-
-TARGET			  libgstamrmux.dll
-TARGETTYPE		DLL
-UID           0x1000009d 0x0DE80A2C
-
-#ifdef EKA2
-LANG            SC
-CAPABILITY All -Tcb
-VENDORID        VID_DEFAULT
-
-#endif
-
-
-MACRO			HAVE_CONFIG_H
-
-USERINCLUDE     ..
-
-
-MW_LAYER_SYSTEMINCLUDE
-OS_LAYER_LIBC_SYSTEMINCLUDE
-OS_LAYER_GLIB_SYSTEMINCLUDE
-
-#if !defined(__WINSCW__) && !defined(__WINS__)
-EpocAllowDllData
-#endif
-
-
-
-USERINCLUDE		../../include/gstreamer
-USERINCLUDE		../../include/gstreamer/gst
-USERINCLUDE		../../include/gstreamer/gst/base
-USERINCLUDE		../../include/gstreamer/gst/controller
-USERINCLUDE		../../include/gstreamer/gst/dataprotocol
-USERINCLUDE		../../include/gstreamer/gst/net
-
-
-
-SOURCEPATH	  ../gst/amrmux
-SOURCE		    gstamrmux.c
-
-
-LIBRARY 		libc.lib
-LIBRARY			libglib.lib
-LIBRARY			libgmodule.lib
-LIBRARY			libgobject.lib
-LIBRARY			libgstreamer.lib
-
-