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