Version/group/bld.inf
changeset 0 6d65d5acee06
equal deleted inserted replaced
-1:000000000000 0:6d65d5acee06
       
     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: 
       
    15 *	This file provides the information required for copying the
       
    16 *	software version file to the right place
       
    17 *     		
       
    18 *
       
    19 */
       
    20 
       
    21 
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 PRJ_PLATFORMS
       
    25 // specify the platforms your component needs to be built for here
       
    26 // defaults to WINS MARM so you can ignore this if you just build these
       
    27 DEFAULT
       
    28 
       
    29 PRJ_EXPORTS
       
    30 // Specify the source file followed by its destination here
       
    31 // copy will be used to copy the source file to its destination
       
    32 // If there's no destination then the source file will be copied
       
    33 // to the same name in /epoc32/include
       
    34 ../data/sw.txt	/epoc32/data/z/resource/versions/sw.txt
       
    35 ../data/sw.txt	/epoc32/release/winscw/urel/z/resource/versions/sw.txt
       
    36 ../data/sw.txt	/epoc32/release/winscw/udeb/z/resource/versions/sw.txt
       
    37 
       
    38 ../data/sw.txt	/epoc32/data/z/resource/versions/langsw.txt
       
    39 ../data/sw.txt	/epoc32/release/winscw/urel/z/resource/versions/langsw.txt
       
    40 ../data/sw.txt	/epoc32/release/winscw/udeb/z/resource/versions/langsw.txt
       
    41 
       
    42 ../data/imeisv.txt	/epoc32/data/z/resource/versions/imeisv.txt
       
    43 ../data/imeisv.txt	/epoc32/release/winscw/urel/z/resource/versions/imeisv.txt
       
    44 ../data/imeisv.txt	/epoc32/release/winscw/udeb/z/resource/versions/imeisv.txt
       
    45 
       
    46 ../data/model.txt	/epoc32/data/z/resource/versions/model.txt
       
    47 ../data/model.txt	/epoc32/release/winscw/urel/z/resource/versions/model.txt
       
    48 ../data/model.txt	/epoc32/release/winscw/udeb/z/resource/versions/model.txt
       
    49 
       
    50 // export language id files
       
    51 ../data/Languages.txt        /epoc32/data/z/resource/BootData/Languages.txt
       
    52 
       
    53 ../rom/Version_Variant.iby /epoc32/rom/include/Version_Variant.iby
       
    54 ../rom/Version.iby CORE_APP_LAYER_IBY_EXPORT_PATH(Version.iby)
       
    55 
       
    56 #if !defined(ARMV5) 
       
    57 
       
    58 #if defined(__CHINESE)
       
    59 ../data/Languages_china.txt        /epoc32/release/winscw/udeb/z/resource/BootData/Languages.txt
       
    60 ../data/Languages_china.txt        /epoc32/release/winscw/urel/z/resource/BootData/Languages.txt
       
    61 #elif defined(__JAPANESE)
       
    62 ../data/Languages_japan.txt        /epoc32/release/winscw/udeb/z/resource/BootData/Languages.txt
       
    63 ../data/Languages_japan.txt        /epoc32/release/winscw/urel/z/resource/BootData/Languages.txt
       
    64 #else 
       
    65 ../data/Languages.txt        				/epoc32/release/winscw/udeb/z/resource/BootData/Languages.txt
       
    66 ../data/Languages.txt        				/epoc32/release/winscw/urel/z/resource/BootData/Languages.txt
       
    67 #endif
       
    68 
       
    69 
       
    70 #endif
       
    71 
       
    72 
       
    73 
       
    74 
       
    75 
       
    76 ../data/lang.txt				    /epoc32/data/z/resource/versions/lang.txt
       
    77 
       
    78 PRJ_MMPFILES
       
    79 // Specify the .mmp files required for building the important component
       
    80 // releasables. Note that you should specify any .mmp files for test
       
    81 // programs further down the file.
       
    82 //
       
    83 // Specify "tidy" if the component you need to build doesn't need to be
       
    84 // released to the rest of the company
       
    85 // specify "ignore" if the MMP file exists but should be
       
    86 // ignored.
       
    87 // Example:
       
    88 /*
       
    89 /agnmodel/group/agnmodel.mmp
       
    90 #if defined(MARM)
       
    91 /agnmodel/group/agsvexe.mmp
       
    92 #endif
       
    93 */
       
    94 
       
    95 // End of File