# HG changeset patch # User Gareth Long # Date 1278000758 -3600 # Node ID ce220d94201c29eb526b4a2af31024417b04e6b6 # Parent 89a5a549046a90fa3d95a3014de40ade22d1ca69 alias handling of libopenvg, EGL _sw implementations. diff -r 89a5a549046a -r ce220d94201c sf_config/rombuild/sf_refhw/bigrom.oby --- a/sf_config/rombuild/sf_refhw/bigrom.oby Wed Jun 30 15:35:36 2010 +0100 +++ b/sf_config/rombuild/sf_refhw/bigrom.oby Thu Jul 01 17:12:38 2010 +0100 @@ -37,6 +37,9 @@ //#define AISATPLUGIN_IBY //#define __NVGDECODER_IBY__ // we don't want the non_sw version +#define __SFOPENVG_IBY__ +//#define EGL_REF_IBY + //#define photossuiteSUITE_IBY @@ -174,21 +177,6 @@ #include #include #include -// default base.iby does not have a #ifdef added to include base_zoom2.iby -// like so: -// #elif defined(__MOMAP34XX_ZOOM2__) -// #include -// which includes -// which includes -// which includes -// which includes -// which includes -// which includes -// which includes -// which includes -// which includes -//#undef SURFACEMANAGER_DRV // because zoom2.oby defines it but doesn't have _zoom2_surfacemanagerdriver.ldd -//device[VARID]=KERNEL_DIR\BUILD_DIR\pipelib.ldd \Sys\Bin\pipelib.ldd /* zoom2 base was not including this */ #elif defined(SYBORG) // The following is for Syborg @@ -250,6 +238,9 @@ #define __MUSICWIDGET_10207c18_RESOURCES_IBY__ // resolves musicwidgetconfiguration.dtd clash + + + /* The top-level includes */ @@ -882,9 +873,15 @@ file=ABI_DIR\BUILD_DIR\cnvshiftjisdirectmap.dll Sys\Bin\cnvshiftjisdirectmap.dll /* comes from the Japanese charconv IBYs */ +/* these are here because we're disabling the IBYs that are pulling in the non _sw versions */ file=ABI_DIR\BUILD_DIR\libegl_sw.dll Sys\Bin\libegl_sw.dll /* */ /* needed for libvgi */ +//alias \sys\bin\libegl_sw.dll \sys\bin\libegl.dll file=ABI_DIR\BUILD_DIR\libopenvg_sw.dll Sys\Bin\libopenvg_sw.dll /* */ +alias \sys\bin\libopenvg_sw.dll \sys\bin\libOpenVG.dll file=ABI_DIR\BUILD_DIR\libopenvgu_sw.dll Sys\Bin\libopenvgu_sw.dll /* */ +alias \sys\bin\libopenvgu_sw.dll \sys\bin\libOpenVGU.dll +file=ABI_DIR\BUILD_DIR\sflibopenvgrefimpl.dll sys\bin\sflibopenvgrefimpl.dll + //file=ABI_DIR\BUILD_DIR\libopenvg.dll Sys\Bin\libopenvg.dll /* test */ //file=ABI_DIR\BUILD_DIR\libopenvgu.dll Sys\Bin\libopenvgu.dll /* test */ //file=ABI_DIR\BUILD_DIR\libgles_cm.dll Sys\Bin\libgles_cm.dll /* */