Merge aicom-network-branch (without NDIS changes for now)
[reactos.git] / reactos / hal / halx86 / hal_generic.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
3 <group>
4 <module name="hal_generic" type="objectlibrary">
5 <include>include</include>
6 <include base="ntoskrnl">include</include>
7 <define name="_NTHAL_" />
8 <directory name="generic">
9 <directory name="bus">
10 <file>bushndlr.c</file>
11 <file>isabus.c</file>
12 <file>halbus.c</file>
13 <file>pcidata.c</file>
14 <file>sysbus.c</file>
15 </directory>
16 <file>beep.c</file>
17 <file>bios.c</file>
18 <file>cmos.c</file>
19 <file>dma.c</file>
20 <file>drive.c</file>
21 <file>display.c</file>
22 <file>halinit.c</file>
23 <file>misc.c</file>
24 <file>portio.c</file>
25 <file>profil.c</file>
26 <file>reboot.c</file>
27 <file>sysinfo.c</file>
28 <file>systimer.S</file>
29 <file>timer.c</file>
30 <file>usage.c</file>
31 <file>v86.s</file>
32 </directory>
33 <directory name="include">
34 <pch>hal.h</pch>
35 </directory>
36 </module>
37 </group>