gst_plugins_base/tsrc/check/generic/states/group/states.mmp
changeset 0 0e761a78d257
equal deleted inserted replaced
-1:000000000000 0:0e761a78d257
       
     1 /*
       
     2 * Copyright (c) 2008 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			    states.exe
       
    22 TARGETTYPE		  exe
       
    23 UID           	0x1000008d 0x0AB232A1 
       
    24 
       
    25 #ifdef EKA2
       
    26 LANG            SC
       
    27 CAPABILITY All -Tcb
       
    28 VENDORID        VID_DEFAULT
       
    29 #endif
       
    30 
       
    31 MW_LAYER_SYSTEMINCLUDE
       
    32 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    33 
       
    34 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    35 USERINCLUDE		../../../../../../include/gstreamer
       
    36 USERINCLUDE		../../../../../../include/gstreamer/gst
       
    37 USERINCLUDE		../../../../../../include/gstreamer/gst/base
       
    38 USERINCLUDE		../../../../../../include/gstreamer/gst/controller
       
    39 USERINCLUDE		../../../../../../include/gstreamer/gst/dataprotocol
       
    40 USERINCLUDE		../../../../../../include/gstreamer/gst/net
       
    41 USERINCLUDE		../../../../..
       
    42 SYSTEMINCLUDE	../../../../../gst
       
    43 SYSTEMINCLUDE	../../../../../../gstreamer_core/libs
       
    44 
       
    45 SYSTEMINCLUDE	../../../../../../gstreamer_core/gst
       
    46 SYSTEMINCLUDE	../../../../../gst-libs/gst/fft
       
    47 
       
    48 SYSTEMINCLUDE		../../../../../../gstreamer_core/libs/gst/check
       
    49 
       
    50 
       
    51 USERINCLUDE       ../inc
       
    52 
       
    53 SOURCEPATH	../src
       
    54 SOURCE			states.c
       
    55 
       
    56 LIBRARY			libgstreamer.lib
       
    57 
       
    58 LIBRARY			euser.lib
       
    59 LIBRARY 		libc.lib
       
    60 LIBRARY 		libpthread.lib
       
    61 LIBRARY			libdl.lib
       
    62 LIBRARY			libglib.lib
       
    63 LIBRARY			libgmodule.lib
       
    64 LIBRARY			libgobject.lib
       
    65 LIBRARY			libgthread.lib
       
    66 LIBRARY			libm.lib
       
    67 LIBRARY 		libz.lib
       
    68 
       
    69 STATICLIBRARY  libcrt0.lib
       
    70 
       
    71 
       
    72  SMPSAFE