mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00

- Create a branch to do a proper merge of USB work from a trunk base instead of from cmake-bringup - In the future, DO NOT under any circumstances branch another branch. This leads to merge problems! svn path=/branches/usb-bringup-trunk/; revision=55018
31 lines
889 B
Ruby
31 lines
889 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
|
<module name="usbdrv" type="kernelmodedriver" installbase="system32/drivers" installname="usbdrv.sys">
|
|
<bootstrap installbase="$(CDOUTPUT)/system32/drivers" />
|
|
<define name="INCLUDE_EHCI" />
|
|
<define name="_MULTI_UHCI" />
|
|
<define name="_MULTI_EHCI" />
|
|
<define name="_X86" />
|
|
<include base="usbdrv">.</include>
|
|
<library>ntoskrnl</library>
|
|
<library>hal</library>
|
|
<file>ehci.c</file>
|
|
<file>ohci.c</file>
|
|
<file>uhci.c</file>
|
|
<file>roothub.c</file>
|
|
<file>hub.c</file>
|
|
<file>td.c</file>
|
|
<file>usb.c</file>
|
|
<file>umss.c</file>
|
|
<file>bulkonly.c</file>
|
|
<file>cbi.c</file>
|
|
<file>devmgr.c</file>
|
|
<file>dmgrdisp.c</file>
|
|
<file>compdrv.c</file>
|
|
<file>etd.c</file>
|
|
<file>gendrv.c</file>
|
|
<file>mouse.c</file>
|
|
<file>keyboard.c</file>
|
|
<file>usbdriver.rc</file>
|
|
<pch>usbdriver.h</pch>
|
|
</module>
|