buildframework/helium/tests/minibuilds/compile/build.sbsinput.ant.xml
changeset 179 d8ac696cc51f
child 217 0f5e3a7fb6af
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/buildframework/helium/tests/minibuilds/compile/build.sbsinput.ant.xml	Wed Dec 23 19:29:07 2009 +0200
@@ -0,0 +1,58 @@
+<?xml version="1.0"?>
+<!-- 
+============================================================================ 
+Name        : 
+Part of     : Helium 
+
+Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+All rights reserved.
+This component and the accompanying materials are made available
+under the terms of the License "Eclipse Public License v1.0"
+which accompanies this distribution, and is available
+at the URL "http://www.eclipse.org/legal/epl-v10.html".
+
+Initial Contributors:
+Nokia Corporation - initial contribution.
+
+Contributors:
+
+Description:
+
+============================================================================
+-->
+<project name="ido_sbs_input" xmlns:au="org.apache.ant.antunit" xmlns:hlm="http://www.nokia.com/helium">
+    <description>
+        ido sbs input
+    </description>
+
+    <import file="common.sbsinput.ant.xml" />
+    <patternset id="helium_minibuild_compile_layers" >
+        <include name="clock_layer" />
+    </patternset>
+
+    <hlm:sbsinput id="helium_minibuild_compile_input_tools">
+        <sbsInput refid="tools-${build.system}" />
+        <sbsOptions>
+            <arg name="--logfile" value="${compile.log.dir}/${build.id}_tools_helium_minibuild_compile.log" />
+            <arg name="--makefile" value="${compile.log.dir}/${build.id}_tools_helium_minibuild_compile" />
+        </sbsOptions>
+    </hlm:sbsinput>
+        
+    <hlm:sbsinput id="helium_minibuild_compile_input_armv5">
+        <sbsInput refid="armv5-${build.system}" />
+        <sbsOptions>
+            <arg name="--logfile" value="${compile.log.dir}/${build.id}_armv5_helium_minibuild_compile.log" />
+            <arg name="--makefile" value="${compile.log.dir}/${build.id}_armv5_helium_minibuild_compile" />
+        </sbsOptions>
+    </hlm:sbsinput>
+
+    <hlm:sbsinput id="helium_minibuild_compile_input">
+        <sbsInput refid="helium_minibuild_compile_input_tools" />
+        <sbsInput refid="helium_minibuild_compile_input_armv5" />
+    </hlm:sbsinput>
+    
+    <hlm:sbsbuild id="helium_minibuild_compile">
+        <sbsInput refid="helium_minibuild_compile_input" />
+    </hlm:sbsbuild> 
+    
+</project>
\ No newline at end of file