2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
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".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
18 #ifndef __BLDREGIONAL_HRH
19 #define __BLDREGIONAL_HRH
21 //Defining only language 01 for SF build purposes
22 #if defined LANGUAGE_IDS
25 #define LANGUAGE_IDS LANG sc 01
28 Runtime flag for Korean language
33 Device application UIs use Asia Pacific Look And Feel (LAF).
38 Device application UIs use Europe Look And Feel (LAF).
40 #define __AVKON_ELAF__
42 /** #__BROWSER_IMEI_NOTIFICATION
43 "Purpose is to variate IMEI notification setting in Browser. In case when
44 feature is on , user can see new setting item in Browser setting ""IMEI
45 notification"" . If user enables the setting on browser, UA prof filter will
46 send phone's IMEI code within User-Agent field."
48 #undef __BROWSER_IMEI_NOTIFICATION
51 Device uses Chinese language variant.
55 /** #__CHINESE_PRC_FONTS
56 Device has PRC China variant. This feature flag should be defined only if
57 __CHINESE feature flag is defined.
59 #undef __CHINESE_PRC_FONTS
61 /** #__CHINESE_TAIWAN_HK_FONTS
62 Device has Taiwan and/or Hong Kong China variant. This feature flag should be
63 defined only if __CHINESE feature flag is defined.
65 #undef __CHINESE_TAIWAN_HK_FONTS
68 Device uses Japanese language variant.
72 /** #__JAPANESE_LARGER_DICTIONARY
73 Enlarged Japanese library for predictive text entry. This feature has no effect
74 if the feature __JAPANESE is not defined.
76 #define __JAPANESE_LARGER_DICTIONARY
78 /** #__JAPANESE_PICTOGRAPHS
79 Device supports Japanese pictograhps
81 #undef __JAPANESE_PICTOGRAPHS
83 /** #__JAPAN_PREFIX_CHANGE
84 International call prefix feature for Japan to make it easier for end users to
85 handle complicated Japanese international call prefixes.
87 #undef __JAPAN_PREFIX_CHANGE
89 /** #__MMS_NONDESTRUCTIVE_FORWARD
90 "Controls the behaviour of the MMS application and message forwarding the
91 message without retrieval. If the feature is on, the application allows the user
92 to retrieve and re-forward it. If the feature is off, it is assumed that the
93 message is not available any more in the MMSC after the forwarding."
95 #undef __MMS_NONDESTRUCTIVE_FORWARD
97 /** #__MMS_NOTIFICATIONS_VIEW
98 MMBox (MMS Notifications) View can be opened from the message centre. It shows
99 the multimedia messages stored in the MMS Center as a MMS notifications.
101 #undef __MMS_NOTIFICATIONS_VIEW
104 Device supports Optical Character Recognizer feature (OCR).
109 Support for OCR engine from Hanwang Technology Co. Ltd.
114 "This flag controls OCR database storage location. If the flag is on, all OCR
115 databases are put to ROM image."
119 /** #__SERIES60_LUNAR_CALENDAR
120 Calendar application uses Lunar calendar. Used in Asia Pacific (APAC) area.
122 #define __SERIES60_LUNAR_CALENDAR
125 Device uses Thai language variant.
130 "This flag controls if Thai Regional Calendar plugin is delivered to ROM Image.
131 Plugin enhances S60 Calendar application views with Thai specific information
134 #define __THAI_CALENDAR
137 #endif // __BLDREGIONAL_HRH