gstreamer_core/tsrc/check/gst/gsturi/group/gsturi.mmp
changeset 9 2a0f36a70380
parent 0 0e761a78d257
child 11 1373546e05c6
equal deleted inserted replaced
8:4a7fac7dd34a 9:2a0f36a70380
     1 ../../../..//*
     1 /*
     2 ============================================================================
     2 ============================================================================
     3  Name		: gsturi.mmp
     3  Name		: gsturi.mmp
     4  Author	  : 
     4  Author	  : 
     5  Copyright   : Your copyright notice
     5  Copyright   : Your copyright notice
     6  Description : This is the project specification file for gsturi.
     6  Description : This is the project specification file for gsturi.
     8 */
     8 */
     9 
     9 
    10 #include <platform_paths.hrh>
    10 #include <platform_paths.hrh>
    11 
    11 
    12 TARGET		  gsturi.exe
    12 TARGET		  gsturi.exe
    13 TARGETTYPE	  stdexe
    13 TARGETTYPE	  exe
    14 UID			 0 0xE18AC648
    14 UID			 0 0xE18AC648
    15 
    15 
    16 CAPABILITY All -TCB
    16 CAPABILITY All -TCB
    17 
    17 
    18 EPOCSTACKSIZE 0x10000
    18 EPOCSTACKSIZE 0x10000
    38 
    38 
    39 SOURCEPATH	  ../src
    39 SOURCEPATH	  ../src
    40 SOURCE		  gsturi.c
    40 SOURCE		  gsturi.c
    41 
    41 
    42 
    42 
    43 
    43 STATICLIBRARY	libcrt0.lib
    44 LIBRARY		 euser.lib libgstreamer.lib libgstbase.lib libgstcontroller.lib libgstcoreelements.lib
    44 LIBRARY		 euser.lib libc.lib libgstreamer.lib libgstbase.lib libgstcontroller.lib libgstcoreelements.lib
    45 LIBRARY		 libglib.lib libgmodule.lib libgobject.lib
    45 LIBRARY		 libglib.lib libgmodule.lib libgobject.lib
    46 
    46 
    47 #ifdef ENABLE_ABIV2_MODE
    47 #ifdef ENABLE_ABIV2_MODE
    48 DEBUGGABLE
    48 DEBUGGABLE
    49 #endif
    49 #endif