graphicsutils/commongraphicsheaders/rom/graphics_adaptation.hby
branchNewGraphicsArchitecture
changeset 48 9a3b8b65fc7a
parent 0 5d03bc08d59c
--- a/graphicsutils/commongraphicsheaders/rom/graphics_adaptation.hby	Thu May 06 11:31:11 2010 +0100
+++ b/graphicsutils/commongraphicsheaders/rom/graphics_adaptation.hby	Thu May 06 14:32:51 2010 +0100
@@ -133,6 +133,13 @@
 	#       define OPENWFCLIB_DRV <openwfc_ref.iby>
 	#   endif
 	#endif
+
+    #ifdef SYMBIAN_GRAPHICS_USE_OPENWF
+    #   ifndef OPENWFCLIB_DRV
+    #       define OPENWFCLIB_DRV <openwfc_ref.iby>
+    #   endif
+    #endif
+
 	
 #elif SYMBIAN_GRAPHICS_ADAPTATION == SGA_MBX
 	// Imagination's MBX drivers used as default
@@ -237,5 +244,6 @@
 REM "DIRECTGDI DRV"        : DIRECTGDI_DRV 
 REM "FBSRASTERIZER DRV"    : FBSRASTERIZER_DRV 
 REM "SRGREOURCE DRV"       : SGRESOURCE_DRV 
+REM "OPENWFCLIB_DRV"       : OPENWFCLIB_DRV
 
 #endif  // __GRAPHICS_ADAPTATION_HBY__