mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Added usbuhci to xml file.
svn path=/trunk/; revision=15639
This commit is contained in:
parent
397ca71b9f
commit
ad652aad95
1 changed files with 9 additions and 0 deletions
9
reactos/drivers/usb/miniport/usbuhci/usbuhci.xml
Normal file
9
reactos/drivers/usb/miniport/usbuhci/usbuhci.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<module name="usbuhci" type="kernelmodedriver" installbase="system32/drivers" installname="usbuhci.sys">
|
||||
<define name="__USE_W32API" />
|
||||
<include base="ntoskrnl">include</include>
|
||||
<library>ntoskrnl</library>
|
||||
<library>hal</library>
|
||||
<library>usbport</library>
|
||||
<file>usbuhci.c</file>
|
||||
<file>usbuhci.rc</file>
|
||||
</module>
|
Loading…
Reference in a new issue