[HAL]: Use Bus Handler support for HalFindBusAddressTranslation. Implement HalpContex...
[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="_NTHALDLL_" />
8 <define name="_NTHAL_" />
9 <directory name="generic">
10 <file>beep.c</file>
11 <file>cmos.c</file>
12 <file>display.c</file>
13 <file>dma.c</file>
14 <file>drive.c</file>
15 <file>memory.c</file>
16 <file>misc.c</file>
17 <file>profil.c</file>
18 <file>reboot.c</file>
19 <file>sysinfo.c</file>
20 <file>timer.c</file>
21 <file>usage.c</file>
22 <if property="ARCH" value="i386">
23 <file>bios.c</file>
24 <file>halinit.c</file>
25 <directory name="i386">
26 <file>portio.c</file>
27 <file>systimer.S</file>
28 <file>trap.S</file>
29 </directory>
30 </if>
31 </directory>
32 <directory name="include">
33 <pch>hal.h</pch>
34 </directory>
35 </module>
36 </group>