Changed micro build configuration so that it does do part of the s60 bootstrapping
authorSimon Howkins <simonh@symbian.org>
Tue, 05 Oct 2010 14:18:07 +0100
changeset 872 f7e6757b351e
parent 871 0e7027db5b57
child 873 3c8619e4207d
Changed micro build configuration so that it does do part of the s60 bootstrapping (and hence it's more like the full platform build).
symbian3/micro/job_props.ant.xml
--- a/symbian3/micro/job_props.ant.xml	Mon Oct 04 17:35:52 2010 +0100
+++ b/symbian3/micro/job_props.ant.xml	Tue Oct 05 14:18:07 2010 +0100
@@ -22,7 +22,7 @@
     <property name="sf.spec.bldmefirst.s60.variant" value="western" /> <!-- western|apac|japan but only western is used at the moment -->
     <property name="sf.spec.bldmefirst.s60.config.root" value="sf/os/deviceplatformrelease/sf_config/config" />
     <property name="sf.spec.bldmefirst.s60.sbs.variant.cfg" value="${sf.spec.bldmefirst.s60.config.root}/inc/variant.cfg" /> <!-- currently needed for touching -->
-    <property name="sf.spec.bldmefirst.s60.exports" value="${sf.spec.bldmefirst.s60.config.root}/${sf.spec.bldmefirst.s60.variant}/group,${sf.spec.bldmefirst.s60.config.root}/group,sf/os/devicesrv/devicesrv_pub/platform_path_definitions_api/group,sf/os/devicesrv/devicesrv_pub/common_platform_security_definitions_api/group,sf/os/devicesrv/commonservices/commonengine/group,sf/mw/web/web_plat/browser_platform_api/group,sf/tools/homescreentools/dtdinstaller/group"/>
+    <property name="sf.spec.bldmefirst.s60.exports" value="${sf.spec.bldmefirst.s60.config.root}/${sf.spec.bldmefirst.s60.variant}/group,${sf.spec.bldmefirst.s60.config.root}/group"/>
     
     <!-- To sync the tools instead of building them, change sf.spec.sbs.tools.config to tools2_rel.whatlog  -->
     <!-- check that sf.spec.baseline.getenv_options includes 'tools'                                        -->
@@ -78,7 +78,6 @@
     <property name="sf.spec.test.sendpkg.enable" value="false"/>
     <property name="sf.spec.bccheck.enable"      value="false"/>
     <!-- Slight hack to override these targets in the platform/common scripts -->
-    <target name="sf-platform-bootstrap-s60"/>
     <target name="sf-build-smoketestpkg"/>
 
 </project>