gst_plugins_symbian/group/gstdevsoundsink.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          libgstdevsoundsink.dll
       
    22 TARGETTYPE      DLL
       
    23 UID             0x1000008d 0x10207C44
       
    24 
       
    25 LANG            SC
       
    26 CAPABILITY      All -Tcb
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 #if !defined(__WINSCW__) && !defined(__WINS__)
       
    30 EpocAllowDllData
       
    31 #endif
       
    32 
       
    33 
       
    34 MACRO           HAVE_CONFIG_H
       
    35 
       
    36 
       
    37 USERINCLUDE     ..
       
    38 USERINCLUDE     ../gst/devsound
       
    39 
       
    40 MW_LAYER_SYSTEMINCLUDE
       
    41 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    42 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    43 
       
    44 USERINCLUDE		../../include/gstreamer
       
    45 USERINCLUDE		../../include/gstreamer/gst
       
    46 USERINCLUDE		../../include/gstreamer/gst/audio
       
    47 
       
    48 SOURCEPATH      ../gst/devsound
       
    49 SOURCE          gstdevsoundsinkaudio.c
       
    50 SOURCE          gstdevsoundsink.c
       
    51 SOURCE          devsoundsinkwrapper.cpp
       
    52 
       
    53 LIBRARY         euser.lib
       
    54 LIBRARY         libc.lib
       
    55 LIBRARY         libpthread.lib
       
    56 LIBRARY         libglib.lib
       
    57 LIBRARY         libgobject.lib
       
    58 LIBRARY         libgmodule.lib
       
    59 //LIBRARY         libgthread.lib
       
    60 LIBRARY         libgstreamer.lib
       
    61 LIBRARY         libgstbase.lib
       
    62 LIBRARY         libgstaudio.lib
       
    63 LIBRARY         libgstinterfaces.lib
       
    64 LIBRARY         libgstdevsoundext.lib
       
    65 LIBRARY         mmfdevsound.lib
       
    66 LIBRARY         G711DecoderIntfc.lib
       
    67 LIBRARY         G711EncoderIntfc.lib
       
    68 LIBRARY         G729DecoderIntfc.lib
       
    69 LIBRARY         G729EncoderIntfc.lib
       
    70 LIBRARY         IlbcDecoderIntfc.lib
       
    71 LIBRARY         IlbcEncoderIntfc.lib
       
    72 LIBRARY         SpeechEncoderConfig.lib
       
    73 LIBRARY         ErrorConcealmentIntfc.lib
       
    74 LIBRARY         AudioOutputRouting.lib
       
    75 
       
    76 #ifdef WINSCW
       
    77 LIBRARY      ewsd.lib
       
    78 #endif /* WINSCW */
       
    79 SMPSAFE