mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 05:00:27 +00:00
Add Usbport to new build system.
svn path=/trunk/; revision=15622
This commit is contained in:
parent
b39c62c8bb
commit
3c412fecf4
1 changed files with 8 additions and 0 deletions
8
reactos/drivers/usb/usbport/usbport.xml
Normal file
8
reactos/drivers/usb/usbport/usbport.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<module name="usbport" type="kernelmodedriver" installbase="system32/drivers" installname="usbport.sys">
|
||||
<define name="__USE_W32API" />
|
||||
<include base="ntoskrnl">include</include>
|
||||
<library>ntoskrnl</library>
|
||||
<library>hal</library>
|
||||
<file>usbport.c</file>
|
||||
<file>usbport.rc</file>
|
||||
</module>
|
Loading…
Reference in a new issue