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