mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
Added usbohci to xml file.
svn path=/trunk/; revision=15638
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<module name="usbohci" type="kernelmodedriver" installbase="system32/drivers" installname="usbohci.sys">
|
||||
<define name="__USE_W32API" />
|
||||
<include base="ntoskrnl">include</include>
|
||||
<library>ntoskrnl</library>
|
||||
<library>hal</library>
|
||||
<library>usbport</library>
|
||||
<file>usbohci.c</file>
|
||||
<file>usbohci.rc</file>
|
||||
</module>
|
||||
Reference in New Issue
Block a user