mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
9ea495ba33
svn path=/branches/header-work/; revision=45691
11 lines
400 B
Ruby
11 lines
400 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
|
<module name="atapi" type="kernelmodedriver" installbase="system32/drivers" installname="atapi.sys">
|
|
<bootstrap installbase="$(CDOUTPUT)" />
|
|
<include base="atapi">.</include>
|
|
<library>ntoskrnl</library>
|
|
<library>hal</library>
|
|
<library>scsiport</library>
|
|
<file>atapi.c</file>
|
|
<file>atapi.rc</file>
|
|
</module>
|