mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 16:20:37 +00:00
5eb25b5c24
svn path=/branches/audio-bringup/; revision=49478
13 lines
437 B
Ruby
13 lines
437 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<module name="isapnp" type="kernelmodedriver" installbase="system32/drivers" installname="isapnp.sys">
|
|
<bootstrap installbase="$(CDOUTPUT)"/>
|
|
<include base="isapnp">.</include>
|
|
<library>ntoskrnl</library>
|
|
<library>hal</library>
|
|
<file>isapnp.c</file>
|
|
<file>pdo.c</file>
|
|
<file>fdo.c</file>
|
|
<file>hardware.c</file>
|
|
<file>isapnp.rc</file>
|
|
</module>
|