gfxconversion/mifconv/group/bld.inf
changeset 0 f453ebb75370
equal deleted inserted replaced
-1:000000000000 0:f453ebb75370
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  build file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 PRJ_PLATFORMS
       
    20 #ifdef SBSV2
       
    21   TOOLS2
       
    22 #else
       
    23   TOOLS
       
    24 #endif
       
    25 
       
    26 
       
    27 PRJ_MMPFILES
       
    28 #if defined(TOOLS) || defined(TOOLS2)
       
    29   mifconv.mmp
       
    30 #endif
       
    31 
       
    32 PRJ_EXPORTS
       
    33 #ifdef SBSV2
       
    34   ../makefile_templates/mifconv_global_options.make           +/tools/makefile_templates/s60/mifconv_global_options.make
       
    35   ../makefile_templates/mifconv_option_reader_recursive.make  +/tools/makefile_templates/s60/mifconv_option_reader_recursive.make
       
    36   ../makefile_templates/mifconv_option_reader.make            +/tools/makefile_templates/s60/mifconv_option_reader.make
       
    37   ../makefile_templates/mifconv_step1.make                    +/tools/makefile_templates/s60/mifconv_step1.make
       
    38   ../makefile_templates/mifconv_step2.make                    +/tools/makefile_templates/s60/mifconv_step2.make
       
    39   ../makefile_templates/mifconv_step3.make                    +/tools/makefile_templates/s60/mifconv_step3.make
       
    40   ../makefile_templates/mifconv_step4.make                    +/tools/makefile_templates/s60/mifconv_step4.make
       
    41   ../makefile_templates/mifconv.flm                           +/tools/makefile_templates/s60/mifconv.flm
       
    42   ../makefile_templates/mifconv.meta                          +/tools/makefile_templates/s60/mifconv.meta
       
    43   ../makefile_templates/mifconv.mk                            +/tools/makefile_templates/s60/mifconv.mk
       
    44   ../makefile_templates/mifconv.xml                           +/tools/makefile_templates/s60/mifconv.xml
       
    45 #endif
       
    46