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