foundation_system/sf_config/sbs/s60_sbs_config.xml
author William Roberts <williamr@symbian.org>
Tue, 21 Sep 2010 13:18:44 +0100
changeset 132 2ec24d1f3bc0
parent 105 1544b5984174
child 136 bf9db79ce352
permissions -rw-r--r--
Change the meaning of "armv5", so that Symbian^4 builds use RVCT 4.0 by default

<?xml version="1.0" encoding="ISO-8859-1"?>

<build xmlns="http://symbian.com/xml/build"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://symbian.com/xml/build build/2_0.xsd">

	<!-- End-user overrides for existing build configurations for SBSv2 (aka Raptor).-->

	<!-- binding of FLM interfaces to certain build/makefile phase to ensure proper order of execution during build -->
	<var name="make_changes">
		<set name="bitmap.selector.iface" value="\.(bitmap|extension|mifconv|akniconinterfaces|removegtfiles|skingenerator|cryptoprep|builder|help_files|version_update)$"/>
		<set name="resource.selector.iface" value="\.(resource|extension|mif2cdlindex|nativejava|genericcopy)$"/>
		<set name="default.selector.iface" value="\.(?!export$|bitmap$|resource$|mifconv$|mif2cdlindex$|nativejava$|akniconinterfaces$|removegtfiles$|genericcopy$|skingenerator$|cryptoprep$|builder$|help_files$|version_update$).*$"/>
		<!-- 4.5 min -->
		<set name='TALON_TIMEOUT' value='900000'/> 
	</var>

	<!-- emake -->
	<alias name="emake" meaning="emake_engine.make_changes"/>  

	<!-- gnu make -->
	<alias name="make" meaning="make_engine.make_changes"/>

	<var name="permissive">
		<append name="CC_ERRORS_CONTROL_OPTION" value="-fpermissive"/>
	</var>

	<!-- Use RVCT 4.0 as the default compiler for ARMV5 -->
	<alias name="armv5_urel" meaning="arm.v5.urel.rvct4_0"/>
	<alias name="armv5_udeb" meaning="arm.v5.udeb.rvct4_0"/>
	<group name="armv5">
		<aliasRef ref="armv5_urel"/>
		<aliasRef ref="armv5_udeb"/>
	</group>

</build>