[HAL]
[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>profil.c</file>
25 <file>reboot.c</file>
26 <file>sysinfo.c</file>
27 <file>timer.c</file>
28 <file>usage.c</file>
29 <if property="ARCH" value="i386">
30 <directory name="i386">
31 <file>portio.c</file>
32 <file>systimer.S</file>
33 <file>v86.s</file>
34 </directory>
35 </if>
36 </directory>
37 <directory name="include">
38 <pch>hal.h</pch>
39 </directory>
40 </module>
41 </group>