gst_plugins_good/gst/amrmux/gstamrmux.mmp
changeset 8 4a7fac7dd34a
equal deleted inserted replaced
7:71e347f905f2 8:4a7fac7dd34a
       
     1 /*
       
     2  *  Copyright © 2010 Nokia Corporation.
       
     3  *  This material, including documentation and any related
       
     4  *  computer progrs, is protected by copyright controlled by
       
     5  *  Nokia Corporation. All rights are reserved. Copying,
       
     6  *  including reproducing, storing, adapting or translating, any
       
     7  *  or all of this material requires the prior written consent of
       
     8  *  Nokia Corporation. This material also contains confidential
       
     9  *  information which may not be disclosed to others without the
       
    10  *  prior written consent of Nokia Corporation.
       
    11  * ============================================================================
       
    12  */
       
    13 
       
    14 #include <platform_paths.hrh>                                                            
       
    15 
       
    16 TARGET			  libgstamrmux.dll
       
    17 TARGETTYPE		DLL
       
    18 UID           0x2002C38F 0x2002C390 
       
    19 
       
    20 #ifdef EKA2
       
    21 LANG            SC
       
    22 CAPABILITY All -Tcb
       
    23 VENDORID        VID_DEFAULT
       
    24 
       
    25 #endif
       
    26 
       
    27 #if !defined(__WINSCW__) && !defined(__WINS__)
       
    28 EpocAllowDllData
       
    29 #endif
       
    30 
       
    31 MACRO			HAVE_CONFIG_H
       
    32 
       
    33 
       
    34 
       
    35 MW_LAYER_SYSTEMINCLUDE
       
    36 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    37 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    38 
       
    39 
       
    40 USERINCLUDE		../../../include/gstreamer
       
    41 USERINCLUDE		../../../include/gstreamer/gst
       
    42 USERINCLUDE		../../../include/gstreamer/gst/base
       
    43 USERINCLUDE		../../../include/gstreamer/gst/controller
       
    44 USERINCLUDE		../../../include/gstreamer/gst/dataprotocol
       
    45 USERINCLUDE		../../../include/gstreamer/gst/net
       
    46 
       
    47 
       
    48 
       
    49 SOURCEPATH	  ../gst/amrmux
       
    50 SOURCE		    gstamrmux.c
       
    51 
       
    52 
       
    53 LIBRARY 		libc.lib
       
    54 LIBRARY			libglib.lib
       
    55 LIBRARY			libgmodule.lib
       
    56 LIBRARY			libgobject.lib
       
    57 LIBRARY			libgstreamer.lib
       
    58