web_plat/browser_platform_api/inc/Browser_platform_variant.hrh
changeset 11 c8a366e56285
parent 10 a359256acfc6
child 15 60c5402cb945
equal deleted inserted replaced
10:a359256acfc6 11:c8a366e56285
    62 *        S60 5.1 Corolla, etc.
    62 *        S60 5.1 Corolla, etc.
    63 * ===================
    63 * ===================
    64 */ 
    64 */ 
    65 // #elif defined(__S60_51__)
    65 // #elif defined(__S60_51__)
    66 // un-comment following line for 5.1/TB9.1 platforms
    66 // un-comment following line for 5.1/TB9.1 platforms
    67 //#define __PLATFORM_VERSION_51__
    67 // #define __PLATFORM_VERSION_51__
    68 
    68 
    69 /*
    69 /*
    70 * ===================
    70 * ===================
    71 *        S60 5.2 Vasco, etc.
    71 *        S60 5.2 Vasco, etc.
    72 * ===================
    72 * ===================
    73 */ 
    73 */ 
    74 // #elif defined(__S60_52__)
    74 // #elif defined(__S60_52__)
    75 
    75 
    76 // un-comment following line for 5.2/TB9.2 platforms
    76 // un-comment following line for 5.2/TB9.2 platforms
    77  #define __PLATFORM_VERSION_52__
    77 #define __PLATFORM_VERSION_52__
    78 //
    78 //
    79 #endif
    79 #endif
    80 
    80 
    81 /*
    81 /*
    82 *
    82 *
   146 #undef BRDO_SYMBIAN_LIBXML_FF
   146 #undef BRDO_SYMBIAN_LIBXML_FF
   147 
   147 
   148 // Enable/Disable compilation of some of Search Integration specific code 
   148 // Enable/Disable compilation of some of Search Integration specific code 
   149 #define BRDO_SEARCH_INTEGRATION_FF
   149 #define BRDO_SEARCH_INTEGRATION_FF
   150 
   150 
       
   151 // Defines whether SAPI Security Manager Prompt Enhancement is available
       
   152 #define BRDO_SEC_MGR_PROMPT_ENHANCEMENT_FF
       
   153 
   151 /*
   154 /*
   152 * ===================
   155 * ===================
   153 *        S60 3.23
   156 *        S60 3.23
   154 * ===================
   157 * ===================
   155 */ 
   158 */ 
   173 // Gallery App is present
   176 // Gallery App is present
   174 #define BRDO_APP_GALLERY_SUPPORTED_FF
   177 #define BRDO_APP_GALLERY_SUPPORTED_FF
   175 
   178 
   176 // Disable compilation of some of Search Integration specific code
   179 // Disable compilation of some of Search Integration specific code
   177 #undef BRDO_SEARCH_INTEGRATION_FF
   180 #undef BRDO_SEARCH_INTEGRATION_FF
       
   181 
       
   182 // Defines whether SAPI Security Manager Prompt Enhancement is available
       
   183 #undef BRDO_SEC_MGR_PROMPT_ENHANCEMENT_FF
   178 
   184 
   179 // Missing from 3.23 platform_paths.hrh
   185 // Missing from 3.23 platform_paths.hrh
   180 
   186 
   181 // Location, where the middleware layer localization .loc file should be exported
   187 // Location, where the middleware layer localization .loc file should be exported
   182 #if __GNUC__ >= 3
   188 #if __GNUC__ >= 3
   229 #define BRDO_BROWSER_50_FF
   235 #define BRDO_BROWSER_50_FF
   230 
   236 
   231 // Defines WRT widgets feature to publish on homescreen
   237 // Defines WRT widgets feature to publish on homescreen
   232 #undef BRDO_WRT_HS_FF
   238 #undef BRDO_WRT_HS_FF
   233 
   239 
       
   240 // Gallery App is present
       
   241 #define BRDO_APP_GALLERY_SUPPORTED_FF
       
   242 
   234 // Disable compilation of some of Search Integration specific code
   243 // Disable compilation of some of Search Integration specific code
   235 #undef BRDO_SEARCH_INTEGRATION_FF
   244 #undef BRDO_SEARCH_INTEGRATION_FF
       
   245 
       
   246 // Defines whether SAPI Security Manager Prompt Enhancement is available
       
   247 #undef BRDO_SEC_MGR_PROMPT_ENHANCEMENT_FF
   236 
   248 
   237 #if __GNUC__ >= 3
   249 #if __GNUC__ >= 3
   238 #define BRDO_ADDED_EXPORT_LOCATION(exported) MW_LAYER_DOMAIN_EXPORT_PATH(../../platform/mw/exported)
   250 #define BRDO_ADDED_EXPORT_LOCATION(exported) MW_LAYER_DOMAIN_EXPORT_PATH(../../platform/mw/exported)
   239 #else
   251 #else
   240 #define BRDO_ADDED_EXPORT_LOCATION(exported) MW_LAYER_DOMAIN_EXPORT_PATH(../../platform/mw/##exported)
   252 #define BRDO_ADDED_EXPORT_LOCATION(exported) MW_LAYER_DOMAIN_EXPORT_PATH(../../platform/mw/##exported)
   299 *        S60 5.1
   311 *        S60 5.1
   300 * ===================
   312 * ===================
   301 */ 
   313 */ 
   302 #elif defined(__PLATFORM_VERSION_51__)
   314 #elif defined(__PLATFORM_VERSION_51__)
   303 
   315 
       
   316 // Defines whether SAPI Security Manager Prompt Enhancement is available
       
   317 #undef BRDO_SEC_MGR_PROMPT_ENHANCEMENT_FF
       
   318 
   304 #define BRDO_BROWSER_50_FF
   319 #define BRDO_BROWSER_50_FF
   305 #define BRDO_BROWSER_51_FF
   320 #define BRDO_BROWSER_51_FF
   306 
   321 
   307 #define APP_LAYER_LIBC_SYSTEMINCLUDE SYSTEMINCLUDE  OS_LAYER_PUBLIC_EXPORT_PATH(libc)
   322 #define APP_LAYER_LIBC_SYSTEMINCLUDE SYSTEMINCLUDE  OS_LAYER_PUBLIC_EXPORT_PATH(libc)
   308 #define APP_LAYER_ECOM_SYSTEMINCLUDE SYSTEMINCLUDE  OS_LAYER_PUBLIC_EXPORT_PATH(ecom)
   323 #define APP_LAYER_ECOM_SYSTEMINCLUDE SYSTEMINCLUDE  OS_LAYER_PUBLIC_EXPORT_PATH(ecom)
   327 *        S60 5.2
   342 *        S60 5.2
   328 * ===================
   343 * ===================
   329 */ 
   344 */ 
   330 #elif defined(__PLATFORM_VERSION_52__)
   345 #elif defined(__PLATFORM_VERSION_52__)
   331 
   346 
       
   347 // Defines whether SAPI Security Manager Prompt Enhancement is available
       
   348 #undef BRDO_SEC_MGR_PROMPT_ENHANCEMENT_FF
       
   349 
   332 #define BRDO_BROWSER_50_FF
   350 #define BRDO_BROWSER_50_FF
   333 #define BRDO_BROWSER_51_FF
   351 #define BRDO_BROWSER_51_FF
   334 #define BRDO_BROWSER_52_FF
   352 #define BRDO_BROWSER_52_FF
   335 
   353 
   336 // BrDo MultipartParser not used from S60 5.2 onward
   354 // BrDo MultipartParser not used from S60 5.2 onward