Add proper def file for guest video driver now that it compiles. Put ifdef hack FAISALMEMON_S4_SGIMAGE around the reqhandlerextensionlib.mmp because this appears to be consuming a platform available sgresource header only available in s4. We want a minimal port for s3 here. bug235_bringup_0
authorFaisal Memon <faisal.memon@nokia.com>
Fri, 20 Aug 2010 18:00:12 +0100
branchbug235_bringup_0
changeset 155 8d47cca9cc11
parent 154 0ae4976a79ef
child 158 13fc3981f713
Add proper def file for guest video driver now that it compiles. Put ifdef hack FAISALMEMON_S4_SGIMAGE around the reqhandlerextensionlib.mmp because this appears to be consuming a platform available sgresource header only available in s4. We want a minimal port for s3 here.
graphics_plat/guestvideodriver_api/eabi/guestvideohwapiu.def
graphics_plat/guestvideodriver_api/ldd/group/bld.inf
--- a/graphics_plat/guestvideodriver_api/eabi/guestvideohwapiu.def	Fri Aug 20 16:47:49 2010 +0100
+++ b/graphics_plat/guestvideodriver_api/eabi/guestvideohwapiu.def	Fri Aug 20 18:00:12 2010 +0100
@@ -1,10 +1,10 @@
 EXPORTS
-	_ZN19RGuestVideoDriver5FlushEv @ 1 NONAME
-	_ZN19RGuestVideoDriver14ExecuteCommandER22RemoteFunctionCallData @ 2 NONAME
-	_ZN19RGuestVideoDriver14MapToHWAddressEiRm @ 3 NONAME
-	_ZN19RGuestVideoDriver4OpenEv @ 4 NONAME
-	_ZN19RGuestVideoDriverC1Ev @ 5 NONAME
-	_ZN19RGuestVideoDriverC2Ev @ 6 NONAME
-	_ZN19RGuestVideoDriverD1Ev @ 7 NONAME
-	_ZN19RGuestVideoDriverD2Ev @ 8 NONAME
-	_ZN19RGuestVideoDriver15EglGetSgHandlesEyPy @ 9 NONAME
+        _ZN17RGuestVideoDriver14ExecuteCommandER22RemoteFunctionCallData @ 1 NONAME
+        _ZN17RGuestVideoDriver14MapToHWAddressEiRm @ 2 NONAME
+        _ZN17RGuestVideoDriver15EglGetSgHandlesEyPy @ 3 NONAME
+        _ZN17RGuestVideoDriver4OpenEv @ 4 NONAME
+        _ZN17RGuestVideoDriver5FlushEv @ 5 NONAME
+        _ZN17RGuestVideoDriverC1Ev @ 6 NONAME
+        _ZN17RGuestVideoDriverC2Ev @ 7 NONAME
+        _ZN17RGuestVideoDriverD1Ev @ 8 NONAME
+        _ZN17RGuestVideoDriverD2Ev @ 9 NONAME
--- a/graphics_plat/guestvideodriver_api/ldd/group/bld.inf	Fri Aug 20 16:47:49 2010 +0100
+++ b/graphics_plat/guestvideodriver_api/ldd/group/bld.inf	Fri Aug 20 18:00:12 2010 +0100
@@ -27,4 +27,7 @@
 ../eabi/reqhandlerextensionu.def		/epoc32/include/def/eabi/reqhandlerextensionu.def
 
 PRJ_MMPFILES
+
+#ifdef FAISALMEMON_S4_SGIMAGE
 reqhandlerextensionlib.mmp
+#endif