gst_plugins_base/tsrc/check/elements/playbin/group/playbin.mmp
changeset 0 0e761a78d257
child 9 2a0f36a70380
child 29 567bb019e3e3
equal deleted inserted replaced
-1:000000000000 0:0e761a78d257
       
     1 /*
       
     2 ============================================================================
       
     3  Name		: playbin.mmp
       
     4  Author	  : 
       
     5  Copyright   : Your copyright notice
       
     6  Description : This is the project specification file for playbin.
       
     7 ============================================================================
       
     8 */
       
     9 
       
    10 #include <platform_paths.hrh>                    
       
    11 
       
    12 TARGET		  playbin.exe
       
    13 TARGETTYPE	  stdexe
       
    14 UID			 0 0xEEAA9E5E
       
    15 
       
    16 #if !defined(__WINSCW__) && !defined(__WINS__)
       
    17 EpocAllowDllData
       
    18 #endif
       
    19 
       
    20 EPOCHEAPSIZE 0x10000 0x1000000
       
    21 EPOCSTACKSIZE 0x10000
       
    22 
       
    23 
       
    24 #ifdef EKA2
       
    25 LANG            SC
       
    26 CAPABILITY All -Tcb
       
    27 VENDORID        VID_DEFAULT
       
    28 #endif
       
    29 
       
    30 USERINCLUDE	 ../inc
       
    31 
       
    32 MW_LAYER_SYSTEMINCLUDE
       
    33 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    34 
       
    35 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    36 USERINCLUDE		../../../../../../include/gstreamer
       
    37 USERINCLUDE		../../../../../../include/gstreamer/gst
       
    38 USERINCLUDE		../../../../../../include/gstreamer/gst/base
       
    39 USERINCLUDE		../../../../../../include/gstreamer/gst/controller
       
    40 USERINCLUDE		../../../../../../include/gstreamer/gst/dataprotocol
       
    41 USERINCLUDE		../../../../../../include/gstreamer/gst/net
       
    42 
       
    43 
       
    44 USERINCLUDE		../../../../../../gstreamer_core/libs/gst/check
       
    45 
       
    46 SYSTEMINCLUDE	../../../../../../gstreamer_core/libs
       
    47 
       
    48 SYSTEMINCLUDE	../../../../../../gstreamer_core/gst
       
    49 
       
    50 SYSTEMINCLUDE	../../../../../../gstreamer_core
       
    51 
       
    52 SOURCEPATH	  ../src
       
    53 SOURCE playbin.c
       
    54 
       
    55 LIBRARY		 euser.lib libgstreamer.lib libgstbase.lib libgstcontroller.lib libgstcoreelements.lib
       
    56 LIBRARY		 libglib.lib libgmodule.lib libgobject.lib
       
    57 
       
    58 #ifdef ENABLE_ABIV2_MODE
       
    59 DEBUGGABLE
       
    60 #endif
       
    61 
       
    62 SMPSAFE