userdict/group/bld.inf
branchRCL_3
changeset 16 e9f0e1110077
parent 13 38691ba2fda5
child 17 261ff9819be3
equal deleted inserted replaced
13:38691ba2fda5 16:e9f0e1110077
     1 /*
       
     2 * Copyright (c) 2002-2004 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:     The information required for building
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 PRJ_EXPORTS
       
    25 // export localised loc file
       
    26 ../loc/userdict.loc         APP_LAYER_LOC_EXPORT_PATH(userdict.loc)
       
    27 // export iby file
       
    28 ../rom/userdict_Variant.iby CUSTOMER_APP_LAYER_IBY_EXPORT_PATH(userdict_Variant.iby)
       
    29 
       
    30 PRJ_MMPFILES
       
    31 // build application
       
    32 UserDict.mmp
       
    33 UserDictEmbedded.mmp
       
    34 
       
    35 PRJ_EXTENSIONS
       
    36 // build mif file
       
    37 START EXTENSION s60/mifconv
       
    38 OPTION TARGETFILE USERDICT_AIF.mif
       
    39 OPTION SOURCES -c8,8 qgn_menu_jap_dictionary
       
    40 END
       
    41 
       
    42 //  End of File