gstregistrygenerator/group/gstregistrygenerator.mmp
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
equal deleted inserted replaced
29:567bb019e3e3 30:7e817e7e631c
     5  Copyright   : Your copyright notice
     5  Copyright   : Your copyright notice
     6  Description : This is the project specification file for GSTRegistryGenerator.
     6  Description : This is the project specification file for GSTRegistryGenerator.
     7 ============================================================================
     7 ============================================================================
     8 */
     8 */
     9 
     9 
    10 /*
       
    11 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
       
    12 *
       
    13 * This library is free software; you can redistribute it and/or
       
    14 * modify it under the terms of the GNU Lesser General Public
       
    15 * License as published by the Free Software Foundation; either
       
    16 * version 2 of the License, or (at your option) any later version.
       
    17 *
       
    18 * This library is distributed in the hope that it will be useful,
       
    19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       
    21 * Lesser General Public License for more details.
       
    22 *
       
    23 * You should have received a copy of the GNU Lesser General Public
       
    24 * License along with this library; if not, write to the
       
    25 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
       
    26 * Boston, MA 02111-1307, USA.
       
    27 *
       
    28 * Description:
       
    29 *
       
    30 */
       
    31 
       
    32 #include <platform_paths.hrh>      
    10 #include <platform_paths.hrh>      
    33 
    11 
    34 TARGET		  GSTRegistryGenerator.exe
    12 TARGET		  GSTRegistryGenerator.exe
    35 TARGETTYPE	  STDEXE
    13 TARGETTYPE	  STDEXE
    36 UID			 0 0xEE84F17B
    14 UID			 0 0x2002BC6E
    37 
       
    38 EPOCHEAPSIZE 0x100000 0x1000000
       
    39 
    15 
    40 CAPABILITY All -Tcb
    16 CAPABILITY All -Tcb
    41 
    17 
    42 VENDORID        VID_DEFAULT
    18 VENDORID        VID_DEFAULT
    43 
    19 
    44 USERINCLUDE	 ../inc
    20 USERINCLUDE	 ../inc
       
    21 SYSTEMINCLUDE   /epoc32/include
    45 
    22 
    46 MACRO           HAVE_CONFIG_H
    23 MACRO           HAVE_CONFIG_H
    47 
    24 
    48 
    25 
    49 MW_LAYER_SYSTEMINCLUDE
    26 MW_LAYER_SYSTEMINCLUDE
    50 OS_LAYER_LIBC_SYSTEMINCLUDE
    27 OS_LAYER_LIBC_SYSTEMINCLUDE
    51 OS_LAYER_GLIB_SYSTEMINCLUDE
    28 OS_LAYER_GLIB_SYSTEMINCLUDE
    52 MW_LAYER_GSTREAMER_SYSTEMINCLUDE
    29 USERINCLUDE		../../include/gstreamer
       
    30 USERINCLUDE		../../include/gstreamer/gst
       
    31 USERINCLUDE		../../include/gstreamer/gst/base
       
    32 USERINCLUDE		../../include/gstreamer/gst/controller
       
    33 USERINCLUDE		../../include/gstreamer/gst/dataprotocol
       
    34 USERINCLUDE		../../include/gstreamer/gst/net
       
    35 
    53 
    36 
    54 
    37 
    55 SOURCEPATH	  ../src
    38 SOURCEPATH	  ../src
    56 SOURCE		  gstregistrygenerator.cpp
    39 SOURCE		  gstregistrygenerator.cpp
    57 
    40