0
|
1 |
// Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
2 |
// All rights reserved.
|
|
3 |
// This component and the accompanying materials are made available
|
|
4 |
// under the terms of the License "Eclipse Public License v1.0"
|
|
5 |
// which accompanies this distribution, and is available
|
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
7 |
//
|
|
8 |
// Initial Contributors:
|
|
9 |
// Nokia Corporation - initial contribution.
|
|
10 |
//
|
|
11 |
// Contributors:
|
|
12 |
//
|
|
13 |
// Description:
|
|
14 |
// Localisation support libraries
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
/**
|
|
19 |
@file
|
|
20 |
*/
|
|
21 |
|
|
22 |
PRJ_PLATFORMS // Target platforms
|
|
23 |
|
|
24 |
TOOLS DEFAULT
|
|
25 |
|
|
26 |
PRJ_MMPFILES // List of MMP files
|
|
27 |
|
|
28 |
#if defined(TOOLS)
|
|
29 |
mmpfiles/COLTAB // Generate coltab.exe to reads and parses the Unicode collation value table and writes out a C++ source file
|
|
30 |
// containing the data in a form that can be used by the EPOC collation system.
|
|
31 |
|
|
32 |
#else
|
|
33 |
|
|
34 |
#ifndef SYMBIAN_DISTINCT_LOCALE_MODEL
|
|
35 |
|
|
36 |
mmpfiles/elocldu BUILD_AS_ARM // elocl.18 Netherlands
|
|
37 |
mmpfiles/eloclfl BUILD_AS_ARM // elocl.19 Belgium (Flemish)
|
|
38 |
mmpfiles/eloclfr BUILD_AS_ARM // elocl.02 France
|
|
39 |
mmpfiles/eloclge BUILD_AS_ARM // elocl.03 Germany
|
|
40 |
mmpfiles/eloclit BUILD_AS_ARM // elocl.05 Italy
|
|
41 |
mmpfiles/eloclsc BUILD_AS_ARM // elocl.SC Scandinavia (English)
|
|
42 |
mmpfiles/eloclsp BUILD_AS_ARM // elocl.04 Spain
|
|
43 |
mmpfiles/elocluk BUILD_AS_ARM // elocl.01 UK
|
|
44 |
mmpfiles/eloclus BUILD_AS_ARM // elocl.10 US
|
|
45 |
mmpfiles/elocl_template_japanese BUILD_AS_ARM // elocl.32 Japanese
|
|
46 |
mmpfiles/elocl_template_chinese_traditional BUILD_AS_ARM // elocl.31 chinese_traditional
|
|
47 |
mmpfiles/elocl_template_chinese_simplified BUILD_AS_ARM // elocl.29 chinese_simplified
|
|
48 |
|
|
49 |
// Conditional makefile given GCCXML build target does not produce the
|
|
50 |
// elocl.01 binary this makefile assumes would result from a build.
|
|
51 |
#ifndef GCCXML
|
|
52 |
PRJ_EXTENSIONS
|
|
53 |
start extension base/copy_default // this must be listed after after ELOCLUK as the BLD "verb" of it assumes that ELOCL.01 exists
|
|
54 |
TARGET elocl.loc
|
|
55 |
SOURCES elocl.01
|
|
56 |
end
|
|
57 |
#endif
|
|
58 |
|
|
59 |
PRJ_TESTEXPORTS
|
|
60 |
TestNrl.iby /epoc32/rom/include/testnrl.iby
|
|
61 |
|
|
62 |
|
|
63 |
PRJ_TESTMMPFILES
|
|
64 |
|
|
65 |
mmpfiles/elocltest support // elocl.95 Test locale (DLL)
|
|
66 |
mmpfiles/eloclspr support // elocl.101 TEST three-digit locale for US-Sprint
|
|
67 |
|
|
68 |
#ifndef WINC
|
|
69 |
mmpfiles/TestNrl support // Non-Rom Localisation Test (APP)
|
|
70 |
#endif
|
|
71 |
#else
|
|
72 |
|
|
73 |
|
|
74 |
new_locale_dll/language/group/elocl_language_010.mmp BUILD_AS_ARM
|
|
75 |
new_locale_dll/language/group/elocl_language_018.mmp BUILD_AS_ARM
|
|
76 |
new_locale_dll/language/group/elocl_language_019.mmp BUILD_AS_ARM
|
|
77 |
new_locale_dll/language/group/elocl_language_029.mmp BUILD_AS_ARM
|
|
78 |
new_locale_dll/language/group/elocl_language_031.mmp BUILD_AS_ARM
|
|
79 |
new_locale_dll/language/group/elocl_language_032.mmp BUILD_AS_ARM
|
|
80 |
new_locale_dll/language/group/elocl_language_001.mmp BUILD_AS_ARM
|
|
81 |
new_locale_dll/language/group/elocl_language_002.mmp BUILD_AS_ARM
|
|
82 |
new_locale_dll/language/group/elocl_language_003.mmp BUILD_AS_ARM
|
|
83 |
new_locale_dll/language/group/elocl_language_004.mmp BUILD_AS_ARM
|
|
84 |
new_locale_dll/language/group/elocl_language_005.mmp BUILD_AS_ARM
|
|
85 |
new_locale_dll/language/group/elocl_language_095.mmp BUILD_AS_ARM
|
|
86 |
new_locale_dll/language/group/elocl_language_1034.mmp BUILD_AS_ARM
|
|
87 |
|
|
88 |
new_locale_dll/region/group/elocl_region_840.mmp BUILD_AS_ARM
|
|
89 |
new_locale_dll/region/group/elocl_region_528.mmp BUILD_AS_ARM
|
|
90 |
new_locale_dll/region/group/elocl_region_056.mmp BUILD_AS_ARM
|
|
91 |
new_locale_dll/region/group/elocl_region_250.mmp BUILD_AS_ARM
|
|
92 |
new_locale_dll/region/group/elocl_region_276.mmp BUILD_AS_ARM
|
|
93 |
new_locale_dll/region/group/elocl_region_156.mmp BUILD_AS_ARM
|
|
94 |
new_locale_dll/region/group/elocl_region_380.mmp BUILD_AS_ARM
|
|
95 |
new_locale_dll/region/group/elocl_region_724.mmp BUILD_AS_ARM
|
|
96 |
new_locale_dll/region/group/elocl_region_826.mmp BUILD_AS_ARM
|
|
97 |
new_locale_dll/region/group/elocl_region_392.mmp BUILD_AS_ARM
|
|
98 |
new_locale_dll/region/group/elocl_region_158.mmp BUILD_AS_ARM
|
|
99 |
|
|
100 |
new_locale_dll/collation/group/elocl_collation_029.mmp BUILD_AS_ARM
|
|
101 |
new_locale_dll/collation/group/elocl_collation_031.mmp BUILD_AS_ARM
|
|
102 |
new_locale_dll/collation/group/elocl_collation_032.mmp BUILD_AS_ARM
|
|
103 |
new_locale_dll/collation/group/elocl_collation_019.mmp BUILD_AS_ARM
|
|
104 |
new_locale_dll/collation/group/elocl_collation_001.mmp BUILD_AS_ARM
|
|
105 |
new_locale_dll/collation/group/elocl_collation_002.mmp BUILD_AS_ARM
|
|
106 |
new_locale_dll/collation/group/elocl_collation_003.mmp BUILD_AS_ARM
|
|
107 |
new_locale_dll/collation/group/elocl_collation_010.mmp BUILD_AS_ARM
|
|
108 |
new_locale_dll/collation/group/elocl_collation_1034.mmp BUILD_AS_ARM
|
|
109 |
|
|
110 |
#endif
|
|
111 |
|
|
112 |
|
|
113 |
|
|
114 |
#endif
|
|
115 |
|
|
116 |
|
|
117 |
|