1446251f6ec5ec5a535e909eb226a7d91ecccce8
[reactos.git] / reactos / drivers / base / null / null.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="null" type="kernelmodedriver" installbase="system32/drivers" installname="null.sys">
4 <include base="null">.</include>
5 <define name="__USE_W32API" />
6 <library>pseh</library>
7 <library>ntoskrnl</library>
8 <library>hal</library>
9 <file>null.c</file>
10 <file>null.rc</file>
11 </module>