Fix build, by correcting include paths and updating xml files of USB components
[reactos.git] / reactos / drivers / usb / miniport / usbuhci / usbuhci.xml
index 21f857c..15c3f14 100644 (file)
@@ -1,12 +1,12 @@
-<module name="uhci" type="kernelmodedriver" installbase="system32/drivers" installname="usbuhci.sys" warnings="true">
+<module name="usbuhci" type="kernelmodedriver" installbase="system32/drivers" warnings="true">
        <define name="__USE_W32API" />
        <define name="DEBUG_MODE" />
-       <include base="ntoskrnl">include</include>
        <include>../linux</include>
+       <include base="usbport"></include>
        <library>sys_base</library>
        <library>ntoskrnl</library>
        <library>hal</library>
-       <library>usbcore</library>
+       <library>usbport</library>
        <file>cleanup.c</file>
        <file>close.c</file>
        <file>create.c</file>