Version/group/bld.inf
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:37:25 +0100
branchRCL_3
changeset 113 bae7f55f6ef7
parent 0 6d65d5acee06
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201034 Kit: 201035

/*
* Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: 
*	This file provides the information required for copying the
*	software version file to the right place
*     		
*
*/


#include <platform_paths.hrh>

PRJ_PLATFORMS
// specify the platforms your component needs to be built for here
// defaults to WINS MARM so you can ignore this if you just build these
DEFAULT

PRJ_EXPORTS
// Specify the source file followed by its destination here
// copy will be used to copy the source file to its destination
// If there's no destination then the source file will be copied
// to the same name in /epoc32/include
../data/sw.txt	/epoc32/data/z/resource/versions/sw.txt
../data/sw.txt	/epoc32/release/winscw/urel/z/resource/versions/sw.txt
../data/sw.txt	/epoc32/release/winscw/udeb/z/resource/versions/sw.txt

../data/sw.txt	/epoc32/data/z/resource/versions/langsw.txt
../data/sw.txt	/epoc32/release/winscw/urel/z/resource/versions/langsw.txt
../data/sw.txt	/epoc32/release/winscw/udeb/z/resource/versions/langsw.txt

../data/imeisv.txt	/epoc32/data/z/resource/versions/imeisv.txt
../data/imeisv.txt	/epoc32/release/winscw/urel/z/resource/versions/imeisv.txt
../data/imeisv.txt	/epoc32/release/winscw/udeb/z/resource/versions/imeisv.txt

../data/model.txt	/epoc32/data/z/resource/versions/model.txt
../data/model.txt	/epoc32/release/winscw/urel/z/resource/versions/model.txt
../data/model.txt	/epoc32/release/winscw/udeb/z/resource/versions/model.txt

// export language id files
../data/Languages.txt        /epoc32/data/z/resource/BootData/Languages.txt

../rom/Version_Variant.iby /epoc32/rom/include/Version_Variant.iby
../rom/Version.iby CORE_APP_LAYER_IBY_EXPORT_PATH(Version.iby)

#if !defined(ARMV5) 

#if defined(__CHINESE)
../data/Languages_china.txt        /epoc32/release/winscw/udeb/z/resource/BootData/Languages.txt
../data/Languages_china.txt        /epoc32/release/winscw/urel/z/resource/BootData/Languages.txt
#elif defined(__JAPANESE)
../data/Languages_japan.txt        /epoc32/release/winscw/udeb/z/resource/BootData/Languages.txt
../data/Languages_japan.txt        /epoc32/release/winscw/urel/z/resource/BootData/Languages.txt
#else 
../data/Languages.txt        				/epoc32/release/winscw/udeb/z/resource/BootData/Languages.txt
../data/Languages.txt        				/epoc32/release/winscw/urel/z/resource/BootData/Languages.txt
#endif


#endif





../data/lang.txt				    /epoc32/data/z/resource/versions/lang.txt

PRJ_MMPFILES
// Specify the .mmp files required for building the important component
// releasables. Note that you should specify any .mmp files for test
// programs further down the file.
//
// Specify "tidy" if the component you need to build doesn't need to be
// released to the rest of the company
// specify "ignore" if the MMP file exists but should be
// ignored.
// Example:
/*
/agnmodel/group/agnmodel.mmp
#if defined(MARM)
/agnmodel/group/agsvexe.mmp
#endif
*/

// End of File