gst_plugins_good/group/gstaudiofx.mmp
changeset 26 69c7080681bf
parent 24 bc39b352897e
child 28 4ed5253bb6ba
equal deleted inserted replaced
24:bc39b352897e 26:69c7080681bf
     1 // Gstreamer.MMP
       
     2 /*
       
     3 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
       
     4 *
       
     5 * This library is free software; you can redistribute it and/or
       
     6 * modify it under the terms of the GNU Lesser General Public
       
     7 * License as published by the Free Software Foundation; either
       
     8 * version 2 of the License, or (at your option) any later version.
       
     9 *
       
    10 * This library is distributed in the hope that it will be useful,
       
    11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       
    13 * Lesser General Public License for more details.
       
    14 *
       
    15 * You should have received a copy of the GNU Lesser General Public
       
    16 * License along with this library; if not, write to the
       
    17 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
       
    18 * Boston, MA 02111-1307, USA.
       
    19 *
       
    20 * Description:
       
    21 *
       
    22 */
       
    23 
       
    24 
       
    25 #include <platform_paths.hrh>                                                            
       
    26 
       
    27 TARGET          libgstaudiofx.dll
       
    28 TARGETTYPE      DLL
       
    29 UID             0x20004c49 0x0DE80A1F
       
    30 
       
    31 #ifdef EKA2
       
    32 LANG            SC
       
    33 CAPABILITY All -Tcb
       
    34 VENDORID        VID_DEFAULT
       
    35 #endif
       
    36 
       
    37 #if !defined(__WINSCW__) && !defined(__WINS__)
       
    38 EpocAllowDllData
       
    39 #endif
       
    40 
       
    41 MACRO           __SYMBIAN32__
       
    42 MACRO           HAVE_CONFIG_H
       
    43 MACRO           __SYMBIAN32__
       
    44 
       
    45 USERINCLUDE     ..
       
    46 USERINCLUDE     ../gst/audiofx
       
    47 USERINCLUDE     ../gst-libs
       
    48 USERINCLUDE     ../gst-libs/gst
       
    49 
       
    50 
       
    51 MW_LAYER_SYSTEMINCLUDE
       
    52 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    53 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    54 MW_LAYER_GSTREAMER_SYSTEMINCLUDE
       
    55 
       
    56 SOURCEPATH      ../gst/audiofx
       
    57 SOURCE          audioamplify.c
       
    58 
       
    59 SOURCE          audiocheblimit.c
       
    60 SOURCE          audiodynamic.c
       
    61 SOURCE          audioecho.c
       
    62 SOURCE          audiofirfilter.c
       
    63 SOURCE          audiofx.c
       
    64 SOURCE          audiofxbasefirfilter.c
       
    65 SOURCE          audiofxbaseiirfilter.c
       
    66 SOURCE          audioiirfilter.c
       
    67 SOURCE          audioinvert.c
       
    68 SOURCE          audiokaraoke.c
       
    69 SOURCE          audiochebband.c
       
    70 SOURCE          audiopanorama.c
       
    71 SOURCE          audiowsinclimit.c
       
    72 SOURCE          audiowsincband.c
       
    73 
       
    74 
       
    75 LIBRARY         libc.lib
       
    76 LIBRARY         libglib.lib
       
    77 LIBRARY         libgobject.lib
       
    78 LIBRARY         libgstreamer.lib
       
    79 LIBRARY         libgstbase.lib
       
    80 LIBRARY					libgstcontroller.lib
       
    81 LIBRARY					libgstaudio.lib
       
    82 LIBRARY         libm.lib
       
    83