web_plat/browser_platform_api/inc/Browser_platform_variant.hrh
changeset 28 d39add9822e2
parent 27 6297cdf66332
child 34 220a17280356
equal deleted inserted replaced
27:6297cdf66332 28:d39add9822e2
   156 #define BRDO_HTTP_STACK_93
   156 #define BRDO_HTTP_STACK_93
   157 
   157 
   158 // Flag for Multiple Font Support(Times New Roman,Arial and Courier).This feature is available only for TB9.2   
   158 // Flag for Multiple Font Support(Times New Roman,Arial and Courier).This feature is available only for TB9.2   
   159 #define BRDO_BROWSER_MULTIPLE_FONT_SUPPORT
   159 #define BRDO_BROWSER_MULTIPLE_FONT_SUPPORT
   160 
   160 
       
   161 // Flag for Multi touch enable 
       
   162 #define BRDO_MULTITOUCH_ENABLED_FF
   161 //To provide WidgetSIDChecker support 
   163 //To provide WidgetSIDChecker support 
   162 #define APP_SID_CHECK_SUPPORT_FF
   164 #define APP_SID_CHECK_SUPPORT_FF
   163 
   165 
       
   166 // One Click Connectivity support flag
       
   167 #define BRDO_OCC_ENABLED_FF
       
   168 
       
   169 //Single click flag
       
   170 #define BRDO_SINGLE_CLICK_ENABLED_FF
   164 /*
   171 /*
   165 * ===================
   172 * ===================
   166 *        S60 3.23
   173 *        S60 3.23
   167 * ===================
   174 * ===================
   168 */ 
   175 */ 
   169 #if defined(__PLATFORM_VERSION_32__)
   176 #if defined(__PLATFORM_VERSION_32__)
       
   177 
       
   178 //OCC support
       
   179 #undef BRDO_OCC_ENABLED_FF
       
   180 
       
   181 //Single click support
       
   182 #undef BRDO_SINGLE_CLICK_ENABLED_FF
       
   183 
   170 //To provide WidgetSIDChecker support 
   184 //To provide WidgetSIDChecker support 
   171 #undef APP_SID_CHECK_SUPPORT_FF 
   185 #undef APP_SID_CHECK_SUPPORT_FF 
   172 
   186 
   173 // Flag for Multiple Font Support(Times New Roman,Arial and Courier).This feature is available only for TB9.2
   187 // Flag for Multiple Font Support(Times New Roman,Arial and Courier).This feature is available only for TB9.2
   174 #undef BRDO_BROWSER_MULTIPLE_FONT_SUPPORT
   188 #undef BRDO_BROWSER_MULTIPLE_FONT_SUPPORT
       
   189 
       
   190 // Flag for Multi touch enable 
       
   191 #undef BRDO_MULTITOUCH_ENABLED_FF
   175 
   192 
   176 // Defines touch screen capability
   193 // Defines touch screen capability
   177 #undef BRDO_TOUCH_ENABLED_FF
   194 #undef BRDO_TOUCH_ENABLED_FF
   178 
   195 
   179 // Defines Avkon extended toolbar support
   196 // Defines Avkon extended toolbar support
   232 *        S60 5.0 PF5250 / Tube / Alvin
   249 *        S60 5.0 PF5250 / Tube / Alvin
   233 * ===================
   250 * ===================
   234 */ 
   251 */ 
   235 #elif defined(__PLATFORM_VERSION_50_TUBE__)
   252 #elif defined(__PLATFORM_VERSION_50_TUBE__)
   236 
   253 
       
   254 //OCC support
       
   255 #undef BRDO_OCC_ENABLED_FF
       
   256 //Single click support
       
   257 #undef BRDO_SINGLE_CLICK_ENABLED_FF
       
   258 
       
   259 // Flag for Multi touch enable 
       
   260 #undef BRDO_MULTITOUCH_ENABLED_FF
   237 //To provide WidgetSIDChecker support 
   261 //To provide WidgetSIDChecker support 
   238 #undef APP_SID_CHECK_SUPPORT_FF 
   262 #undef APP_SID_CHECK_SUPPORT_FF 
   239 
   263 
   240 // Flag for Multiple Font Support(Times New Roman,Arial and Courier).This feature is available only for TB9.2
   264 // Flag for Multiple Font Support(Times New Roman,Arial and Courier).This feature is available only for TB9.2
   241 #undef BRDO_BROWSER_MULTIPLE_FONT_SUPPORT
   265 #undef BRDO_BROWSER_MULTIPLE_FONT_SUPPORT
   284 *        S60 5.0 PF5250+ / Ivalo / Saga
   308 *        S60 5.0 PF5250+ / Ivalo / Saga
   285 * ===================
   309 * ===================
   286 */ 
   310 */ 
   287 #elif defined(__PLATFORM_VERSION_50__)
   311 #elif defined(__PLATFORM_VERSION_50__)
   288 
   312 
       
   313 //OCC support
       
   314 #undef BRDO_OCC_ENABLED_FF
       
   315 //Single click support
       
   316 #undef BRDO_SINGLE_CLICK_ENABLED_FF
       
   317 
       
   318 // Flag for Multi touch enable 
       
   319 #undef BRDO_MULTITOUCH_ENABLED_FF
       
   320 
   289 //To provide WidgetSIDChecker support 
   321 //To provide WidgetSIDChecker support 
   290 #undef APP_SID_CHECK_SUPPORT_FF 
   322 #undef APP_SID_CHECK_SUPPORT_FF 
   291 
   323 
   292 // Flag for Multiple Font Support(Times New Roman,Arial and Courier).This feature is available only for TB9.2
   324 // Flag for Multiple Font Support(Times New Roman,Arial and Courier).This feature is available only for TB9.2
   293 #undef BRDO_BROWSER_MULTIPLE_FONT_SUPPORT
   325 #undef BRDO_BROWSER_MULTIPLE_FONT_SUPPORT
   319 *        S60 5.1
   351 *        S60 5.1
   320 * ===================
   352 * ===================
   321 */ 
   353 */ 
   322 #elif defined(__PLATFORM_VERSION_51__)
   354 #elif defined(__PLATFORM_VERSION_51__)
   323 
   355 
       
   356 //OCC support
       
   357 #undef BRDO_OCC_ENABLED_FF
       
   358 //Single click support
       
   359 #undef BRDO_SINGLE_CLICK_ENABLED_FF
       
   360 
       
   361 // Flag for Multi touch enable 
       
   362 #undef BRDO_MULTITOUCH_ENABLED_FF
       
   363 
   324 //To provide WidgetSIDChecker support 
   364 //To provide WidgetSIDChecker support 
   325 #undef APP_SID_CHECK_SUPPORT_FF 
   365 #undef APP_SID_CHECK_SUPPORT_FF 
   326 
   366 
   327 // Flag for Multiple Font Support(Times New Roman,Arial and Courier).This feature is available only for TB9.2
   367 // Flag for Multiple Font Support(Times New Roman,Arial and Courier).This feature is available only for TB9.2
   328 #undef BRDO_BROWSER_MULTIPLE_FONT_SUPPORT
   368 #undef BRDO_BROWSER_MULTIPLE_FONT_SUPPORT
   349 #undef BRDO_STATIC_DATA_CLEANUP_SUPPORT_FF
   389 #undef BRDO_STATIC_DATA_CLEANUP_SUPPORT_FF
   350 #elif defined(__PLATFORM_VERSION_52__)
   390 #elif defined(__PLATFORM_VERSION_52__)
   351 
   391 
   352 // Defines whether SAPI Security Manager Prompt Enhancement is available
   392 // Defines whether SAPI Security Manager Prompt Enhancement is available
   353 #undef BRDO_SEC_MGR_PROMPT_ENHANCEMENT_FF
   393 #undef BRDO_SEC_MGR_PROMPT_ENHANCEMENT_FF
       
   394 
       
   395 //Defines One Click Connectivity support
       
   396 #define BRDO_OCC_ENABLED_FF
       
   397 
       
   398 //Single click support
       
   399 #define BRDO_SINGLE_CLICK_ENABLED_FF
   354 
   400 
   355 #define BRDO_BROWSER_50_FF
   401 #define BRDO_BROWSER_50_FF
   356 #define BRDO_BROWSER_51_FF
   402 #define BRDO_BROWSER_51_FF
   357 #define BRDO_BROWSER_52_FF
   403 #define BRDO_BROWSER_52_FF
   358 
   404