# HG changeset patch # User Simon Howkins # Date 1290435913 0 # Node ID 9437cb201cd0b1a4d1795fd404093311fbbdd255 # Parent a45dccb283c583d42f45222e13cd330010ab9497 __WEB_WIDGETS configuration is now done within the component's bld.inf files, not the top/mid level bld.infs diff -r a45dccb283c5 -r 9437cb201cd0 browserplugins/browsergpsplugin/group/BLD.INF --- a/browserplugins/browsergpsplugin/group/BLD.INF Wed Oct 13 14:35:16 2010 +0300 +++ b/browserplugins/browsergpsplugin/group/BLD.INF Mon Nov 22 14:25:13 2010 +0000 @@ -15,6 +15,7 @@ * */ +#ifdef __WEB_WIDGETS #include @@ -27,4 +28,6 @@ PRJ_MMPFILES GpsPluginEcom.mmp // Plugin mmp file +#endif + // End of File diff -r a45dccb283c5 -r 9437cb201cd0 browserplugins/browsersysteminfoplugin/group/BLD.INF --- a/browserplugins/browsersysteminfoplugin/group/BLD.INF Wed Oct 13 14:35:16 2010 +0300 +++ b/browserplugins/browsersysteminfoplugin/group/BLD.INF Mon Nov 22 14:25:13 2010 +0000 @@ -15,6 +15,7 @@ * */ +#ifdef __WEB_WIDGETS #include @@ -27,6 +28,6 @@ PRJ_MMPFILES SystemInfoPluginEcom.mmp // Plugin mmp file -// End of File +#endif - +// End of File diff -r a45dccb283c5 -r 9437cb201cd0 browserplugins/group/bld.inf --- a/browserplugins/group/bld.inf Wed Oct 13 14:35:16 2010 +0300 +++ b/browserplugins/group/bld.inf Mon Nov 22 14:25:13 2010 +0000 @@ -15,18 +15,7 @@ * */ -#ifdef __WEB_WIDGETS - #include "../browsersysteminfoplugin/group/bld.inf" - #include "../browsergpsplugin/group/bld.inf" -#endif - +#include "../browsersysteminfoplugin/group/bld.inf" +#include "../browsergpsplugin/group/bld.inf" #include "../browseraudiovideoplugin/group/bld.inf" -PRJ_PLATFORMS -DEFAULT - -PRJ_EXPORTS - -PRJ_MMPFILES - -PRJ_TESTMMPFILES