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.
--- 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