Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / openbios / forth / admin / build.xml
1 <build>
2
3  <!--
4   build description for forth administrative command group
5  
6   Copyright (C) 2003-2005 by Stefan Reinauer
7   See the file "COPYING" for further information about
8   the copyright and warranty status of this work.
9   -->
10
11  <dictionary name="openbios" target="forth">
12   <object source="devices.fs"/>
13   <object source="nvram.fs"/>
14   <object source="callback.fs"/>
15   <object source="help.fs"/>
16   <object source="iocontrol.fs"/>
17   <object source="banner.fs"/>
18   <object source="reset.fs"/>
19   <object source="script.fs"/>
20   <object source="security.fs"/>
21   <object source="selftest.fs"/>
22   <object source="userboot.fs"/>
23  </dictionary>
24
25 </build>