Sync up to trunk head.
[reactos.git] / hal / halx86 / halamd64.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <group xmlns:xi="http://www.w3.org/2001/XInclude">
4 <module name="hal" type="kernelmodedll" entrypoint="HalInitSystem" installbase="system32" installname="hal.dll">
5 <importlibrary base="hal" definition="../hal.pspec" />
6 <bootstrap installbase="$(CDOUTPUT)" nameoncd="hal.dll" />
7 <include base="hal">include</include>
8 <include base="ntoskrnl">include</include>
9 <!-- include base="x86emu">.</include -->
10 <define name="_DISABLE_TIDENTS" />
11 <define name="_NTHAL_" />
12 <define name="_X86BIOS_" />
13 <library>hal_generic</library>
14 <library>hal_generic_acpi</library>
15 <library>ntoskrnl</library>
16 <!-- library>x86emu</library -->
17
18 <directory name="generic">
19 <file>spinlock.c</file>
20 </directory>
21
22 <directory name="up">
23 <file>processor.c</file>
24 </directory>
25
26 <!-- directory name="mp">
27 <file>halinit_mp.c</file>
28 <file>processor_mp.c</file>
29 <file>halmp.rc</file>
30 <directory name="amd64">
31 <file>mps.S</file>
32 </directory>
33 </directory -->
34 </module>
35 </group>
36