web_plat/browser_platform_api/inc/Browser_platform_variant.hrh
changeset 11 c8a366e56285
parent 10 a359256acfc6
child 15 60c5402cb945
--- a/web_plat/browser_platform_api/inc/Browser_platform_variant.hrh	Thu Aug 27 07:44:59 2009 +0300
+++ b/web_plat/browser_platform_api/inc/Browser_platform_variant.hrh	Thu Sep 24 12:53:48 2009 +0300
@@ -64,7 +64,7 @@
 */ 
 // #elif defined(__S60_51__)
 // un-comment following line for 5.1/TB9.1 platforms
-//#define __PLATFORM_VERSION_51__
+// #define __PLATFORM_VERSION_51__
 
 /*
 * ===================
@@ -74,7 +74,7 @@
 // #elif defined(__S60_52__)
 
 // un-comment following line for 5.2/TB9.2 platforms
- #define __PLATFORM_VERSION_52__
+#define __PLATFORM_VERSION_52__
 //
 #endif
 
@@ -148,6 +148,9 @@
 // Enable/Disable compilation of some of Search Integration specific code 
 #define BRDO_SEARCH_INTEGRATION_FF
 
+// Defines whether SAPI Security Manager Prompt Enhancement is available
+#define BRDO_SEC_MGR_PROMPT_ENHANCEMENT_FF
+
 /*
 * ===================
 *        S60 3.23
@@ -176,6 +179,9 @@
 // Disable compilation of some of Search Integration specific code
 #undef BRDO_SEARCH_INTEGRATION_FF
 
+// Defines whether SAPI Security Manager Prompt Enhancement is available
+#undef BRDO_SEC_MGR_PROMPT_ENHANCEMENT_FF
+
 // Missing from 3.23 platform_paths.hrh
 
 // Location, where the middleware layer localization .loc file should be exported
@@ -231,9 +237,15 @@
 // Defines WRT widgets feature to publish on homescreen
 #undef BRDO_WRT_HS_FF
 
+// Gallery App is present
+#define BRDO_APP_GALLERY_SUPPORTED_FF
+
 // Disable compilation of some of Search Integration specific code
 #undef BRDO_SEARCH_INTEGRATION_FF
 
+// Defines whether SAPI Security Manager Prompt Enhancement is available
+#undef BRDO_SEC_MGR_PROMPT_ENHANCEMENT_FF
+
 #if __GNUC__ >= 3
 #define BRDO_ADDED_EXPORT_LOCATION(exported) MW_LAYER_DOMAIN_EXPORT_PATH(../../platform/mw/exported)
 #else
@@ -301,6 +313,9 @@
 */ 
 #elif defined(__PLATFORM_VERSION_51__)
 
+// Defines whether SAPI Security Manager Prompt Enhancement is available
+#undef BRDO_SEC_MGR_PROMPT_ENHANCEMENT_FF
+
 #define BRDO_BROWSER_50_FF
 #define BRDO_BROWSER_51_FF
 
@@ -329,6 +344,9 @@
 */ 
 #elif defined(__PLATFORM_VERSION_52__)
 
+// Defines whether SAPI Security Manager Prompt Enhancement is available
+#undef BRDO_SEC_MGR_PROMPT_ENHANCEMENT_FF
+
 #define BRDO_BROWSER_50_FF
 #define BRDO_BROWSER_51_FF
 #define BRDO_BROWSER_52_FF