sl@0: /* sl@0: * Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: * All rights reserved. sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Nokia Corporation - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: sl@0: * Localisation support libraries sl@0: * sl@0: */ sl@0: sl@0: sl@0: /** sl@0: @file sl@0: */ sl@0: sl@0: PRJ_PLATFORMS // Target platforms sl@0: sl@0: TOOLS DEFAULT sl@0: sl@0: PRJ_MMPFILES // List of MMP files sl@0: sl@0: #if defined(TOOLS) sl@0: mmpfiles/COLTAB // Generate coltab.exe to reads and parses the Unicode collation value table and writes out a C++ source file sl@0: // containing the data in a form that can be used by the EPOC collation system. sl@0: sl@0: #else sl@0: sl@0: #ifndef SYMBIAN_DISTINCT_LOCALE_MODEL sl@0: sl@0: mmpfiles/elocldu BUILD_AS_ARM // elocl.18 Netherlands sl@0: mmpfiles/eloclfl BUILD_AS_ARM // elocl.19 Belgium (Flemish) sl@0: mmpfiles/eloclfr BUILD_AS_ARM // elocl.02 France sl@0: mmpfiles/eloclge BUILD_AS_ARM // elocl.03 Germany sl@0: mmpfiles/eloclit BUILD_AS_ARM // elocl.05 Italy sl@0: mmpfiles/eloclsc BUILD_AS_ARM // elocl.SC Scandinavia (English) sl@0: mmpfiles/eloclsp BUILD_AS_ARM // elocl.04 Spain sl@0: mmpfiles/elocluk BUILD_AS_ARM // elocl.01 UK sl@0: mmpfiles/eloclus BUILD_AS_ARM // elocl.10 US sl@0: mmpfiles/elocl_template_japanese BUILD_AS_ARM // elocl.32 Japanese sl@0: mmpfiles/elocl_template_chinese_traditional BUILD_AS_ARM // elocl.31 chinese_traditional sl@0: mmpfiles/elocl_template_chinese_simplified BUILD_AS_ARM // elocl.29 chinese_simplified sl@0: sl@0: // Conditional makefile given GCCXML build target does not produce the sl@0: // elocl.01 binary this makefile assumes would result from a build. sl@0: #ifndef GCCXML sl@0: PRJ_EXTENSIONS sl@0: start extension base/copy_default // this must be listed after after ELOCLUK as the BLD "verb" of it assumes that ELOCL.01 exists sl@0: TARGET elocl.loc sl@0: SOURCES elocl.01 sl@0: end sl@0: #endif sl@0: sl@0: PRJ_TESTEXPORTS sl@0: TestNrl.iby /epoc32/rom/include/testnrl.iby sl@0: sl@0: sl@0: PRJ_TESTMMPFILES sl@0: sl@0: mmpfiles/elocltest support // elocl.95 Test locale (DLL) sl@0: mmpfiles/eloclspr support // elocl.101 TEST three-digit locale for US-Sprint sl@0: sl@0: #ifndef WINC sl@0: mmpfiles/TestNrl support // Non-Rom Localisation Test (APP) sl@0: #endif sl@0: #else sl@0: sl@0: sl@0: new_locale_dll/language/group/elocl_language_010.mmp BUILD_AS_ARM sl@0: new_locale_dll/language/group/elocl_language_018.mmp BUILD_AS_ARM sl@0: new_locale_dll/language/group/elocl_language_019.mmp BUILD_AS_ARM sl@0: new_locale_dll/language/group/elocl_language_029.mmp BUILD_AS_ARM sl@0: new_locale_dll/language/group/elocl_language_031.mmp BUILD_AS_ARM sl@0: new_locale_dll/language/group/elocl_language_032.mmp BUILD_AS_ARM sl@0: new_locale_dll/language/group/elocl_language_001.mmp BUILD_AS_ARM sl@0: new_locale_dll/language/group/elocl_language_002.mmp BUILD_AS_ARM sl@0: new_locale_dll/language/group/elocl_language_003.mmp BUILD_AS_ARM sl@0: new_locale_dll/language/group/elocl_language_004.mmp BUILD_AS_ARM sl@0: new_locale_dll/language/group/elocl_language_005.mmp BUILD_AS_ARM sl@0: new_locale_dll/language/group/elocl_language_095.mmp BUILD_AS_ARM sl@0: new_locale_dll/language/group/elocl_language_1034.mmp BUILD_AS_ARM sl@0: sl@0: new_locale_dll/region/group/elocl_region_840.mmp BUILD_AS_ARM sl@0: new_locale_dll/region/group/elocl_region_528.mmp BUILD_AS_ARM sl@0: new_locale_dll/region/group/elocl_region_056.mmp BUILD_AS_ARM sl@0: new_locale_dll/region/group/elocl_region_250.mmp BUILD_AS_ARM sl@0: new_locale_dll/region/group/elocl_region_276.mmp BUILD_AS_ARM sl@0: new_locale_dll/region/group/elocl_region_156.mmp BUILD_AS_ARM sl@0: new_locale_dll/region/group/elocl_region_380.mmp BUILD_AS_ARM sl@0: new_locale_dll/region/group/elocl_region_724.mmp BUILD_AS_ARM sl@0: new_locale_dll/region/group/elocl_region_826.mmp BUILD_AS_ARM sl@0: new_locale_dll/region/group/elocl_region_392.mmp BUILD_AS_ARM sl@0: new_locale_dll/region/group/elocl_region_158.mmp BUILD_AS_ARM sl@0: sl@0: new_locale_dll/collation/group/elocl_collation_029.mmp BUILD_AS_ARM sl@0: new_locale_dll/collation/group/elocl_collation_031.mmp BUILD_AS_ARM sl@0: new_locale_dll/collation/group/elocl_collation_032.mmp BUILD_AS_ARM sl@0: new_locale_dll/collation/group/elocl_collation_019.mmp BUILD_AS_ARM sl@0: new_locale_dll/collation/group/elocl_collation_001.mmp BUILD_AS_ARM sl@0: new_locale_dll/collation/group/elocl_collation_002.mmp BUILD_AS_ARM sl@0: new_locale_dll/collation/group/elocl_collation_003.mmp BUILD_AS_ARM sl@0: new_locale_dll/collation/group/elocl_collation_010.mmp BUILD_AS_ARM sl@0: new_locale_dll/collation/group/elocl_collation_1034.mmp BUILD_AS_ARM sl@0: sl@0: #endif sl@0: sl@0: sl@0: sl@0: #endif sl@0: sl@0: sl@0: