gstreamer_core/group/gstreamer.mmp
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
equal deleted inserted replaced
29:567bb019e3e3 30:7e817e7e631c
    23 
    23 
    24 #include <platform_paths.hrh>
    24 #include <platform_paths.hrh>
    25 
    25 
    26 TARGET          libgstreamer.dll
    26 TARGET          libgstreamer.dll
    27 TARGETTYPE		DLL
    27 TARGETTYPE		DLL
    28 UID             0x1000008d 0x2001F41F
    28 UID             0x20004c45 0x2001F41F
    29 
    29 
    30 #ifdef EKA2
    30 #ifdef EKA2
    31 LANG            SC
    31 LANG            SC
    32 CAPABILITY      All -Tcb
    32 CAPABILITY      All -Tcb
    33 VENDORID        VID_DEFAULT
    33 VENDORID        VID_DEFAULT
    34 
    34 
    35 #endif
    35 #endif
    36 #if !defined(__WINSCW__) && !defined(__WINS__)
    36 #if !defined(__WINSCW__) && !defined(__WINS__)
    37 EpocAllowDllData
    37 EpocAllowDllData
    38 #endif
    38 #endif
       
    39 
    39 
    40 
    40 MACRO			HAVE_CONFIG_H
    41 MACRO			HAVE_CONFIG_H
    41 
    42 
    42 //MACRO			GST_TESTCASE_COMPILATION
    43 //MACRO			GST_TESTCASE_COMPILATION
    43 
    44 
    48 
    49 
    49 MW_LAYER_SYSTEMINCLUDE
    50 MW_LAYER_SYSTEMINCLUDE
    50 OS_LAYER_LIBC_SYSTEMINCLUDE
    51 OS_LAYER_LIBC_SYSTEMINCLUDE
    51 
    52 
    52 OS_LAYER_GLIB_SYSTEMINCLUDE
    53 OS_LAYER_GLIB_SYSTEMINCLUDE
    53 MW_LAYER_GSTREAMER_SYSTEMINCLUDE
    54 USERINCLUDE		../../include/gstreamer
    54 
    55 USERINCLUDE		../../include/gstreamer/gst
    55 USERINCLUDE		../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
    56 
    60 
    57 
    61 
    58 USERINCLUDE			../libs/gst/check
    62 USERINCLUDE			../libs/gst/check
    59 
    63 
    60 //#ifdef GST_TESTCASE_COMPILATION
    64 //#ifdef GST_TESTCASE_COMPILATION
    61 SYSTEMINCLUDE		../libs
    65 SYSTEMINCLUDE		../libs
    62 
    66 
    63 //#endif	/* GST_TESTCASE_COMPILATION */
    67 //#endif	/* GST_TESTCASE_COMPILATION */
       
    68 
    64 
    69 
    65 SOURCEPATH      ../gst
    70 SOURCEPATH      ../gst
    66 SOURCE          gstbin.c
    71 SOURCE          gstbin.c
    67 SOURCE          gstbuffer.c
    72 SOURCE          gstbuffer.c
    68 SOURCE          gstbus.c
    73 SOURCE          gstbus.c
   105 SOURCE          gsttypefind.c
   110 SOURCE          gsttypefind.c
   106 SOURCE          gsttypefindfactory.c
   111 SOURCE          gsttypefindfactory.c
   107 SOURCE          gsturi.c
   112 SOURCE          gsturi.c
   108 SOURCE          gstutils.c
   113 SOURCE          gstutils.c
   109 SOURCE          gstvalue.c
   114 SOURCE          gstvalue.c
   110 SOURCE          gstpreset.c
       
   111 SOURCE          gstbufferlist.c
       
   112 SOURCE          gsttaskpool.c
       
   113 SOURCE          helpfile.cpp
       
   114 
   115 
   115 #ifdef HAVE_LIBXML2
   116 #ifdef HAVE_LIBXML2
   116 SOURCE          gstxml.c
   117 SOURCE          gstxml.c
   117 SOURCE          gstregistryxml.c
   118 SOURCE          gstregistryxml.c
   118 #else
   119 #else
   121 
   122 
   122 SOURCE          gstquark.c
   123 SOURCE          gstquark.c
   123 SOURCE          gstparamspecs.c
   124 SOURCE          gstparamspecs.c
   124 SOURCE          gstdebugutils.c
   125 SOURCE          gstdebugutils.c
   125 SOURCE          gstpoll.c
   126 SOURCE          gstpoll.c
       
   127 SOURCE          helpfile.cpp
   126 
   128 
   127 #ifdef WINSCW
   129 #ifdef WINSCW
   128 SOURCE          libgstreamer_wsd.cpp
   130 SOURCE          libgstreamer_wsd.cpp
   129 #endif /*WINSCW*/
   131 #endif /*WINSCW*/
   130 
   132 
   134 SOURCE          gstbufferstraw.c
   136 SOURCE          gstbufferstraw.c
   135 SOURCE          check.c
   137 SOURCE          check.c
   136 //#endif	/* GST_TESTCASE_COMPILATION */
   138 //#endif	/* GST_TESTCASE_COMPILATION */
   137 
   139 
   138 
   140 
       
   141 SOURCEPATH ../gst/parse
       
   142 SOURCE grammar.tab.pre.c lex._gst_parse_yy.pre.c
   139 
   143 
   140 SOURCEPATH	../gst/parse
   144 //SOURCEPATH	../gst/parse
   141 SOURCE		grammar.tab.c
   145 //SOURCE		grammar.tab.c
   142 SOURCE		lex._gst_parse_yy.c
   146 //SOURCE		lex._gst_parse_yy.c
   143 
   147 
   144 LIBRARY			euser.lib
   148 LIBRARY			euser.lib
   145 LIBRARY 		libc.lib
   149 LIBRARY 		libc.lib
   146 LIBRARY 		libpthread.lib
   150 LIBRARY 		libpthread.lib
   147 LIBRARY			libdl.lib
   151 LIBRARY			libdl.lib
   148 LIBRARY			libglib.lib
   152 LIBRARY			libglib.lib
   149 LIBRARY			libgmodule.lib
   153 LIBRARY			libgmodule.lib
   150 LIBRARY			libgobject.lib
   154 LIBRARY			libgobject.lib
   151 LIBRARY			libgthread.lib
   155 LIBRARY			libgthread.lib
   152 LIBRARY			libm.lib
   156 LIBRARY			libm.lib
   153 LIBRARY 		libz.lib
   157 LIBRARY 		libz.lib  
   154 LIBRARY         efsrv.lib 
   158 LIBRARY         efsrv.lib 
   155 
   159 
   156 #ifdef WINSCW
   160 #ifdef WINSCW
   157 LIBRARY         ewsd.lib //wsd solution
   161 LIBRARY         ewsd.lib //wsd solution
   158 #endif
   162 #endif