gst_plugins_good/gst/wavparse/gstwavparse.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 // Gstreamer.MMP
       
    18 /*
       
    19 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
       
    20 *
       
    21 * This library is free software; you can redistribute it and/or
       
    22 * modify it under the terms of the GNU Lesser General Public
       
    23 * License as published by the Free Software Foundation; either
       
    24 * version 2 of the License, or (at your option) any later version.
       
    25 *
       
    26 * This library is distributed in the hope that it will be useful,
       
    27 * but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    28 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       
    29 * Lesser General Public License for more details.
       
    30 *
       
    31 * You should have received a copy of the GNU Lesser General Public
       
    32 * License along with this library; if not, write to the
       
    33 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
       
    34 * Boston, MA 02111-1307, USA.
       
    35 *
       
    36 * Description:
       
    37 *
       
    38 */
       
    39 
       
    40 #include <platform_paths.hrh>                                                            
       
    41 
       
    42 TARGET			libgstwavparse.dll
       
    43 TARGETTYPE		DLL
       
    44 UID             0x1000008d 0x0DE80A1B
       
    45 
       
    46 #ifdef EKA2
       
    47 LANG            SC
       
    48 CAPABILITY All -Tcb
       
    49 VENDORID        VID_DEFAULT
       
    50 
       
    51 #endif
       
    52 
       
    53 #if !defined(__WINSCW__) && !defined(__WINS__)
       
    54 EpocAllowDllData
       
    55 #endif
       
    56 
       
    57 MACRO			HAVE_CONFIG_H
       
    58 
       
    59 
       
    60 USERINCLUDE				.
       
    61 USERINCLUDE				../.. /OFGstreamer/gst-plugins-base-0.10.19/gst-libs/gst/riff
       
    62 
       
    63 
       
    64 
       
    65 MW_LAYER_SYSTEMINCLUDE
       
    66 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    67 
       
    68 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    69 USERINCLUDE		../../include/gstreamer
       
    70 USERINCLUDE		../../include/gstreamer/gst
       
    71 USERINCLUDE		../../include/gstreamer/gst/base
       
    72 USERINCLUDE		../../include/gstreamer/gst/controller
       
    73 USERINCLUDE		../../include/gstreamer/gst/dataprotocol
       
    74 USERINCLUDE		../../include/gstreamer/gst/net
       
    75 
       
    76 
       
    77 
       
    78 
       
    79 
       
    80 SOURCEPATH	.
       
    81 SOURCE		gstwavparse.c
       
    82 
       
    83 
       
    84 LIBRARY			euser.lib
       
    85 LIBRARY 		libc.lib
       
    86 LIBRARY 		libpthread.lib
       
    87 LIBRARY			libdl.lib
       
    88 LIBRARY			libglib.lib
       
    89 LIBRARY			libgmodule.lib
       
    90 LIBRARY			libgobject.lib
       
    91 LIBRARY			libgthread.lib
       
    92 LIBRARY			libm.lib
       
    93 LIBRARY 		libz.lib
       
    94 LIBRARY			libgstreamer.lib
       
    95 LIBRARY			LIBGSTRIFF.lib
       
    96 LIBRARY			libgstbase.lib
       
    97 LIBRARY			libgstaudio.lib
       
    98 LIBRARY			libgstinterfaces.lib
       
    99 
       
   100 
       
   101 
       
   102 //VENDORID VID_DEFAULT 
       
   103 SMPSAFE