mirror of
https://github.com/reactos/reactos.git
synced 2025-06-22 18:40:16 +00:00
11 lines
421 B
Ruby
11 lines
421 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
|
<module name="atapi" type="kernelmodedriver" installbase="system32/drivers" installname="atapi.sys" allowwarnings="true">
|
|
<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>
|