openvg/openvgrefimplementation/sfopenvg/group/sfopenvg.mmp
branchEGL_MERGE
changeset 216 b87045f2f5d7
parent 57 2bf8a359aa2f
--- a/openvg/openvgrefimplementation/sfopenvg/group/sfopenvg.mmp	Tue Nov 02 08:37:41 2010 +0000
+++ b/openvg/openvgrefimplementation/sfopenvg/group/sfopenvg.mmp	Thu Nov 18 23:28:27 2010 +0000
@@ -38,7 +38,10 @@
 
 MACRO 		BUILD_WITH_PRIVATE_OPENVG //same meaning as macro BUILD_WITH_PRIVATE_EGL except applies to the OpenVG API.
 								   //see riAPI.cpp
-								   
+
+MACRO EGL_COMPOSITION // temp to build EGL with Surface Manager 
+						// see riMiniEGL.cpp								   
+//userinclude     ..\egl			// Local egl include files
 userinclude     ..\sfopenvg			// Local include files
 userinclude     ..\sfopenvg\include			// Local include files
 
@@ -63,6 +66,9 @@
 source riPixelPipe.cpp
 source riRasterizer.cpp
 source riVGU.cpp
+//
+SOURCEPATH ..\sfopenvg\extensions
+source eglsync.cpp
 
 //for EGL
 SOURCEPATH ..\sfopenvg\symbian
@@ -76,8 +82,9 @@
 library         libstdcpp.lib      		// standard lib
 library         libc.lib      		// standard lib
 library         libm.lib      		// standard lib
+library 		surfacemanager.lib	// Surface Manager
+library 		surfaceupdateclient.lib	// Surface Update
 
 
 
 
-