gstreamer_core/group/gstelements.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 // Gstreamer.MMP
       
    18 /*
       
    19 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
       
    20 *
       
    21 * This library is free software; you can redistribute it and/or
       
    22 * modify it under the terms of the GNU Lesser General Public
       
    23 * License as published by the Free Software Foundation; either
       
    24 * version 2 of the License, or (at your option) any later version.
       
    25 *
       
    26 * This library is distributed in the hope that it will be useful,
       
    27 * but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    28 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       
    29 * Lesser General Public License for more details.
       
    30 *
       
    31 * You should have received a copy of the GNU Lesser General Public
       
    32 * License along with this library; if not, write to the
       
    33 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
       
    34 * Boston, MA 02111-1307, USA.
       
    35 *
       
    36 * Description:
       
    37 *
       
    38 */
       
    39 
       
    40 #include <platform_paths.hrh>
       
    41 
       
    42 TARGET          libgstcoreelements.dll
       
    43 TARGETTYPE  	DLL
       
    44 UID             0x20004c45 0x2001F424
       
    45 
       
    46 #ifdef EKA2
       
    47 LANG            SC
       
    48 CAPABILITY      All -Tcb
       
    49 VENDORID        VID_DEFAULT
       
    50 #endif
       
    51 
       
    52 #if !defined(__WINSCW__) && !defined(__WINS__)
       
    53 EpocAllowDllData
       
    54 #endif
       
    55 
       
    56 
       
    57 MACRO           HAVE_CONFIG_H
       
    58 
       
    59 
       
    60 USERINCLUDE				..
       
    61 USERINCLUDE       ../gst
       
    62 USERINCLUDE       ../libs/gst/base
       
    63 USERINCLUDE       ../libs/gst/net
       
    64 USERINCLUDE       ../libs/gst/controller
       
    65 
       
    66 MW_LAYER_SYSTEMINCLUDE
       
    67 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    68 
       
    69 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    70 USERINCLUDE		../../include/gstreamer
       
    71 USERINCLUDE		../../include/gstreamer/gst
       
    72 USERINCLUDE		../../include/gstreamer/gst/base
       
    73 USERINCLUDE		../../include/gstreamer/gst/controller
       
    74 USERINCLUDE		../../include/gstreamer/gst/dataprotocol
       
    75 USERINCLUDE		../../include/gstreamer/gst/net
       
    76 
       
    77 SOURCEPATH      ../plugins/elements
       
    78 
       
    79 //SOURCE        gstbufferstore.c
       
    80 SOURCE          gstcapsfilter.c
       
    81 SOURCE          gstelements.c
       
    82 SOURCE          gstfakesink.c
       
    83 SOURCE          gstfakesrc.c
       
    84 SOURCE          gstfdsink.c
       
    85 SOURCE          gstfdsrc.c
       
    86 SOURCE          gstfilesink.c
       
    87 SOURCE          gstfilesrc.c
       
    88 SOURCE          gstidentity.c
       
    89 SOURCE          gstqueue.c
       
    90 SOURCE          gsttee.c
       
    91 SOURCE          gsttypefindelement.c
       
    92 SOURCE          gstmultiqueue.c
       
    93 
       
    94 LIBRARY         euser.lib
       
    95 LIBRARY         libc.lib
       
    96 LIBRARY         libpthread.lib
       
    97 LIBRARY         libdl.lib
       
    98 LIBRARY         libglib.lib
       
    99 LIBRARY         libgmodule.lib
       
   100 
       
   101 LIBRARY         libgobject.lib
       
   102 LIBRARY         libgthread.lib
       
   103 LIBRARY         libm.lib
       
   104 LIBRARY         libz.lib
       
   105 LIBRARY         libgstreamer.lib
       
   106 LIBRARY         libgstbase.lib
       
   107 
       
   108 #ifdef WINSCW
       
   109 LIBRARY		    ewsd.lib //wsd solution
       
   110 #endif
       
   111 
       
   112 //VENDORID VID_DEFAULT 
       
   113 SMPSAFE