/*
* Copyright (c) 1999-2009 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:
* Localisation support libraries
*
*/
/**
@file
*/
PRJ_PLATFORMS // Target platforms
TOOLS DEFAULT
PRJ_MMPFILES // List of MMP files
#if defined(TOOLS)
mmpfiles/COLTAB // Generate coltab.exe to reads and parses the Unicode collation value table and writes out a C++ source file
// containing the data in a form that can be used by the EPOC collation system.
#else
#ifndef SYMBIAN_DISTINCT_LOCALE_MODEL
mmpfiles/elocldu BUILD_AS_ARM // elocl.18 Netherlands
mmpfiles/eloclfl BUILD_AS_ARM // elocl.19 Belgium (Flemish)
mmpfiles/eloclfr BUILD_AS_ARM // elocl.02 France
mmpfiles/eloclge BUILD_AS_ARM // elocl.03 Germany
mmpfiles/eloclit BUILD_AS_ARM // elocl.05 Italy
mmpfiles/eloclsc BUILD_AS_ARM // elocl.SC Scandinavia (English)
mmpfiles/eloclsp BUILD_AS_ARM // elocl.04 Spain
mmpfiles/elocluk BUILD_AS_ARM // elocl.01 UK
mmpfiles/eloclus BUILD_AS_ARM // elocl.10 US
mmpfiles/elocl_template_japanese BUILD_AS_ARM // elocl.32 Japanese
mmpfiles/elocl_template_chinese_traditional BUILD_AS_ARM // elocl.31 chinese_traditional
mmpfiles/elocl_template_chinese_simplified BUILD_AS_ARM // elocl.29 chinese_simplified
// Conditional makefile given GCCXML build target does not produce the
// elocl.01 binary this makefile assumes would result from a build.
#ifndef GCCXML
PRJ_EXTENSIONS
start extension base/copy_default // this must be listed after after ELOCLUK as the BLD "verb" of it assumes that ELOCL.01 exists
TARGET elocl.loc
SOURCES elocl.01
end
#endif
PRJ_TESTEXPORTS
TestNrl.iby /epoc32/rom/include/testnrl.iby
PRJ_TESTMMPFILES
mmpfiles/elocltest support // elocl.95 Test locale (DLL)
mmpfiles/eloclspr support // elocl.101 TEST three-digit locale for US-Sprint
#ifndef WINC
mmpfiles/TestNrl support // Non-Rom Localisation Test (APP)
#endif
#else
new_locale_dll/language/group/elocl_language_010.mmp BUILD_AS_ARM
new_locale_dll/language/group/elocl_language_018.mmp BUILD_AS_ARM
new_locale_dll/language/group/elocl_language_019.mmp BUILD_AS_ARM
new_locale_dll/language/group/elocl_language_029.mmp BUILD_AS_ARM
new_locale_dll/language/group/elocl_language_031.mmp BUILD_AS_ARM
new_locale_dll/language/group/elocl_language_032.mmp BUILD_AS_ARM
new_locale_dll/language/group/elocl_language_001.mmp BUILD_AS_ARM
new_locale_dll/language/group/elocl_language_002.mmp BUILD_AS_ARM
new_locale_dll/language/group/elocl_language_003.mmp BUILD_AS_ARM
new_locale_dll/language/group/elocl_language_004.mmp BUILD_AS_ARM
new_locale_dll/language/group/elocl_language_005.mmp BUILD_AS_ARM
new_locale_dll/language/group/elocl_language_095.mmp BUILD_AS_ARM
new_locale_dll/language/group/elocl_language_1034.mmp BUILD_AS_ARM
new_locale_dll/region/group/elocl_region_840.mmp BUILD_AS_ARM
new_locale_dll/region/group/elocl_region_528.mmp BUILD_AS_ARM
new_locale_dll/region/group/elocl_region_056.mmp BUILD_AS_ARM
new_locale_dll/region/group/elocl_region_250.mmp BUILD_AS_ARM
new_locale_dll/region/group/elocl_region_276.mmp BUILD_AS_ARM
new_locale_dll/region/group/elocl_region_156.mmp BUILD_AS_ARM
new_locale_dll/region/group/elocl_region_380.mmp BUILD_AS_ARM
new_locale_dll/region/group/elocl_region_724.mmp BUILD_AS_ARM
new_locale_dll/region/group/elocl_region_826.mmp BUILD_AS_ARM
new_locale_dll/region/group/elocl_region_392.mmp BUILD_AS_ARM
new_locale_dll/region/group/elocl_region_158.mmp BUILD_AS_ARM
new_locale_dll/collation/group/elocl_collation_029.mmp BUILD_AS_ARM
new_locale_dll/collation/group/elocl_collation_031.mmp BUILD_AS_ARM
new_locale_dll/collation/group/elocl_collation_032.mmp BUILD_AS_ARM
new_locale_dll/collation/group/elocl_collation_019.mmp BUILD_AS_ARM
new_locale_dll/collation/group/elocl_collation_001.mmp BUILD_AS_ARM
new_locale_dll/collation/group/elocl_collation_002.mmp BUILD_AS_ARM
new_locale_dll/collation/group/elocl_collation_003.mmp BUILD_AS_ARM
new_locale_dll/collation/group/elocl_collation_010.mmp BUILD_AS_ARM
new_locale_dll/collation/group/elocl_collation_1034.mmp BUILD_AS_ARM
#endif
#endif