gstreamer_core/group/gstreamer.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          libgstreamer.dll
       
    43 TARGETTYPE		DLL
       
    44 UID             0x20004c45 0x2001F41F
       
    45 
       
    46 #ifdef EKA2
       
    47 LANG            SC
       
    48 CAPABILITY      All -Tcb
       
    49 VENDORID        VID_DEFAULT
       
    50 
       
    51 #endif
       
    52 #if !defined(__WINSCW__) && !defined(__WINS__)
       
    53 EpocAllowDllData
       
    54 #endif
       
    55 
       
    56 
       
    57 MACRO			HAVE_CONFIG_H
       
    58 
       
    59 //MACRO			GST_TESTCASE_COMPILATION
       
    60 
       
    61 //MACRO		HAVE_LIBXML2
       
    62 USERINCLUDE     ..
       
    63 USERINCLUDE		../gst
       
    64 USERINCLUDE		../gst/parse
       
    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 
       
    78 USERINCLUDE			../libs/gst/check
       
    79 
       
    80 //#ifdef GST_TESTCASE_COMPILATION
       
    81 SYSTEMINCLUDE		../libs
       
    82 
       
    83 //#endif	/* GST_TESTCASE_COMPILATION */
       
    84 
       
    85 
       
    86 SOURCEPATH      ../gst
       
    87 SOURCE          gstbin.c
       
    88 SOURCE          gstbuffer.c
       
    89 SOURCE          gstbus.c
       
    90 SOURCE          gst.c
       
    91 SOURCE          gstcaps.c
       
    92 SOURCE          gstchildproxy.c
       
    93 SOURCE          gstclock.c
       
    94 SOURCE          gstelement.c
       
    95 SOURCE          gstelementfactory.c
       
    96 SOURCE          gstenumtypes.c
       
    97 SOURCE          gsterror.c
       
    98 SOURCE          gstevent.c
       
    99 SOURCE          gstfilter.c
       
   100 SOURCE          gstformat.c
       
   101 SOURCE          gstghostpad.c
       
   102 SOURCE          gstindex.c
       
   103 SOURCE          gstindexfactory.c
       
   104 SOURCE          gstinfo.c
       
   105 SOURCE          gstinterface.c
       
   106 SOURCE          gstiterator.c
       
   107 SOURCE          gstmarshal.c
       
   108 SOURCE          gstmessage.c
       
   109 SOURCE          gstminiobject.c
       
   110 SOURCE          gstobject.c
       
   111 SOURCE          gstpad.c
       
   112 SOURCE          gstpadtemplate.c
       
   113 SOURCE          gstparse.c
       
   114 SOURCE          gstpipeline.c
       
   115 SOURCE          gstplugin.c
       
   116 SOURCE          gstpluginfeature.c
       
   117 SOURCE          gstquery.c
       
   118 SOURCE          gstregistry.c
       
   119 SOURCE          gstsegment.c
       
   120 SOURCE          gststructure.c
       
   121 SOURCE          gstsystemclock.c
       
   122 SOURCE          gsttaglist.c
       
   123 SOURCE          gsttagsetter.c
       
   124 SOURCE          gsttask.c
       
   125 SOURCE          gsttrace.c
       
   126 SOURCE          gsttypefind.c
       
   127 SOURCE          gsttypefindfactory.c
       
   128 SOURCE          gsturi.c
       
   129 SOURCE          gstutils.c
       
   130 SOURCE          gstvalue.c
       
   131 
       
   132 #ifdef HAVE_LIBXML2
       
   133 SOURCE          gstxml.c
       
   134 SOURCE          gstregistryxml.c
       
   135 #else
       
   136 SOURCE          gstregistrybinary.c
       
   137 #endif
       
   138 
       
   139 SOURCE          gstquark.c
       
   140 SOURCE          gstparamspecs.c
       
   141 SOURCE          gstdebugutils.c
       
   142 SOURCE          gstpoll.c
       
   143 SOURCE          helpfile.cpp
       
   144 
       
   145 #ifdef WINSCW
       
   146 SOURCE          libgstreamer_wsd.cpp
       
   147 #endif /*WINSCW*/
       
   148 
       
   149 //#ifdef GST_TESTCASE_COMPILATION
       
   150 SOURCEPATH      ../libs/gst/check
       
   151 SOURCE          gstcheck.c
       
   152 SOURCE          gstbufferstraw.c
       
   153 SOURCE          check.c
       
   154 //#endif	/* GST_TESTCASE_COMPILATION */
       
   155 
       
   156 
       
   157 SOURCEPATH ../gst/parse
       
   158 SOURCE grammar.tab.pre.c lex._gst_parse_yy.pre.c
       
   159 
       
   160 //SOURCEPATH	../gst/parse
       
   161 //SOURCE		grammar.tab.c
       
   162 //SOURCE		lex._gst_parse_yy.c
       
   163 
       
   164 LIBRARY			euser.lib
       
   165 LIBRARY 		libc.lib
       
   166 LIBRARY 		libpthread.lib
       
   167 LIBRARY			libdl.lib
       
   168 LIBRARY			libglib.lib
       
   169 LIBRARY			libgmodule.lib
       
   170 LIBRARY			libgobject.lib
       
   171 LIBRARY			libgthread.lib
       
   172 LIBRARY			libm.lib
       
   173 LIBRARY 		libz.lib  
       
   174 LIBRARY         efsrv.lib 
       
   175 
       
   176 #ifdef WINSCW
       
   177 LIBRARY         ewsd.lib //wsd solution
       
   178 #endif
       
   179 
       
   180 #ifdef HAVE_LIBXML2
       
   181 libxml2.lib
       
   182 #endif
       
   183 
       
   184 SMPSAFE