gst_plugins_symbian/group/gstamrmux.mmp
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
equal deleted inserted replaced
29:567bb019e3e3 30:7e817e7e631c
     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 USERINCLUDE     ..
       
    35 
       
    36 
       
    37 MW_LAYER_SYSTEMINCLUDE
       
    38 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    39 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    40 MW_LAYER_GSTREAMER_SYSTEMINCLUDE
       
    41 
       
    42 
       
    43 
       
    44 SOURCEPATH	  ../gst/amrmux
       
    45 SOURCE		    gstamrmux.c
       
    46 
       
    47 
       
    48 LIBRARY 		libc.lib
       
    49 LIBRARY			libglib.lib
       
    50 LIBRARY			libgmodule.lib
       
    51 LIBRARY			libgobject.lib
       
    52 LIBRARY			libgstreamer.lib
       
    53