epoc32/include/bldregional.hrh
branchSymbian2
changeset 2 2fe1408b6811
child 4 837f303aceeb
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/epoc32/include/bldregional.hrh	Tue Mar 16 16:12:26 2010 +0000
     1.3 @@ -0,0 +1,132 @@
     1.4 +/*
     1.5 +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* 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
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description: 
    1.18 +*
    1.19 +*/
    1.20 +
    1.21 +#ifndef __BLDREGIONAL_HRH 
    1.22 +#define __BLDREGIONAL_HRH 
    1.23 +
    1.24 + 
    1.25 +/** #FF_KOREAN  
    1.26 +Runtime flag for Korean language 
    1.27 +*/ 
    1.28 +#undef FF_KOREAN                                           
    1.29 + 
    1.30 +/** #__AVKON_APAC__  
    1.31 +Device application UIs use Asia Pacific Look And Feel (LAF). 
    1.32 +*/ 
    1.33 +#undef __AVKON_APAC__                                      
    1.34 + 
    1.35 +/** #__AVKON_ELAF__  
    1.36 +Device application UIs use Europe Look And Feel (LAF). 
    1.37 +*/ 
    1.38 +#define __AVKON_ELAF__                                      
    1.39 + 
    1.40 +/** #__BROWSER_IMEI_NOTIFICATION  
    1.41 +"Purpose is to variate IMEI notification setting in Browser. In case when
    1.42 +feature is on ,  user can see new setting item in Browser setting ""IMEI
    1.43 +notification"" . If user enables the setting on browser,  UA prof filter will
    1.44 +send phone's IMEI code within User-Agent field." 
    1.45 +*/ 
    1.46 +#undef __BROWSER_IMEI_NOTIFICATION                         
    1.47 + 
    1.48 +/** #__CHINESE  
    1.49 +Device uses Chinese language variant. 
    1.50 +*/ 
    1.51 +#undef __CHINESE                                           
    1.52 + 
    1.53 +/** #__CHINESE_PRC_FONTS  
    1.54 +Device has PRC China variant. This feature flag should be defined only if
    1.55 +__CHINESE feature flag is defined. 
    1.56 +*/ 
    1.57 +#undef __CHINESE_PRC_FONTS                                 
    1.58 + 
    1.59 +/** #__CHINESE_TAIWAN_HK_FONTS  
    1.60 +Device has Taiwan and/or Hong Kong China variant. This feature flag should be
    1.61 +defined only if __CHINESE feature flag is defined. 
    1.62 +*/ 
    1.63 +#undef __CHINESE_TAIWAN_HK_FONTS                           
    1.64 + 
    1.65 +/** #__JAPANESE  
    1.66 +Device uses Japanese language variant. 
    1.67 +*/ 
    1.68 +#undef __JAPANESE                                          
    1.69 + 
    1.70 +/** #__JAPANESE_LARGER_DICTIONARY  
    1.71 +Enlarged Japanese library for predictive text entry. This feature has no effect
    1.72 +if the feature __JAPANESE is not defined. 
    1.73 +*/ 
    1.74 +#define __JAPANESE_LARGER_DICTIONARY                        
    1.75 + 
    1.76 +/** #__JAPANESE_PICTOGRAPHS  
    1.77 +Device supports Japanese pictograhps 
    1.78 +*/ 
    1.79 +#undef __JAPANESE_PICTOGRAPHS                              
    1.80 + 
    1.81 +/** #__JAPAN_PREFIX_CHANGE  
    1.82 +International call prefix feature for Japan to make it easier for end users to
    1.83 +handle complicated Japanese international call prefixes. 
    1.84 +*/ 
    1.85 +#undef __JAPAN_PREFIX_CHANGE                               
    1.86 + 
    1.87 +/** #__MMS_NONDESTRUCTIVE_FORWARD  
    1.88 +"Controls the behaviour of the MMS application and message forwarding the
    1.89 +message without retrieval. If the feature is on, the application allows the user
    1.90 +to retrieve and re-forward it. If the feature is off, it is assumed that the
    1.91 +message is not available any more in the MMSC after the forwarding." 
    1.92 +*/ 
    1.93 +#undef __MMS_NONDESTRUCTIVE_FORWARD                        
    1.94 + 
    1.95 +/** #__MMS_NOTIFICATIONS_VIEW  
    1.96 +MMBox (MMS Notifications) View can be opened from the message centre. It shows
    1.97 +the multimedia messages stored in the MMS Center as a MMS notifications. 
    1.98 +*/ 
    1.99 +#undef __MMS_NOTIFICATIONS_VIEW                            
   1.100 + 
   1.101 +/** #__OCR  
   1.102 +Device supports Optical Character Recognizer feature (OCR). 
   1.103 +*/ 
   1.104 +#undef __OCR                                               
   1.105 + 
   1.106 +/** #__OCR_HANWANG  
   1.107 +Support for OCR engine from Hanwang Technology Co. Ltd. 
   1.108 +*/ 
   1.109 +#undef __OCR_HANWANG                                       
   1.110 + 
   1.111 +/** #__OCR_ROMDB  
   1.112 +"This flag controls OCR database storage location. If the flag is on, all OCR
   1.113 +databases are put to ROM image." 
   1.114 +*/ 
   1.115 +#undef __OCR_ROMDB                                         
   1.116 + 
   1.117 +/** #__SERIES60_LUNAR_CALENDAR  
   1.118 +Calendar application uses Lunar calendar. Used in Asia Pacific (APAC) area. 
   1.119 +*/ 
   1.120 +#define __SERIES60_LUNAR_CALENDAR                           
   1.121 + 
   1.122 +/** #__THAI  
   1.123 +Device uses Thai language variant. 
   1.124 +*/ 
   1.125 +#undef __THAI                                              
   1.126 + 
   1.127 +/** #__THAI_CALENDAR  
   1.128 +"This flag controls if Thai Regional Calendar plugin is delivered to ROM Image. 
   1.129 +Plugin enhances S60 Calendar application views with Thai specific information
   1.130 +(e.g. Thai year).  " 
   1.131 +*/ 
   1.132 +#define __THAI_CALENDAR                                     
   1.133 + 
   1.134 +
   1.135 +#endif // __BLDREGIONAL_HRH