gstreamer_core/group/gstcontroller.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          libgstcontroller.dll
       
    27 TARGETTYPE      DLL
       
    28 UID             0x20004c45 0x2001F421
       
    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 
       
    41 MACRO           HAVE_CONFIG_H
       
    42 
       
    43 
       
    44 USERINCLUDE				..
       
    45 USERINCLUDE             ../gst
       
    46 USERINCLUDE             ../libs/gst/controller
       
    47 
       
    48 
       
    49 MW_LAYER_SYSTEMINCLUDE
       
    50 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    51 
       
    52 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    53 USERINCLUDE		../../include/gstreamer
       
    54 USERINCLUDE		../../include/gstreamer/gst
       
    55 USERINCLUDE		../../include/gstreamer/gst/base
       
    56 USERINCLUDE		../../include/gstreamer/gst/controller
       
    57 USERINCLUDE		../../include/gstreamer/gst/dataprotocol
       
    58 USERINCLUDE		../../include/gstreamer/gst/net
       
    59 
       
    60 
       
    61 SOURCEPATH      ../libs/gst/controller
       
    62 
       
    63 SOURCE          gstcontroller.c
       
    64 SOURCE          gsthelper.c
       
    65 SOURCE          gstinterpolation.c
       
    66 SOURCE          lib.c
       
    67 SOURCE          gstcontrolsource.c
       
    68 SOURCE          gstinterpolationcontrolsource.c
       
    69 SOURCE          gstlfocontrolsource.c
       
    70 
       
    71 LIBRARY         euser.lib
       
    72 LIBRARY         libc.lib
       
    73 LIBRARY         libpthread.lib
       
    74 LIBRARY         libdl.lib
       
    75 LIBRARY         libglib.lib
       
    76 LIBRARY         libgmodule.lib
       
    77 
       
    78 LIBRARY         libgobject.lib
       
    79 LIBRARY         libgthread.lib
       
    80 LIBRARY         libm.lib
       
    81 LIBRARY         libz.lib
       
    82 LIBRARY         libgstreamer.lib
       
    83 
       
    84 #ifdef WINSCW
       
    85 LIBRARY		    ewsd.lib //wsd solution
       
    86 #endif
       
    87 
       
    88 //VENDORID VID_DEFAULT g
       
    89 
       
    90 SMPSAFE