__WEB_WIDGETS configuration is now done within the component's bld.inf files, not the top/mid level bld.infs RCL_3 tip
authorSimon Howkins <simonh@symbian.org>
Mon, 22 Nov 2010 14:25:13 +0000
branchRCL_3
changeset 73 9437cb201cd0
parent 71 a45dccb283c5
__WEB_WIDGETS configuration is now done within the component's bld.inf files, not the top/mid level bld.infs
browserplugins/browsergpsplugin/group/BLD.INF
browserplugins/browsersysteminfoplugin/group/BLD.INF
browserplugins/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 <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