williamr@2: /* williamr@2: * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). williamr@2: * All rights reserved. williamr@2: * This component and the accompanying materials are made available williamr@2: * 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 williamr@2: * which accompanies this distribution, and is available williamr@2: * at the URL "http://www.symbianfoundation.org/legal/licencesv10.html". williamr@2: * williamr@2: * Initial Contributors: williamr@2: * Nokia Corporation - initial contribution. williamr@2: * williamr@2: * Contributors: williamr@2: * williamr@2: * Description: williamr@2: * williamr@2: */ williamr@2: williamr@2: #ifndef __BLDREGIONAL_HRH williamr@2: #define __BLDREGIONAL_HRH williamr@2: williamr@2: williamr@2: /** #FF_KOREAN williamr@2: Runtime flag for Korean language williamr@2: */ williamr@2: #undef FF_KOREAN williamr@2: williamr@2: /** #__AVKON_APAC__ williamr@2: Device application UIs use Asia Pacific Look And Feel (LAF). williamr@2: */ williamr@2: #undef __AVKON_APAC__ williamr@2: williamr@2: /** #__AVKON_ELAF__ williamr@2: Device application UIs use Europe Look And Feel (LAF). williamr@2: */ williamr@2: #define __AVKON_ELAF__ williamr@2: williamr@2: /** #__BROWSER_IMEI_NOTIFICATION williamr@2: "Purpose is to variate IMEI notification setting in Browser. In case when williamr@2: feature is on , user can see new setting item in Browser setting ""IMEI williamr@2: notification"" . If user enables the setting on browser, UA prof filter will williamr@2: send phone's IMEI code within User-Agent field." williamr@2: */ williamr@2: #undef __BROWSER_IMEI_NOTIFICATION williamr@2: williamr@2: /** #__CHINESE williamr@2: Device uses Chinese language variant. williamr@2: */ williamr@2: #undef __CHINESE williamr@2: williamr@2: /** #__CHINESE_PRC_FONTS williamr@2: Device has PRC China variant. This feature flag should be defined only if williamr@2: __CHINESE feature flag is defined. williamr@2: */ williamr@2: #undef __CHINESE_PRC_FONTS williamr@2: williamr@2: /** #__CHINESE_TAIWAN_HK_FONTS williamr@2: Device has Taiwan and/or Hong Kong China variant. This feature flag should be williamr@2: defined only if __CHINESE feature flag is defined. williamr@2: */ williamr@2: #undef __CHINESE_TAIWAN_HK_FONTS williamr@2: williamr@2: /** #__JAPANESE williamr@2: Device uses Japanese language variant. williamr@2: */ williamr@2: #undef __JAPANESE williamr@2: williamr@2: /** #__JAPANESE_LARGER_DICTIONARY williamr@2: Enlarged Japanese library for predictive text entry. This feature has no effect williamr@2: if the feature __JAPANESE is not defined. williamr@2: */ williamr@2: #define __JAPANESE_LARGER_DICTIONARY williamr@2: williamr@2: /** #__JAPANESE_PICTOGRAPHS williamr@2: Device supports Japanese pictograhps williamr@2: */ williamr@2: #undef __JAPANESE_PICTOGRAPHS williamr@2: williamr@2: /** #__JAPAN_PREFIX_CHANGE williamr@2: International call prefix feature for Japan to make it easier for end users to williamr@2: handle complicated Japanese international call prefixes. williamr@2: */ williamr@2: #undef __JAPAN_PREFIX_CHANGE williamr@2: williamr@2: /** #__MMS_NONDESTRUCTIVE_FORWARD williamr@2: "Controls the behaviour of the MMS application and message forwarding the williamr@2: message without retrieval. If the feature is on, the application allows the user williamr@2: to retrieve and re-forward it. If the feature is off, it is assumed that the williamr@2: message is not available any more in the MMSC after the forwarding." williamr@2: */ williamr@2: #undef __MMS_NONDESTRUCTIVE_FORWARD williamr@2: williamr@2: /** #__MMS_NOTIFICATIONS_VIEW williamr@2: MMBox (MMS Notifications) View can be opened from the message centre. It shows williamr@2: the multimedia messages stored in the MMS Center as a MMS notifications. williamr@2: */ williamr@2: #undef __MMS_NOTIFICATIONS_VIEW williamr@2: williamr@2: /** #__OCR williamr@2: Device supports Optical Character Recognizer feature (OCR). williamr@2: */ williamr@2: #undef __OCR williamr@2: williamr@2: /** #__OCR_HANWANG williamr@2: Support for OCR engine from Hanwang Technology Co. Ltd. williamr@2: */ williamr@2: #undef __OCR_HANWANG williamr@2: williamr@2: /** #__OCR_ROMDB williamr@2: "This flag controls OCR database storage location. If the flag is on, all OCR williamr@2: databases are put to ROM image." williamr@2: */ williamr@2: #undef __OCR_ROMDB williamr@2: williamr@2: /** #__SERIES60_LUNAR_CALENDAR williamr@2: Calendar application uses Lunar calendar. Used in Asia Pacific (APAC) area. williamr@2: */ williamr@2: #define __SERIES60_LUNAR_CALENDAR williamr@2: williamr@2: /** #__THAI williamr@2: Device uses Thai language variant. williamr@2: */ williamr@2: #undef __THAI williamr@2: williamr@2: /** #__THAI_CALENDAR williamr@2: "This flag controls if Thai Regional Calendar plugin is delivered to ROM Image. williamr@2: Plugin enhances S60 Calendar application views with Thai specific information williamr@2: (e.g. Thai year). " williamr@2: */ williamr@2: #define __THAI_CALENDAR williamr@2: williamr@2: williamr@2: #endif // __BLDREGIONAL_HRH