sf_config/config/engineering/inc/bldregional.hrh
changeset 27 228abc9e659e
equal deleted inserted replaced
26:11e646d40707 27:228abc9e659e
       
     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 //Defining only language 01 for SF build purposes
       
    22 #if defined LANGUAGE_IDS
       
    23 #undef LANGUAGE_IDS
       
    24 #endif
       
    25 #define LANGUAGE_IDS LANG sc 01  
       
    26  
       
    27 /** #FF_KOREAN  
       
    28 Runtime flag for Korean language 
       
    29 */ 
       
    30 #undef FF_KOREAN                                           
       
    31  
       
    32 /** #__AVKON_APAC__  
       
    33 Device application UIs use Asia Pacific Look And Feel (LAF). 
       
    34 */ 
       
    35 #undef __AVKON_APAC__                                      
       
    36  
       
    37 /** #__AVKON_ELAF__  
       
    38 Device application UIs use Europe Look And Feel (LAF). 
       
    39 */ 
       
    40 #define __AVKON_ELAF__                                      
       
    41  
       
    42 /** #__BROWSER_IMEI_NOTIFICATION  
       
    43 "Purpose is to variate IMEI notification setting in Browser. In case when
       
    44 feature is on ,  user can see new setting item in Browser setting ""IMEI
       
    45 notification"" . If user enables the setting on browser,  UA prof filter will
       
    46 send phone's IMEI code within User-Agent field." 
       
    47 */ 
       
    48 #undef __BROWSER_IMEI_NOTIFICATION                         
       
    49  
       
    50 /** #__CHINESE  
       
    51 Device uses Chinese language variant. 
       
    52 */ 
       
    53 #undef __CHINESE                                           
       
    54  
       
    55 /** #__CHINESE_PRC_FONTS  
       
    56 Device has PRC China variant. This feature flag should be defined only if
       
    57 __CHINESE feature flag is defined. 
       
    58 */ 
       
    59 #undef __CHINESE_PRC_FONTS                                 
       
    60  
       
    61 /** #__CHINESE_TAIWAN_HK_FONTS  
       
    62 Device has Taiwan and/or Hong Kong China variant. This feature flag should be
       
    63 defined only if __CHINESE feature flag is defined. 
       
    64 */ 
       
    65 #undef __CHINESE_TAIWAN_HK_FONTS                           
       
    66  
       
    67 /** #__JAPANESE  
       
    68 Device uses Japanese language variant. 
       
    69 */ 
       
    70 #undef __JAPANESE                                          
       
    71  
       
    72 /** #__JAPANESE_LARGER_DICTIONARY  
       
    73 Enlarged Japanese library for predictive text entry. This feature has no effect
       
    74 if the feature __JAPANESE is not defined. 
       
    75 */ 
       
    76 #define __JAPANESE_LARGER_DICTIONARY                        
       
    77  
       
    78 /** #__JAPANESE_PICTOGRAPHS  
       
    79 Device supports Japanese pictograhps 
       
    80 */ 
       
    81 #undef __JAPANESE_PICTOGRAPHS                              
       
    82  
       
    83 /** #__JAPAN_PREFIX_CHANGE  
       
    84 International call prefix feature for Japan to make it easier for end users to
       
    85 handle complicated Japanese international call prefixes. 
       
    86 */ 
       
    87 #undef __JAPAN_PREFIX_CHANGE                               
       
    88  
       
    89 /** #__MMS_NONDESTRUCTIVE_FORWARD  
       
    90 "Controls the behaviour of the MMS application and message forwarding the
       
    91 message without retrieval. If the feature is on, the application allows the user
       
    92 to retrieve and re-forward it. If the feature is off, it is assumed that the
       
    93 message is not available any more in the MMSC after the forwarding." 
       
    94 */ 
       
    95 #undef __MMS_NONDESTRUCTIVE_FORWARD                        
       
    96  
       
    97 /** #__MMS_NOTIFICATIONS_VIEW  
       
    98 MMBox (MMS Notifications) View can be opened from the message centre. It shows
       
    99 the multimedia messages stored in the MMS Center as a MMS notifications. 
       
   100 */ 
       
   101 #undef __MMS_NOTIFICATIONS_VIEW                            
       
   102  
       
   103 /** #__OCR  
       
   104 Device supports Optical Character Recognizer feature (OCR). 
       
   105 */ 
       
   106 #undef __OCR                                               
       
   107  
       
   108 /** #__OCR_HANWANG  
       
   109 Support for OCR engine from Hanwang Technology Co. Ltd. 
       
   110 */ 
       
   111 #undef __OCR_HANWANG                                       
       
   112  
       
   113 /** #__OCR_ROMDB  
       
   114 "This flag controls OCR database storage location. If the flag is on, all OCR
       
   115 databases are put to ROM image." 
       
   116 */ 
       
   117 #undef __OCR_ROMDB                                         
       
   118  
       
   119 /** #__SERIES60_LUNAR_CALENDAR  
       
   120 Calendar application uses Lunar calendar. Used in Asia Pacific (APAC) area. 
       
   121 */ 
       
   122 #define __SERIES60_LUNAR_CALENDAR                           
       
   123  
       
   124 /** #__THAI  
       
   125 Device uses Thai language variant. 
       
   126 */ 
       
   127 #undef __THAI                                              
       
   128  
       
   129 /** #__THAI_CALENDAR  
       
   130 "This flag controls if Thai Regional Calendar plugin is delivered to ROM Image. 
       
   131 Plugin enhances S60 Calendar application views with Thai specific information
       
   132 (e.g. Thai year).  " 
       
   133 */ 
       
   134 #define __THAI_CALENDAR                                     
       
   135  
       
   136 
       
   137 #endif // __BLDREGIONAL_HRH