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 the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
18 #ifndef __BLDREGIONAL_HRH
19 #define __BLDREGIONAL_HRH
23 Runtime flag for Korean language
28 Device application UIs use Asia Pacific Look And Feel (LAF).
33 Device application UIs use Europe Look And Feel (LAF).
35 #define __AVKON_ELAF__
37 /** #__BROWSER_IMEI_NOTIFICATION
38 "Purpose is to variate IMEI notification setting in Browser. In case when
39 feature is on , user can see new setting item in Browser setting ""IMEI
40 notification"" . If user enables the setting on browser, UA prof filter will
41 send phone's IMEI code within User-Agent field."
43 #undef __BROWSER_IMEI_NOTIFICATION
46 Device uses Chinese language variant.
50 /** #__CHINESE_PRC_FONTS
51 Device has PRC China variant. This feature flag should be defined only if
52 __CHINESE feature flag is defined.
54 #undef __CHINESE_PRC_FONTS
56 /** #__CHINESE_TAIWAN_HK_FONTS
57 Device has Taiwan and/or Hong Kong China variant. This feature flag should be
58 defined only if __CHINESE feature flag is defined.
60 #undef __CHINESE_TAIWAN_HK_FONTS
63 Device uses Japanese language variant.
67 /** #__JAPANESE_LARGER_DICTIONARY
68 Enlarged Japanese library for predictive text entry. This feature has no effect
69 if the feature __JAPANESE is not defined.
71 #define __JAPANESE_LARGER_DICTIONARY
73 /** #__JAPANESE_PICTOGRAPHS
74 Device supports Japanese pictograhps
76 #undef __JAPANESE_PICTOGRAPHS
78 /** #__JAPAN_PREFIX_CHANGE
79 International call prefix feature for Japan to make it easier for end users to
80 handle complicated Japanese international call prefixes.
82 #undef __JAPAN_PREFIX_CHANGE
84 /** #__MMS_NONDESTRUCTIVE_FORWARD
85 "Controls the behaviour of the MMS application and message forwarding the
86 message without retrieval. If the feature is on, the application allows the user
87 to retrieve and re-forward it. If the feature is off, it is assumed that the
88 message is not available any more in the MMSC after the forwarding."
90 #undef __MMS_NONDESTRUCTIVE_FORWARD
92 /** #__MMS_NOTIFICATIONS_VIEW
93 MMBox (MMS Notifications) View can be opened from the message centre. It shows
94 the multimedia messages stored in the MMS Center as a MMS notifications.
96 #undef __MMS_NOTIFICATIONS_VIEW
99 Device supports Optical Character Recognizer feature (OCR).
104 Support for OCR engine from Hanwang Technology Co. Ltd.
109 "This flag controls OCR database storage location. If the flag is on, all OCR
110 databases are put to ROM image."
114 /** #__SERIES60_LUNAR_CALENDAR
115 Calendar application uses Lunar calendar. Used in Asia Pacific (APAC) area.
117 #define __SERIES60_LUNAR_CALENDAR
120 Device uses Thai language variant.
125 "This flag controls if Thai Regional Calendar plugin is delivered to ROM Image.
126 Plugin enhances S60 Calendar application views with Thai specific information
129 #define __THAI_CALENDAR
132 #endif // __BLDREGIONAL_HRH