08f72745185aee546e1e2f4e2c2dcd99bf26e88d
[reactos.git] / reactos / hal / halamd64 / up / halup.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="halup" type="kernelmodedll" installbase="system32" installname="hal.dll">
4 <importlibrary base="hal" definition="hal_amd64.def" />
5 <bootstrap installbase="$(CDOUTPUT)" nameoncd="hal.dll" />
6 <include base="halup">../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>