gst_plugins_base/group/gstapp.mmp
changeset 0 0e761a78d257
equal deleted inserted replaced
-1:000000000000 0:0e761a78d257
       
     1 /*
       
     2 * Copyright (c) 2006 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          libgstapp.dll
       
    22 TARGETTYPE      DLL
       
    23 UID             0x1000008d 0x10207C02
       
    24 
       
    25 LANG            SC
       
    26 CAPABILITY      All -Tcb
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 #if !defined(__WINSCW__) && !defined(__WINS__)
       
    30 EpocAllowDllData
       
    31 #endif
       
    32 
       
    33 USERINCLUDE     ..
       
    34 
       
    35 MW_LAYER_SYSTEMINCLUDE
       
    36 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    37 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    38 
       
    39 USERINCLUDE		../../include/gstreamer
       
    40 USERINCLUDE		../../include/gstreamer/gst
       
    41 USERINCLUDE		../../include/gstreamer/gst/app
       
    42 
       
    43 SOURCEPATH      ../gst/app
       
    44 SOURCE          gstapp.c
       
    45 SOURCEPATH      ../gst-libs/gst/app
       
    46 SOURCE          gstapp-marshal.c
       
    47 SOURCE          gstappbuffer.c
       
    48 SOURCE          gstappsrc.c
       
    49 SOURCE          gstappsink.c
       
    50 
       
    51 LIBRARY         libgobject.lib
       
    52 LIBRARY         libgmodule.lib
       
    53 LIBRARY         libdl.lib
       
    54 LIBRARY         libz.lib
       
    55 LIBRARY         libm.lib
       
    56 LIBRARY         libglib.lib
       
    57 LIBRARY         libpthread.lib
       
    58 LIBRARY         libc.lib
       
    59 LIBRARY         libgstreamer.lib
       
    60 LIBRARY         libgstbase.lib
       
    61 
       
    62 
       
    63 MACRO           HAVE_CONFIG_H
       
    64 SMPSAFE