gstreamer_core/tools/group/gst-inspect.mmp
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
equal deleted inserted replaced
29:567bb019e3e3 30:7e817e7e631c
     1 //createelementcore.mmp
       
     2 /*
       
     3 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
       
     4 *
       
     5 * This library is free software; you can redistribute it and/or
       
     6 * modify it under the terms of the GNU Lesser General Public
       
     7 * License as published by the Free Software Foundation; either
       
     8 * version 2 of the License, or (at your option) any later version.
       
     9 *
       
    10 * This library is distributed in the hope that it will be useful,
       
    11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       
    13 * Lesser General Public License for more details.
       
    14 *
       
    15 * You should have received a copy of the GNU Lesser General Public
       
    16 * License along with this library; if not, write to the
       
    17 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
       
    18 * Boston, MA 02111-1307, USA.
       
    19 *
       
    20 * Description:
       
    21 *
       
    22 */
       
    23        
       
    24 #include <platform_paths.hrh> 
       
    25                     
       
    26 TARGET            gst-inspect.exe
       
    27 TARGETTYPE		exe
       
    28 UID           	0 0x0AB230B2
       
    29 
       
    30 #ifdef EKA2
       
    31 LANG            SC
       
    32 CAPABILITY All -Tcb
       
    33 //VENDORID        VID_DEFAULT
       
    34 #endif
       
    35 
       
    36 
       
    37 MACRO           __SYMBIAN32__
       
    38 MACRO           HAVE_CONFIG_H
       
    39 MACRO            DISABLE_FAULT_HANDLER
       
    40 
       
    41 
       
    42 
       
    43 
       
    44 MW_LAYER_SYSTEMINCLUDE
       
    45 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    46 
       
    47 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    48 MW_LAYER_GSTREAMER_SYSTEMINCLUDE
       
    49 
       
    50 
       
    51 USERINCLUDE ../
       
    52 USERINCLUDE ../../
       
    53 USERINCLUDE ../../gst
       
    54 SOURCEPATH	../
       
    55 SOURCE             gst-inspect.c
       
    56 
       
    57 LIBRARY			libgstreamer.lib
       
    58 LIBRARY			euser.lib
       
    59 LIBRARY 		libc.lib
       
    60 LIBRARY 		libpthread.lib
       
    61 LIBRARY			libdl.lib
       
    62 LIBRARY			libm.lib
       
    63 LIBRARY 		libz.lib
       
    64 LIBRARY			libglib.lib
       
    65 LIBRARY			libgmodule.lib
       
    66 LIBRARY			libgobject.lib
       
    67 LIBRARY			libgthread.lib
       
    68 
       
    69 
       
    70 LIBRARY 		libgstnet.lib
       
    71 LIBRARY 		libgstbase.lib
       
    72 LIBRARY 		libgstcontroller.lib
       
    73 LIBRARY 		libgstdataprotocol.lib
       
    74 
       
    75 STATICLIBRARY  libcrt0.lib
       
    76 
       
    77 EPOCSTACKSIZE 0x5000
       
    78 
       
    79 EPOCHEAPSIZE 0x500 0x1000000