baaee10e09631330b03142b6a26c69f87b705435
[reactos.git] / reactos / hal / halamd64 / up / halup.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="hal" type="kernelmodedll" installbase="system32" installname="hal.dll">
4 <importlibrary base="hal" definition="../../hal.pspec" />
5 <bootstrap installbase="$(CDOUTPUT)" nameoncd="hal.dll" />
6 <include base="hal">../include</include>
7 <include base="ntoskrnl">include</include>
8 <define name="_DISABLE_TIDENTS" />
9 <define name="_NTHAL_" />
10 <library>hal_generic_amd64</library>
11 <library>hal_generic</library>
12 <library>ntoskrnl</library>
13 <file>halinit_up.c</file>
14 <file>halup.rc</file>
15 <file>processor.c</file>
16 </module>