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