buildframework/helium/tools/compile/sbs/sbs.settings.ant.xml
changeset 179 d8ac696cc51f
parent 1 be27ed110b50
child 180 e02a83d4c571
child 592 3215c239276a
equal deleted inserted replaced
1:be27ed110b50 179:d8ac696cc51f
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <!-- 
       
     3 ============================================================================ 
       
     4 Name        : sbs.ant.xml 
       
     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="compile.sbs.settings" xmlns:hlm="http://www.nokia.com/helium">
       
    24     <description>
       
    25         sbs default settings input.
       
    26     </description>
       
    27 
       
    28     <if>
       
    29         <not>
       
    30             <isset property="sbs.config"/>
       
    31         </not>
       
    32         <then>
       
    33             <property name="sbs.config" value="armv5" />
       
    34             <property name="sbs.tools.config" value="tools_rel" />
       
    35         </then>
       
    36     </if>
       
    37 
       
    38     <hlm:argSet id="sbs.default.var">
       
    39         <hlm:arg name="config" value="${sbs.config}" />
       
    40         <hlm:arg name="enable-filter" value="true" />
       
    41     </hlm:argSet>
       
    42 
       
    43     <hlm:argSet id="sbs.clean.default.var">
       
    44         <hlm:arg name="config" value="${sbs.config}" />
       
    45         <hlm:arg name="command" value="REALLYCLEAN" />
       
    46         <hlm:arg name="enable-filter" value="true" />
       
    47     </hlm:argSet>
       
    48 
       
    49     <hlm:sbsMakeOptions engine="emake" id="sbs-ec.make.options.default">
       
    50         <hlm:makeOption name="--emake-emulation" value="gmake" />
       
    51         <hlm:makeOption name="--emake-annodetail" value="basic,history,waiting" />
       
    52         <hlm:makeOption name="--emake-class" value="${ec.build.class}"/>
       
    53     </hlm:sbsMakeOptions>
       
    54 
       
    55     <hlm:argSet id="sbs.implicit.tools.var">
       
    56         <hlm:arg name="config" value="${sbs.tools.config}" />
       
    57         <hlm:arg name="enable-filter" value="true" />
       
    58     </hlm:argSet>
       
    59 
       
    60     <hlm:sbsMakeOptions engine="gmake" id="sbs.make.options.default"/>
       
    61 </project>