[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 <define name="_X86BIOS_" />
9 <directory name="generic">
10 <directory name="bus">
11 <file>bushndlr.c</file>
12 <file>isabus.c</file>
13 <file>halbus.c</file>
14 <file>pcibus.c</file>
15 <file>pcidata.c</file>
16 <file>sysbus.c</file>
17 </directory>
18 <file>beep.c</file>
19 <file>cmos.c</file>
20 <file>dma.c</file>
21 <file>drive.c</file>
22 <file>display.c</file>
23 <file>profil.c</file>
24 <file>reboot.c</file>
25 <file>sysinfo.c</file>
26 <file>timer.c</file>
27 <file>x86bios.c</file>
28 <if property="ARCH" value="i386">
29 <file>bios.c</file>
30 <file>halinit.c</file>
31 <file>misc.c</file>
32 <file>usage.c</file>
33 <directory name="i386">
34 <file>portio.c</file>
35 <file>systimer.S</file>
36 <file>v86.s</file>
37 </directory>
38 </if>
39 <if property="ARCH" value="amd64">
40 <directory name="amd64">
41 <file>irq.s</file>
42 <file>systimer.S</file>
43 </directory>
44 </if>
45 </directory>
46 <if property="ARCH" value="amd64">
47 <directory name="mp">
48 <file>apic.c</file>
49 </directory>
50 </if>
51 <directory name="include">
52 <pch>hal.h</pch>
53 </directory>
54 </module>
55 </group>