ab6656832b2ba2282484bb29592ac759c5e97a57
[reactos.git] / reactos / hal / halx86 / xbox / halxbox.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="halxbox" type="kernelmodedll" entrypoint="0" allowwarnings="true">
4 <importlibrary definition="../../hal/hal.def" />
5 <include base="hal_generic">../include</include>
6 <include base="halxbox">.</include>
7 <include base="ntoskrnl">include</include>
8 <define name="_DISABLE_TIDENTS" />
9 <define name="UP" />
10 <define name="_NTHAL_" />
11 <define name="__USE_W32API" />
12 <library>hal_generic</library>
13 <library>hal_generic_up</library>
14 <library>ntoskrnl</library>
15 <file>display_xbox.c</file>
16 <file>font.c</file>
17 <file>halinit_xbox.c</file>
18 <file>part_xbox.c</file>
19 <file>pci_xbox.c</file>
20 <file>halxbox.rc</file>
21 <pch>halxbox.h</pch>
22 </module>