Fix ROM iby files bug235_bringup_0
authorFaisal Memon <faisal.memon@nokia.com>
Tue, 21 Sep 2010 18:31:38 +0100
branchbug235_bringup_0
changeset 27 a8768cd5a3d8
parent 26 e26655e7cad8
child 28 9464ab1666a0
Fix ROM iby files
.hgignore
guestrendering/guestvideodriver/rom/guestvideodriver.iby
guestrendering/vghwutils/group/bld.inf
guestrendering/vghwutils/rom/vghwutils.iby
--- a/.hgignore	Mon Sep 20 17:51:52 2010 +0100
+++ b/.hgignore	Tue Sep 21 18:31:38 2010 +0100
@@ -2,3 +2,5 @@
 holdingarea/bin/
 holdingarea/lib/
 holdingarea/vg/bin
+holdingarea/vg/2D_OpenVG_1_1_SF/ri/src/sfGammaLUT.h
+holdingarea/vg/2D_OpenVG_1_1_SF/ri/src/sfAlphaRcp.h
--- a/guestrendering/guestvideodriver/rom/guestvideodriver.iby	Mon Sep 20 17:51:52 2010 +0100
+++ b/guestrendering/guestvideodriver/rom/guestvideodriver.iby	Tue Sep 21 18:31:38 2010 +0100
@@ -19,7 +19,9 @@
 
 file=ABI_DIR\BUILD_DIR\guestvideohwapi.dll                SHARED_LIB_DIR\guestvideohwapi.dll
 
+#ifdef FAISALMEMON_S4_SGIMAGE
 extension[VARID]=KERNEL_DIR\BUILD_DIR\reqhandlerextension.dll   \sys\bin\reqhandlerextension.dll
+#endif
 device[VARID]=KERNEL_DIR\BUILD_DIR\guestvideohw.ldd         \sys\bin\guestvideohw.ldd
 
 #endif // GUESTVIDEODRIVER_IBY
--- a/guestrendering/vghwutils/group/bld.inf	Mon Sep 20 17:51:52 2010 +0100
+++ b/guestrendering/vghwutils/group/bld.inf	Tue Sep 21 18:31:38 2010 +0100
@@ -17,6 +17,7 @@
 DEFAULT -WINSCW
 
 PRJ_EXPORTS
+../rom/vghwutils.iby           /epoc32/rom/include/vghwutils.iby
 
 PRJ_MMPFILES
 vghwutils.mmp
--- a/guestrendering/vghwutils/rom/vghwutils.iby	Mon Sep 20 17:51:52 2010 +0100
+++ b/guestrendering/vghwutils/rom/vghwutils.iby	Tue Sep 21 18:31:38 2010 +0100
@@ -17,7 +17,8 @@
 #define PLATSIMVGHWUTILS_IBY
 
 
-file=ABI_DIR\BUILD_DIR\vghwutils.dll                SHARED_LIB_DIR\vghwutils.dll
+file=ABI_DIR\BUILD_DIR\vghwutils.dll           \sys\bin\vghwutils.dll
+
 
 #endif // PLATSIMVGHWUTILS_IBY