buildframework/helium/config/helium_distribution_test.cfg.xml
author Ross Qin <ross.qin@nokia.com>
Tue, 30 Nov 2010 13:59:58 +0800
changeset 712 df89378e9223
parent 217 0f5e3a7fb6af
permissions -rw-r--r--
Fix these errors: Some cases of PREQ1230 fail because of buildrom issue rombuild crashs when create ext-romimage readimage crashes on reading wk42 vasco_ui core image vc2008 compiling issues

<?xml version="1.0" encoding="UTF-8"?>
<!-- 
============================================================================ 
Name        : helium_distribution_test.cfg.xml 
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:

============================================================================
-->
<build>
    <config name="helium_subcon">
        <set name="root.dir" value="${helium.dir}/.."/>
        <set name="archive.tool" value="7za"/>
        <set name="archives.dir" value="${helium.subcon.build.location}"/>
        <set name="temp.build.dir" value="${env.TEMP}"/>
        <set name="name" value="helium_${helium.version}_subcon"/>
        <set name="include" value="helium/**/*"/>
        <set name="exclude" value="helium/**/.svn,helium/build/**/*,helium/**/*.pyc,helium/**/*.pyo,helium/**/distribution.policy.s60,helium/**/hlm_debug.log,helium/tools/common/python/**/*.class"/>
        <set name="distribution.policy.s60" value="7"/>
        <set name="ignore.missing.policyfiles" value="true"/>

        <!-- Keeping the distribution policy files for Mercurial delivery. -->
        <config name="helium_sf_hg">
            <set name="name" value="helium_${helium.version}_sf_hg"/>
            <set name="exclude" value="helium/**/.svn,helium/build/**/*,helium/**/*.pyc,helium/**/*.pyo,**/.classpath,**/.project,helium/**/distribution.policy.s60"/>
        </config>
        <!-- 
             PDT inherits the subcon and remove the docs
             generated doc will be added to the package later.
          -->
        <config name="helium_sf_pdt">
            <set name="name" value="helium_${helium.version}_sf_pdt"/>
            <append name="exclude" value="**/.classpath,**/.project,helium/**/distribution.policy.s60,helium/doc/**"/>                    
        </config>

        <config name="winimage">
            <set name="name" value="helium_${helium.version}_subcon_winimage"/>
            <set name="distribution.policy.s60" value="311"/>
        </config>
    </config>
</build>