gst_plugins_base/tsrc/check/elements/audioresample/group/audioresample.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 //audioresample.mmp
       
    18 /*
       
    19  *  Copyright © 2005 Nokia Corporation.
       
    20  *  This material, including documentation and any related 
       
    21  *  computer progrs, is protected by copyright controlled by 
       
    22  *  Nokia Corporation. All rights are reserved. Copying, 
       
    23  *  including reproducing, storing, adapting or translating, any 
       
    24  *  or all of this material requires the prior written consent of 
       
    25  *  Nokia Corporation. This material also contains confidential 
       
    26  *  information which may not be disclosed to others without the 
       
    27  *  prior written consent of Nokia Corporation.
       
    28  * ============================================================================
       
    29  */
       
    30 
       
    31 #include <platform_paths.hrh>                                        
       
    32 
       
    33 TARGET             gstaudioresample.exe
       
    34 TARGETTYPE		exe
       
    35 UID           	0 0x0AB2290
       
    36 EPOCHEAPSIZE    0x10000 0x1000000
       
    37 EPOCSTACKSIZE   10000
       
    38 
       
    39 #ifdef EKA2
       
    40 LANG            SC
       
    41 CAPABILITY All -Tcb
       
    42 VENDORID        VID_DEFAULT
       
    43 #endif
       
    44 
       
    45 USERINCLUDE	 ../inc
       
    46 MW_LAYER_SYSTEMINCLUDE
       
    47 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    48 
       
    49 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    50 USERINCLUDE		../../../../../../include/gstreamer
       
    51 USERINCLUDE		../../../../../../include/gstreamer/gst
       
    52 USERINCLUDE		../../../../../../include/gstreamer/gst/base
       
    53 USERINCLUDE		../../../../../../include/gstreamer/gst/controller
       
    54 USERINCLUDE		../../../../../../include/gstreamer/gst/dataprotocol
       
    55 USERINCLUDE		../../../../../../include/gstreamer/gst/net
       
    56 
       
    57 
       
    58 USERINCLUDE	../../../../../../gstreamer_core/libs/gst/check
       
    59 
       
    60 SYSTEMINCLUDE	../../../../../../gstreamer_core/libs
       
    61 
       
    62 SYSTEMINCLUDE	../../../../../../gstreamer_core/gst
       
    63 
       
    64 SYSTEMINCLUDE	../../../../../../gstreamer_core
       
    65 
       
    66 SOURCEPATH	../src
       
    67 
       
    68 SOURCE             audioresample.c
       
    69 
       
    70 LIBRARY			libgstreamer.lib
       
    71 LIBRARY			euser.lib
       
    72 LIBRARY 		libc.lib
       
    73 LIBRARY 		libpthread.lib
       
    74 LIBRARY			libdl.lib
       
    75 LIBRARY			libglib.lib
       
    76 LIBRARY			libgmodule.lib
       
    77 LIBRARY			libgobject.lib
       
    78 LIBRARY			libgthread.lib
       
    79 LIBRARY			libm.lib
       
    80 LIBRARY 		libz.lib
       
    81 
       
    82 LIBRARY 		libgstnet.lib
       
    83 LIBRARY 		libgstbase.lib
       
    84 LIBRARY 		libgstcontroller.lib
       
    85 LIBRARY 		libgstdataprotocol.lib
       
    86 
       
    87 STATICLIBRARY  libcrt0.lib
       
    88 SMPSAFE