2007-09-14 17:07:53 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
2005-09-08 21:32:53 +00:00
|
|
|
<module name="usbhub" type="kernelmodedriver" installbase="system32/drivers" installname="usbhub.sys">
|
2005-09-08 20:53:17 +00:00
|
|
|
<include>../miniport/linux</include>
|
2005-06-13 20:41:59 +00:00
|
|
|
<library>sys_base</library>
|
|
|
|
<library>ntoskrnl</library>
|
|
|
|
<library>hal</library>
|
2005-09-08 20:53:17 +00:00
|
|
|
<library>usbport</library>
|
2005-06-13 20:41:59 +00:00
|
|
|
<file>createclose.c</file>
|
|
|
|
<file>fdo.c</file>
|
|
|
|
<file>misc.c</file>
|
|
|
|
<file>pdo.c</file>
|
|
|
|
<file>usbhub.c</file>
|
|
|
|
<file>usbhub.rc</file>
|
|
|
|
</module>
|