179
|
1 |
<?xml version="1.0"?>
|
|
2 |
<!--
|
|
3 |
============================================================================
|
|
4 |
Name :
|
|
5 |
Part of : Helium
|
|
6 |
|
|
7 |
Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
8 |
All rights reserved.
|
|
9 |
This component and the accompanying materials are made available
|
|
10 |
under the terms of the License "Eclipse Public License v1.0"
|
|
11 |
which accompanies this distribution, and is available
|
|
12 |
at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
13 |
|
|
14 |
Initial Contributors:
|
|
15 |
Nokia Corporation - initial contribution.
|
|
16 |
|
|
17 |
Contributors:
|
|
18 |
|
|
19 |
Description:
|
|
20 |
|
|
21 |
============================================================================
|
|
22 |
-->
|
|
23 |
<project name="ido_sbs_input" xmlns:au="org.apache.ant.antunit" xmlns:hlm="http://www.nokia.com/helium">
|
|
24 |
<description>
|
|
25 |
ido sbs input
|
|
26 |
</description>
|
|
27 |
|
|
28 |
<import file="common.sbsinput.ant.xml" />
|
|
29 |
<patternset id="helium_minibuild_compile_layers" >
|
|
30 |
<include name="clock_layer" />
|
|
31 |
</patternset>
|
|
32 |
|
|
33 |
<hlm:sbsinput id="helium_minibuild_compile_input_tools">
|
|
34 |
<sbsInput refid="tools-${build.system}" />
|
|
35 |
<sbsOptions>
|
|
36 |
<arg name="--logfile" value="${compile.log.dir}/${build.id}_tools_helium_minibuild_compile.log" />
|
|
37 |
<arg name="--makefile" value="${compile.log.dir}/${build.id}_tools_helium_minibuild_compile" />
|
|
38 |
</sbsOptions>
|
|
39 |
</hlm:sbsinput>
|
|
40 |
|
|
41 |
<hlm:sbsinput id="helium_minibuild_compile_input_armv5">
|
|
42 |
<sbsInput refid="armv5-${build.system}" />
|
|
43 |
<sbsOptions>
|
|
44 |
<arg name="--logfile" value="${compile.log.dir}/${build.id}_armv5_helium_minibuild_compile.log" />
|
|
45 |
<arg name="--makefile" value="${compile.log.dir}/${build.id}_armv5_helium_minibuild_compile" />
|
|
46 |
</sbsOptions>
|
|
47 |
</hlm:sbsinput>
|
|
48 |
|
|
49 |
<hlm:sbsinput id="helium_minibuild_compile_input">
|
|
50 |
<sbsInput refid="helium_minibuild_compile_input_tools" />
|
|
51 |
<sbsInput refid="helium_minibuild_compile_input_armv5" />
|
|
52 |
</hlm:sbsinput>
|
|
53 |
|
217
|
54 |
<hlm:sbsbuild id="sbs.helium_minibuild_compile">
|
179
|
55 |
<sbsInput refid="helium_minibuild_compile_input" />
|
|
56 |
</hlm:sbsbuild>
|
|
57 |
|
|
58 |
</project> |