gst_plugins_base/tsrc/check/elements/audiotestsrc/group/audiotestsrc.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 //audiotestsrc.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             gstaudiotestsrc.exe
       
    34 TARGETTYPE		exe
       
    35 UID           	0 0x0AB229C2
       
    36 
       
    37 #ifdef EKA2
       
    38 LANG            SC
       
    39 CAPABILITY All -Tcb
       
    40 VENDORID        VID_DEFAULT
       
    41 #endif
       
    42 USERINCLUDE	 ../inc
       
    43 
       
    44 MW_LAYER_SYSTEMINCLUDE
       
    45 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    46 
       
    47 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    48 USERINCLUDE		../../../../../../include/gstreamer
       
    49 USERINCLUDE		../../../../../../include/gstreamer/gst
       
    50 USERINCLUDE		../../../../../../include/gstreamer/gst/base
       
    51 USERINCLUDE		../../../../../../include/gstreamer/gst/controller
       
    52 USERINCLUDE		../../../../../../include/gstreamer/gst/dataprotocol
       
    53 USERINCLUDE		../../../../../../include/gstreamer/gst/net
       
    54 
       
    55 
       
    56 USERINCLUDE	../../../../../../gstreamer_core/libs/gst/check
       
    57 
       
    58 SYSTEMINCLUDE	../../../../../../gstreamer_core/libs
       
    59 
       
    60 SYSTEMINCLUDE	../../../../../../gstreamer_core/gst
       
    61 
       
    62 SYSTEMINCLUDE	../../../../../../gstreamer_core
       
    63 
       
    64 SOURCEPATH	../src
       
    65 
       
    66 
       
    67 
       
    68 
       
    69 SOURCE             audiotestsrc.c
       
    70 
       
    71 
       
    72 
       
    73 LIBRARY			libgstreamer.lib
       
    74 LIBRARY			euser.lib
       
    75 LIBRARY 		libc.lib
       
    76 LIBRARY 		libpthread.lib
       
    77 LIBRARY			libdl.lib
       
    78 LIBRARY			libglib.lib
       
    79 LIBRARY			libgmodule.lib
       
    80 LIBRARY			libgobject.lib
       
    81 LIBRARY			libgthread.lib
       
    82 LIBRARY			libm.lib
       
    83 LIBRARY 		libz.lib
       
    84 
       
    85 LIBRARY 		libgstnet.lib
       
    86 LIBRARY 		libgstbase.lib
       
    87 LIBRARY 		libgstcontroller.lib
       
    88 LIBRARY 		libgstdataprotocol.lib
       
    89 
       
    90 STATICLIBRARY  libcrt0.lib
       
    91 SMPSAFE