gstreamer_core/group/gstelements.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          libgstcoreelements.dll
       
    27 TARGETTYPE  	DLL
       
    28 UID             0x20004c45 0x2001F424
       
    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/base
       
    47 USERINCLUDE       ../libs/gst/net
       
    48 USERINCLUDE       ../libs/gst/controller
       
    49 
       
    50 MW_LAYER_SYSTEMINCLUDE
       
    51 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    52 
       
    53 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    54 USERINCLUDE		../../include/gstreamer
       
    55 USERINCLUDE		../../include/gstreamer/gst
       
    56 USERINCLUDE		../../include/gstreamer/gst/base
       
    57 USERINCLUDE		../../include/gstreamer/gst/controller
       
    58 USERINCLUDE		../../include/gstreamer/gst/dataprotocol
       
    59 USERINCLUDE		../../include/gstreamer/gst/net
       
    60 
       
    61 SOURCEPATH      ../plugins/elements
       
    62 
       
    63 //SOURCE        gstbufferstore.c
       
    64 SOURCE          gstcapsfilter.c
       
    65 SOURCE          gstelements.c
       
    66 SOURCE          gstfakesink.c
       
    67 SOURCE          gstfakesrc.c
       
    68 SOURCE          gstfdsink.c
       
    69 SOURCE          gstfdsrc.c
       
    70 SOURCE          gstfilesink.c
       
    71 SOURCE          gstfilesrc.c
       
    72 SOURCE          gstidentity.c
       
    73 SOURCE          gstqueue.c
       
    74 SOURCE          gsttee.c
       
    75 SOURCE          gsttypefindelement.c
       
    76 SOURCE          gstmultiqueue.c
       
    77 
       
    78 LIBRARY         euser.lib
       
    79 LIBRARY         libc.lib
       
    80 LIBRARY         libpthread.lib
       
    81 LIBRARY         libdl.lib
       
    82 LIBRARY         libglib.lib
       
    83 LIBRARY         libgmodule.lib
       
    84 
       
    85 LIBRARY         libgobject.lib
       
    86 LIBRARY         libgthread.lib
       
    87 LIBRARY         libm.lib
       
    88 LIBRARY         libz.lib
       
    89 LIBRARY         libgstreamer.lib
       
    90 LIBRARY         libgstbase.lib
       
    91 
       
    92 #ifdef WINSCW
       
    93 LIBRARY		    ewsd.lib //wsd solution
       
    94 #endif
       
    95 
       
    96 //VENDORID VID_DEFAULT 
       
    97 SMPSAFE