72382c9dfb20ea059ef56a51ab3a8ba2315256a9
[reactos.git] / reactos / drivers / storage / floppy / floppy.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="floppy" type="kernelmodedriver" installbase="system32/drivers" installname="floppy.sys">
4 <bootstrap installbase="$(CDOUTPUT)" />
5 <define name="__USE_W32API" />
6 <include base="floppy">.</include>
7 <library>ntoskrnl</library>
8 <library>hal</library>
9 <library>csq</library>
10 <file>csqrtns.c</file>
11 <file>floppy.c</file>
12 <file>hardware.c</file>
13 <file>ioctl.c</file>
14 <file>readwrite.c</file>
15 <file>floppy.rc</file>
16 </module>