mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
5eb25b5c24
svn path=/branches/audio-bringup/; revision=49478
15 lines
451 B
Ruby
15 lines
451 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<module name="usbehci" type="kernelmodedriver" installbase="system32/drivers" installname="usbehci.sys">
|
|
<library>ntoskrnl</library>
|
|
<library>hal</library>
|
|
<file>usbehci.c</file>
|
|
<file>fdo.c</file>
|
|
<file>pdo.c</file>
|
|
<file>common.c</file>
|
|
<file>misc.c</file>
|
|
<file>irp.c</file>
|
|
<file>usbiffn.c</file>
|
|
<file>urbreq.c</file>
|
|
<file>usbehci.rc</file>
|
|
</module>
|