videofeeds/vccommon/conf/System_Definition.xml
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 18 Jan 2010 20:21:12 +0200
changeset 0 96612d01cf9f
permissions -rw-r--r--
Revision: 201001 Kit: 201003

<SystemDefinition name="IpVideo" schema="1.48">

 <systemModel>
   <layer name="IpVideo layer">
     <module name="IpVideo module">
       <unit unitID="IpVideo" name="IpVideo" bldFile="IpVideo\group" mrp=""/>
     </module>
   </layer>
 </systemModel>

 <build>
   <option name="KEEPGOING" abldOption="-keepgoing" description="Causes make to keepgoing on errors" enable="Y"/>
   <option name="SAVESPACE" abldOption="-savespace" description="Causes the removal of intermediate files" enable="Y"/>
   <target name="ARMV5" abldTarget="armv5" description="RVCT Compiler"/>

   <targetList name="default" description="Main Targets" target="ARMV5"/>

   <unitList name="IpVideo_list" description="">
     <unitRef unit="IpVideo"/>
   </unitList>

   <configuration name="IpVideo_config" description="Build IpVideo" filter="">
       
     <unitListRef unitList="IpVideo_list"/>

     <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
     <task><buildLayer command="abld export" unitParallel="Y"/></task>
     <task><buildLayer command="abld makefile" targetList="default" unitParallel="Y" targetParallel="N"/></task>
     <task><buildLayer command="abld resource" targetList="default" unitParallel="N" targetParallel="N"/></task>
     <task><buildLayer command="abld library" targetList="default" unitParallel="N" targetParallel="N"/></task>
     <task><buildLayer command="abld target" targetList="default" unitParallel="Y" targetParallel="Y"/></task>
     <task><buildLayer command="abld final" targetList="default" unitParallel="N" targetParallel="N"/></task>
     <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
     <task><buildLayer command="abld -what target" targetList="default" unitParallel="Y" targetParallel="Y"/></task>
     <task><buildLayer command="abld help" unitParallel="Y"/></task>
     <task><buildLayer command="abld -check build" targetList="default" unitParallel="Y" targetParallel="Y"/></task>
   </configuration>

 </build>
</SystemDefinition>