sync with trunk r47227
[reactos.git] / drivers / storage / ide / atapi / atapi.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
3 <module name="atapi" type="kernelmodedriver" installbase="system32/drivers" installname="atapi.sys">
4 <bootstrap installbase="$(CDOUTPUT)" />
5 <include base="atapi">.</include>
6 <library>scsiport</library>
7 <file>atapi.c</file>
8 <file>atapi.rc</file>
9 </module>