__WEB_WIDGETS configuration is now done within the component's bld.inf files, not the top/mid level bld.infs
--- 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 <platform_paths.hrh>
@@ -27,4 +28,6 @@
PRJ_MMPFILES
GpsPluginEcom.mmp // Plugin mmp file
+#endif
+
// End of File
--- 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 <platform_paths.hrh>
@@ -27,6 +28,6 @@
PRJ_MMPFILES
SystemInfoPluginEcom.mmp // Plugin mmp file
-// End of File
+#endif
-
+// End of File
--- 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