reactos/drivers/usb/usbehci/usbehci.rbuild
Jérôme Gardou 4553986560 Sync with trunk (r48008)
Bets are open : will this break anything?

svn path=/branches/reactos-yarotows/; revision=48024
2010-07-13 17:46:03 +00:00

16 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>