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