extras/converter/group/bld.inf
changeset 13 83b3f7c09925
parent 2 c4c2ac0facfd
equal deleted inserted replaced
2:c4c2ac0facfd 13:83b3f7c09925
     1 /*
       
     2 * Copyright (c) 2002 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:  This file provides the information required for building Converter
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 PRJ_PLATFORMS
       
    23 DEFAULT
       
    24 
       
    25 //  Help exports
       
    26 #include "../help/group/bld.inf"
       
    27 
       
    28 PRJ_EXPORTS
       
    29 ./backup_registration.xml /epoc32/data/z/private/101f4668/backup_registration.xml
       
    30 ./backup_registration.xml /epoc32/release/winscw/udeb/z/private/101f4668/backup_registration.xml
       
    31 ./backup_registration.xml /epoc32/release/winscw/urel/z/private/101f4668/backup_registration.xml
       
    32 // export localised loc file
       
    33 ../loc/Converter.loc   APP_LAYER_LOC_EXPORT_PATH(converter.loc)
       
    34 ../loc/ConverterEngine.loc   APP_LAYER_LOC_EXPORT_PATH(converterengine.loc)
       
    35 
       
    36 // export IBY files
       
    37 ../rom/Converter.iby            CORE_APP_LAYER_IBY_EXPORT_PATH(converter.iby)
       
    38 ../rom/Converterengine.iby      CORE_APP_LAYER_IBY_EXPORT_PATH(converterengine.iby)
       
    39 ../rom/ConverterResources.iby   LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(converterresources.iby)
       
    40 
       
    41 PRJ_MMPFILES
       
    42 
       
    43 //	#ifdef __SCALABLE_ICONS
       
    44 //		gnumakefile converter_icons_aif_scalable_dc.mk
       
    45 //	#else
       
    46 //		gnumakefile converter_icons_aif_bitmaps_dc.mk
       
    47 //	#endif
       
    48 
       
    49 engine.mmp
       
    50 ui.mmp
       
    51 
       
    52 PRJ_EXTENSIONS
       
    53 
       
    54 START EXTENSION s60/mifconv
       
    55 OPTION TARGETFILE converter_aif.mif
       
    56 OPTION SOURCES -c8,8 qgn_menu_cnv
       
    57 END