gstreamer_core/tsrc/check/gst/gstvalue/group/gstvalue.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			    gstvalue.exe
       
    22 TARGETTYPE		  exe
       
    23 UID           	0x1000008d 0x0AB232A3 
       
    24 
       
    25 #ifdef EKA2
       
    26 LANG            SC
       
    27 CAPABILITY All -Tcb
       
    28 VENDORID        VID_DEFAULT
       
    29 #endif
       
    30 
       
    31 
       
    32 
       
    33 MW_LAYER_SYSTEMINCLUDE
       
    34 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    35 
       
    36 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    37 USERINCLUDE		../../../../../../include/gstreamer
       
    38 USERINCLUDE		../../../../../../include/gstreamer/gst
       
    39 USERINCLUDE		../../../../../../include/gstreamer/gst/base
       
    40 USERINCLUDE		../../../../../../include/gstreamer/gst/controller
       
    41 USERINCLUDE		../../../../../../include/gstreamer/gst/dataprotocol
       
    42 USERINCLUDE		../../../../../../include/gstreamer/gst/net
       
    43 
       
    44 
       
    45 SYSTEMINCLUDE	../../../../../libs
       
    46 
       
    47 SYSTEMINCLUDE	../../../../../gst
       
    48 
       
    49 USERINCLUDE       ../inc
       
    50 USERINCLUDE		../../../../../libs/gst/check
       
    51 
       
    52 SOURCEPATH	../src
       
    53 SOURCE			gstvalue.c
       
    54 
       
    55 STATICLIBRARY  libcrt0.lib
       
    56 
       
    57 LIBRARY			libgstreamer.lib
       
    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 LIBRARY			libgstbase.lib
       
    70 
       
    71  SMPSAFE