gst_plugins_base/group/gstvolume.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 
       
    18 
       
    19 #include <platform_paths.hrh>                    
       
    20 
       
    21 TARGET          libgstvolume.dll
       
    22 TARGETTYPE      DLL
       
    23 UID             0x20004c45 0x2001F43B
       
    24 
       
    25 #ifdef EKA2
       
    26 LANG            SC
       
    27 CAPABILITY All -Tcb
       
    28 VENDORID        VID_DEFAULT
       
    29 #endif
       
    30 
       
    31 #if !defined(__WINSCW__) && !defined(__WINS__)
       
    32 EpocAllowDllData
       
    33 #endif
       
    34 
       
    35 USERINCLUDE     ../gst/volume
       
    36 USERINCLUDE     ..
       
    37 
       
    38 MW_LAYER_SYSTEMINCLUDE
       
    39 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    40 
       
    41 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    42 //OS_LAYER_LIBOIL_SYSTEMINCLUDE SYSTEMINCLUDE
       
    43 USERINCLUDE		../../include/gstreamer
       
    44 USERINCLUDE		../../include/gstreamer/gst
       
    45 USERINCLUDE		../../include/gstreamer/gst/base
       
    46 USERINCLUDE		../../include/gstreamer/gst/controller
       
    47 USERINCLUDE		../../include/gstreamer/gst/dataprotocol
       
    48 USERINCLUDE		../../include/gstreamer/gst/net
       
    49 
       
    50 SOURCEPATH      ../gst/volume
       
    51 SOURCE          gstvolume.c
       
    52 //LIBRARY         euser.lib
       
    53 
       
    54 LIBRARY         libgobject.lib
       
    55 LIBRARY         libgmodule.lib
       
    56 LIBRARY         libdl.lib
       
    57 LIBRARY         libz.lib
       
    58 LIBRARY         libm.lib
       
    59 LIBRARY         libglib.lib
       
    60 LIBRARY         libpthread.lib
       
    61 LIBRARY         libc.lib
       
    62 LIBRARY         libgthread.lib
       
    63 LIBRARY			    liboil.lib
       
    64 LIBRARY         libgstreamer.lib
       
    65 LIBRARY         libgstbase.lib
       
    66 LIBRARY         libgstcontroller.lib
       
    67 LIBRARY         libgstinterfaces.lib
       
    68 LIBRARY			libgstaudio.lib
       
    69 
       
    70 
       
    71 
       
    72 MACRO           HAVE_CONFIG_H
       
    73 
       
    74 
       
    75 SMPSAFE