Hopefully create a branch and not destroy the svn repository.
[reactos.git] / hal / halx86 / halxbox.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="halxbox" type="kernelmodedll" entrypoint="HalInitSystem@8">
5 <importlibrary base="hal" definition="../hal.pspec" />
6 <include>include</include>
7 <include base="ntoskrnl">include</include>
8 <define name="_NTHAL_" />
9 <define name="SARCH_XBOX" />
10 <library>hal_generic</library>
11 <library>hal_generic_up</library>
12 <library>ntoskrnl</library>
13 <directory name="xbox">
14 <file>halinit_xbox.c</file>
15 <file>part_xbox.c</file>
16 <file>halxbox.rc</file>
17 <pch>halxbox.h</pch>
18 </directory>
19 </module>
20 </group>