reactos/hal/halx86/hal_mini.rbuild
Cameron Gutman c2d0d784c7 [USB-BRINGUP-TRUNK]
- Create a branch to do a proper merge of USB work from a trunk base instead of from cmake-bringup
- In the future, DO NOT under any circumstances branch another branch. This leads to merge problems!

svn path=/branches/usb-bringup-trunk/; revision=55018
2012-01-20 20:58:46 +00:00

45 lines
1.1 KiB
Ruby

<?xml version="1.0"?>
<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
<group>
<module name="mini_hal" type="objectlibrary" crt="static">
<include>include</include>
<include base="ntoskrnl">include</include>
<define name="_NTHALDLL_" />
<define name="_NTHAL_" />
<define name="_BLDR_" />
<define name="_MINIHAL_" />
<directory name="generic">
<file>beep.c</file>
<file>bios.c</file>
<file>cmos.c</file>
<file>dma.c</file>
<file>display.c</file>
<file>drive.c</file>
<file>misc.c</file>
<file>profil.c</file>
<file>reboot.c</file>
<file>spinlock.c</file>
<file>sysinfo.c</file>
<file>timer.c</file>
<file>usage.c</file>
<file>portio.c</file>
<file>systimer.S</file>
</directory>
<directory name="legacy">
<directory name="bus">
<file>bushndlr.c</file>
<file>cmosbus.c</file>
<file>isabus.c</file>
<file>pcibus.c</file>
<file>sysbus.c</file>
</directory>
<file>bussupp.c</file>
</directory>
<directory name="up">
<file>halinit_mini.c</file>
<file>pic.c</file>
<file>processor.c</file>
</directory>
</module>
</group>