diff -r 6d65d5acee06 -r 96f7513ad2d7 symbianosbld/cedarutils/inc/Symbian_OS_tb101sf.hrh --- a/symbianosbld/cedarutils/inc/Symbian_OS_tb101sf.hrh Tue Feb 02 01:12:20 2010 +0200 +++ b/symbianosbld/cedarutils/inc/Symbian_OS_tb101sf.hrh Fri Apr 16 16:15:22 2010 +0300 @@ -2125,3 +2125,32 @@ */ #define SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK + +/** +@publishedpartner +@released + +SYMBIAN_GRAPHICS_WSERV_QT_EFFECTS + +This macro is supported only in the wserv_nga configuration. + +If SYMBIAN_GRAPHICS_WSERV_QT_EFFECTS is enabled, + - code changes for supporting Qt effects in graphics window server will be enabled. + - the layer region optimizer and surface placement will no longer work. + + +This #define supports PREQ2669. +*/ +#define SYMBIAN_GRAPHICS_WSERV_QT_EFFECTS + +/** + @publishedPartner + @released + + SYMBIAN_E32_ATOMIC_API + + If SYMBIAN_E32_ATOMIC_API is defined the header file e32atomics.h is available + and should be used in preference to hand-coding ARM atomic instructions. +*/ +#define SYMBIAN_E32_ATOMIC_API +