Hopefully create a branch and not destroy the svn repository.
[reactos.git] / hal / halx86 / hal.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
3 <group xmlns:xi="http://www.w3.org/2001/XInclude">
4 <module name="hal" type="kernelmodedll" entrypoint="HalInitSystem@8" installbase="system32" installname="hal.dll">
5 <importlibrary base="hal" definition="../hal.pspec" />
6 <bootstrap installbase="$(CDOUTPUT)" />
7 <include>include</include>
8 <include base="ntoskrnl">include</include>
9 <define name="_NTHAL_" />
10 <library>hal_generic</library>
11 <library>hal_generic_up</library>
12 <library>ntoskrnl</library>
13 <directory name="up">
14 <file>halinit_up.c</file>
15 <file>halup.rc</file>
16 </directory>
17 </module>
18 </group>