gst_plugins_symbian/group/gstdevsoundsrc.mmp
changeset 0 0e761a78d257
equal deleted inserted replaced
-1:000000000000 0:0e761a78d257
       
     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          libgstdevsoundsrc.dll
       
    22 TARGETTYPE      DLL
       
    23 UID             0x1000008d 0x10207C45
       
    24 CAPABILITY      All -TCB
       
    25 VENDORID        VID_DEFAULT
       
    26 LANG            SC
       
    27 
       
    28 #if !defined(__WINSCW__) && !defined(__WINS__)
       
    29 EpocAllowDllData
       
    30 #endif
       
    31 
       
    32 
       
    33 MACRO           HAVE_CONFIG_H
       
    34 
       
    35 
       
    36 USERINCLUDE     ..
       
    37 USERINCLUDE     ../gst/devsound
       
    38 
       
    39 MW_LAYER_SYSTEMINCLUDE
       
    40 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    41 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    42 
       
    43 USERINCLUDE		../../include/gstreamer
       
    44 USERINCLUDE		../../include/gstreamer/gst
       
    45 USERINCLUDE		../../include/gstreamer/gst/audio
       
    46 
       
    47 
       
    48 SOURCEPATH      ../gst/devsound
       
    49 SOURCE          gstdevsoundsrcaudio.c
       
    50 SOURCE          gstdevsoundsrc.c
       
    51 SOURCE          devsoundsrcwrapper.cpp
       
    52 
       
    53 LIBRARY         euser.lib
       
    54 LIBRARY         libc.lib
       
    55 LIBRARY         libpthread.lib
       
    56 LIBRARY         libglib.lib
       
    57 LIBRARY         libgobject.lib
       
    58 LIBRARY         libgstreamer.lib
       
    59 LIBRARY         libgstbase.lib
       
    60 LIBRARY         libgthread.lib
       
    61 LIBRARY         mmfdevsound.lib
       
    62 LIBRARY         G711EncoderIntfc.lib
       
    63 LIBRARY         SpeechEncoderConfig.lib
       
    64 LIBRARY         G729EncoderIntfc.lib
       
    65 LIBRARY         IlbcEncoderIntfc.lib
       
    66 LIBRARY         libgstdevsoundext.lib
       
    67 SMPSAFE