sf_config/config/inc/bldcodeline.hrh
changeset 30 4fa861cc1ff5
parent 25 eae91afea9e5
--- a/sf_config/config/inc/bldcodeline.hrh	Wed Apr 21 10:23:46 2010 +0100
+++ b/sf_config/config/inc/bldcodeline.hrh	Wed Apr 28 09:51:11 2010 +0100
@@ -401,7 +401,7 @@
 To provide timed synchronization feature to be included in the Data
 synchronization UI .  The flag will be used only in the OmaDsAppUi component. 
 */ 
-#define RD_DSUI_TIMEDSYNC                                   
+#undef RD_DSUI_TIMEDSYNC                                   
  
 /** #RD_DS_ICAL_SUPPORT  
 Support for iCalendar synchronization 
@@ -591,7 +591,7 @@
 /** #RD_IMAGEPREVIEW  
 ImageViewer's ImagePreview API and DLL are available in release. 
 */ 
-#define RD_IMAGEPREVIEW                                     
+#undef RD_IMAGEPREVIEW                                     
  
 /** #RD_IMAGINGCONFIGMANAGER  
 Flag to include/exclude Imaging Configuration Manager component. 
@@ -1245,25 +1245,25 @@
 done behind this flag to secure that existing functionality won't suffer
 regression during implementation. 
 */ 
-#undef RD_UI_TRANSITION_EFFECTS_LAYOUT_SWITCH              
+#define RD_UI_TRANSITION_EFFECTS_LAYOUT_SWITCH              
  
 /** #RD_UI_TRANSITION_EFFECTS_LIST  
 This flag will be used to secure that development of list transition effects
 won't break existing fullscreen and components transition effects. 
 */ 
-#undef RD_UI_TRANSITION_EFFECTS_LIST                       
+#define RD_UI_TRANSITION_EFFECTS_LIST                       
  
 /** #RD_UI_TRANSITION_EFFECTS_PHASE2  
 Feature enables early development of 2nd phase UI transition effects. 
 */ 
-#undef RD_UI_TRANSITION_EFFECTS_PHASE2                     
+#define RD_UI_TRANSITION_EFFECTS_PHASE2                     
  
 /** #RD_UI_TRANSITION_EFFECTS_POPUPS  
 "Development of transition effects in popups (notes, queries, etc) will be done
 behind this flag to secure that existing functionality won't suffer regression
 during implementation." 
 */ 
-#undef RD_UI_TRANSITION_EFFECTS_POPUPS                     
+#define RD_UI_TRANSITION_EFFECTS_POPUPS                     
  
 /** #RD_UI_ZOOM  
 This feature activates the zooming support in Series 60 UI. 
@@ -1427,4 +1427,5 @@
 */
 #define SYMBIAN_GRAPHICS_BUILD_OPENWF_WSERV
 
+
 #endif // __BLDCODELINE_HRH