gst_plugins_base/group/gstaudiotestsrc.mmp
changeset 2 5505e8908944
child 11 1373546e05c6
equal deleted inserted replaced
1:4c282e7dd6d3 2:5505e8908944
       
     1 // Gstreamer.MMP
       
     2 /*
       
     3 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
       
     4 *
       
     5 * This library is free software; you can redistribute it and/or
       
     6 * modify it under the terms of the GNU Lesser General Public
       
     7 * License as published by the Free Software Foundation; either
       
     8 * version 2 of the License, or (at your option) any later version.
       
     9 *
       
    10 * This library is distributed in the hope that it will be useful,
       
    11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       
    13 * Lesser General Public License for more details.
       
    14 *
       
    15 * You should have received a copy of the GNU Lesser General Public
       
    16 * License along with this library; if not, write to the
       
    17 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
       
    18 * Boston, MA 02111-1307, USA.
       
    19 *
       
    20 * Description:
       
    21 *
       
    22 */
       
    23 
       
    24 #include <platform_paths.hrh>                    
       
    25 
       
    26 TARGET          libgstaudiotestsrc.dll
       
    27 TARGETTYPE      DLL
       
    28 UID             0x20004c45 0x2001F431
       
    29 
       
    30 #ifdef EKA2
       
    31 LANG            SC
       
    32 CAPABILITY All -Tcb
       
    33 VENDORID        VID_DEFAULT
       
    34 #endif
       
    35 
       
    36 #if !defined(__WINSCW__) && !defined(__WINS__)
       
    37 EpocAllowDllData
       
    38 #endif
       
    39 
       
    40 USERINCLUDE     ../gst/audiotestsrc
       
    41 USERINCLUDE     ..
       
    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 SOURCEPATH      ../gst/audiotestsrc
       
    55 SOURCE          gstaudiotestsrc.c
       
    56 
       
    57 
       
    58 LIBRARY		libm.lib
       
    59 LIBRARY         libc.lib   
       
    60 LIBRARY         euser.lib
       
    61 LIBRARY         libgobject.lib
       
    62 LIBRARY         libglib.lib
       
    63 LIBRARY		libgthread.lib
       
    64 LIBRARY         libgstreamer.lib
       
    65 LIBRARY		libgstbase.lib
       
    66 LIBRARY		libgstcontroller.lib
       
    67 
       
    68 
       
    69 MACRO           HAVE_CONFIG_H
       
    70 
       
    71 SMPSAFE