mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 22:00:55 +00:00
b6edb50eb1
svn path=/branches/reactos-yarotows/; revision=46494
13 lines
482 B
Ruby
13 lines
482 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<module name="scsiport" type="kernelmodedriver" installbase="system32/drivers" installname="scsiport.sys">
|
|
<bootstrap installbase="$(CDOUTPUT)" />
|
|
<define name="_SCSIPORT_" />
|
|
<importlibrary definition="scsiport.pspec" />
|
|
<include base="scsiport">.</include>
|
|
<library>ntoskrnl</library>
|
|
<library>hal</library>
|
|
<file>scsiport.c</file>
|
|
<file>stubs.c</file>
|
|
<file>scsiport.rc</file>
|
|
</module>
|