extras/calcsoft/group/bld.inf
branchRCL_3
changeset 21 10c6e6d6e4d9
parent 0 3ee3dfdd8d69
equal deleted inserted replaced
20:41b775cdc0c8 21:10c6e6d6e4d9
       
     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 
       
    15 *                Calculator.
       
    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 // export localised loc file 
       
    30 ../loc/calc.loc        APP_LAYER_LOC_EXPORT_PATH(calc.loc)
       
    31 
       
    32 ./backup_registration.xml /epoc32/data/z/private/10005902/backup_registration.xml
       
    33 ./backup_registration.xml /epoc32/release/winscw/udeb/z/private/10005902/backup_registration.xml
       
    34 ./backup_registration.xml /epoc32/release/winscw/urel/z/private/10005902/backup_registration.xml
       
    35 
       
    36 // export IBY files
       
    37 ../rom/Calcsoft.iby                 CORE_APP_LAYER_IBY_EXPORT_PATH(calcsoft.iby)
       
    38 ../rom/CalculatorResources.iby      LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(calculatorresources.iby)
       
    39 
       
    40 PRJ_MMPFILES
       
    41 
       
    42 
       
    43 
       
    44 //#ifdef __SCALABLE_ICONS
       
    45 //gnumakefile icons_scalable_calcsoft.mk
       
    46 //gnumakefile icons_aif_scalable_calcsoft.mk
       
    47 //#else
       
    48 //gnumakefile icons_calcsoft.mk
       
    49 //gnumakefile icons_aif_bitmaps_calcsoft.mk
       
    50 //#endif
       
    51 
       
    52 
       
    53 ./Calcsoft.mmp
       
    54 
       
    55 PRJ_EXTENSIONS
       
    56 
       
    57 START EXTENSION s60/mifconv
       
    58 OPTION TARGETFILE calcsoft.mif
       
    59 OPTION HEADERFILE calcsoft.mbg
       
    60 OPTION SOURCES  -c8,1 qgn_graf_calc_display\
       
    61                 -c8,8 qgn_graf_calc_paper\
       
    62                 -c8,8 qsn_fr_calc_display_side_l\
       
    63                 -c8,8 qsn_fr_calc_display_center\
       
    64                 -c8,8 qsn_fr_calc_display_side_r\
       
    65                 -c8,8 qgn_graf_calc_results_line\
       
    66                 -c8,8 qsn_fr_calc_paper_center\
       
    67                 -c8,8 qsn_fr_calc_paper_corner_tl\
       
    68                 -c8,8 qsn_fr_calc_paper_corner_tr\
       
    69                 -c8,8 qsn_fr_calc_paper_corner_bl\
       
    70                 -c8,8 qsn_fr_calc_paper_corner_br\
       
    71                 -c8,8 qsn_fr_calc_paper_side_t\
       
    72                 -c8,8 qsn_fr_calc_paper_side_b\
       
    73                 -c8,8 qsn_fr_calc_paper_side_l\
       
    74                 -c8,8 qsn_fr_calc_paper_side_r\
       
    75                 -c8,8 qgn_indi_calc_cancel\
       
    76                 -c8,8 qgn_indi_calc_seven\
       
    77                 -c8,8 qgn_indi_calc_four\
       
    78                 -c8,8 qgn_indi_calc_one\
       
    79                 -c8,8 qgn_indi_calc_zero\
       
    80                 -c8,8 qgn_indi_calc_squareroot\
       
    81                 -c8,8 qgn_indi_calc_eight\
       
    82                 -c8,8 qgn_indi_calc_five\
       
    83                 -c8,8 qgn_indi_calc_two\
       
    84                 -c8,8 qgn_indi_calc_separator\
       
    85                 -c8,8 qgn_indi_calc_percent\
       
    86                 -c8,8 qgn_indi_calc_nine\
       
    87                 -c8,8 qgn_indi_calc_six\
       
    88                 -c8,8 qgn_indi_calc_three\
       
    89                 -c8,8 qgn_indi_calc_sign\
       
    90                 -c8,8 qgn_indi_calc_divide\
       
    91                 -c8,8 qgn_indi_calc_multiply\
       
    92                 -c8,8 qgn_indi_calc_subtract\
       
    93                 -c8,8 qgn_indi_calc_add\
       
    94                 -c8,8 qgn_indi_calc_equals\
       
    95                 -c8,1 qgn_indi_calc_button_plus\
       
    96                 -c8,1 qgn_indi_calc_button_minus\
       
    97                 -c8,1 qgn_indi_calc_button_multiply\
       
    98                 -c8,1 qgn_indi_calc_button_divide\
       
    99                 -c8,1 qgn_indi_calc_button_sign\
       
   100                 -c8,1 qgn_indi_calc_button_equals\
       
   101                 -c8,1 qgn_indi_calc_button_squareroot\
       
   102                 -c8,1 qgn_indi_calc_button_percent\
       
   103                 -c8,1 qgn_indi_calc_button_up\
       
   104                 -c8,1 qgn_indi_calc_button_down\
       
   105                 -c8,1 qgn_indi_calc_button_plus_pressed\
       
   106                 -c8,1 qgn_indi_calc_button_minus_pressed\
       
   107                 -c8,1 qgn_indi_calc_button_multiply_pressed\
       
   108                 -c8,1 qgn_indi_calc_button_divide_pressed\
       
   109                 -c8,1 qgn_indi_calc_button_sign_pressed\
       
   110                 -c8,1 qgn_indi_calc_button_equals_pressed\
       
   111                 -c8,1 qgn_indi_calc_button_squareroot_pressed\
       
   112                 -c8,1 qgn_indi_calc_button_percent_pressed\
       
   113                 -c8,1 qgn_indi_calc_button_up_pressed\
       
   114                 -c8,1 qgn_indi_calc_button_down_pressed\
       
   115                 -c8,8 qgn_indi_calc_button_up_inactive\
       
   116                 -c8,8 qgn_indi_calc_button_down_inactive\
       
   117                 -c8,8 qgn_indi_calc_button_sign_inactive\
       
   118                 -c8,8 qgn_indi_calc_button_squareroot_inactive\
       
   119                 -c8,8 qgn_indi_calc_button_percent_inactive
       
   120 END
       
   121 
       
   122 START EXTENSION s60/mifconv
       
   123 OPTION TARGETFILE calcsoft_aif.mif
       
   124 OPTION SOURCES -c8,8 qgn_menu_calc
       
   125 END
       
   126 
       
   127 PRJ_TESTMMPFILES
       
   128 //../tsrc/CVTCalcsoft.mmp  // CVT test case(s)
       
   129 
       
   130 
       
   131 // End of File