sf_config/config/apac/inc/bldregional.hrh
branchRCL_3
changeset 20 bae7f55f6ef7
parent 0 6d65d5acee06
equal deleted inserted replaced
19:c39e182aa37c 20:bae7f55f6ef7
       
     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 "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".
       
     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 #define __AVKON_APAC__                                      
       
    31  
       
    32 /** #__AVKON_ELAF__  
       
    33 Device application UIs use Europe Look And Feel (LAF). 
       
    34 */ 
       
    35 #undef __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 #define __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 #define __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 #define __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 #undef __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 #define __OCR                                               
       
   102  
       
   103 /** #__OCR_HANWANG  
       
   104 Support for OCR engine from Hanwang Technology Co. Ltd. 
       
   105 */ 
       
   106 #define __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 #define __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 #undef __THAI_CALENDAR                                     
       
   130  
       
   131 
       
   132 #endif // __BLDREGIONAL_HRH