epoc32/include/bldregional.hrh
author William Roberts <williamr@symbian.org>
Tue, 16 Mar 2010 16:12:26 +0000
branchSymbian2
changeset 2 2fe1408b6811
child 4 837f303aceeb
permissions -rw-r--r--
Final list of Symbian^2 public API header files
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     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".
     8 *
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    11 *
    12 * Contributors:
    13 *
    14 * Description: 
    15 *
    16 */
    17 
    18 #ifndef __BLDREGIONAL_HRH 
    19 #define __BLDREGIONAL_HRH 
    20 
    21  
    22 /** #FF_KOREAN  
    23 Runtime flag for Korean language 
    24 */ 
    25 #undef FF_KOREAN                                           
    26  
    27 /** #__AVKON_APAC__  
    28 Device application UIs use Asia Pacific Look And Feel (LAF). 
    29 */ 
    30 #undef __AVKON_APAC__                                      
    31  
    32 /** #__AVKON_ELAF__  
    33 Device application UIs use Europe Look And Feel (LAF). 
    34 */ 
    35 #define __AVKON_ELAF__                                      
    36  
    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." 
    42 */ 
    43 #undef __BROWSER_IMEI_NOTIFICATION                         
    44  
    45 /** #__CHINESE  
    46 Device uses Chinese language variant. 
    47 */ 
    48 #undef __CHINESE                                           
    49  
    50 /** #__CHINESE_PRC_FONTS  
    51 Device has PRC China variant. This feature flag should be defined only if
    52 __CHINESE feature flag is defined. 
    53 */ 
    54 #undef __CHINESE_PRC_FONTS                                 
    55  
    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. 
    59 */ 
    60 #undef __CHINESE_TAIWAN_HK_FONTS                           
    61  
    62 /** #__JAPANESE  
    63 Device uses Japanese language variant. 
    64 */ 
    65 #undef __JAPANESE                                          
    66  
    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. 
    70 */ 
    71 #define __JAPANESE_LARGER_DICTIONARY                        
    72  
    73 /** #__JAPANESE_PICTOGRAPHS  
    74 Device supports Japanese pictograhps 
    75 */ 
    76 #undef __JAPANESE_PICTOGRAPHS                              
    77  
    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. 
    81 */ 
    82 #undef __JAPAN_PREFIX_CHANGE                               
    83  
    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." 
    89 */ 
    90 #undef __MMS_NONDESTRUCTIVE_FORWARD                        
    91  
    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. 
    95 */ 
    96 #undef __MMS_NOTIFICATIONS_VIEW                            
    97  
    98 /** #__OCR  
    99 Device supports Optical Character Recognizer feature (OCR). 
   100 */ 
   101 #undef __OCR                                               
   102  
   103 /** #__OCR_HANWANG  
   104 Support for OCR engine from Hanwang Technology Co. Ltd. 
   105 */ 
   106 #undef __OCR_HANWANG                                       
   107  
   108 /** #__OCR_ROMDB  
   109 "This flag controls OCR database storage location. If the flag is on, all OCR
   110 databases are put to ROM image." 
   111 */ 
   112 #undef __OCR_ROMDB                                         
   113  
   114 /** #__SERIES60_LUNAR_CALENDAR  
   115 Calendar application uses Lunar calendar. Used in Asia Pacific (APAC) area. 
   116 */ 
   117 #define __SERIES60_LUNAR_CALENDAR                           
   118  
   119 /** #__THAI  
   120 Device uses Thai language variant. 
   121 */ 
   122 #undef __THAI                                              
   123  
   124 /** #__THAI_CALENDAR  
   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
   127 (e.g. Thai year).  " 
   128 */ 
   129 #define __THAI_CALENDAR                                     
   130  
   131 
   132 #endif // __BLDREGIONAL_HRH