Build input device drivers Modified: branches/xmlbuildsystem/reactos/drivers/directory.xml Added: branches/xmlbuildsystem/reactos/drivers/input/directory.xml Added: branches/xmlbuildsystem/reactos/drivers/input/keyboard/keyboard.xml Added: branches/xmlbuildsystem/reactos/drivers/input/mouclass/mouclass.xml Added: branches/xmlbuildsystem/reactos/drivers/input/psaux/psaux.xml Added: branches/xmlbuildsystem/reactos/drivers/input/sermouse/sermouse.xml _____
Modified: branches/xmlbuildsystem/reactos/drivers/directory.xml --- branches/xmlbuildsystem/reactos/drivers/directory.xml 2005-01-16 18:30:40 UTC (rev 13084) +++ branches/xmlbuildsystem/reactos/drivers/directory.xml 2005-01-16 18:39:32 UTC (rev 13085) @@ -7,6 +7,9 @@
<directory name="fs"> <xi:include href="fs/directory.xml" /> </directory> +<directory name="input"> + <xi:include href="input/directory.xml" /> +</directory> <directory name="lib"> <xi:include href="lib/directory.xml" /> </directory> _____
Added: branches/xmlbuildsystem/reactos/drivers/input/directory.xml --- branches/xmlbuildsystem/reactos/drivers/input/directory.xml 2005-01-16 18:30:40 UTC (rev 13084) +++ branches/xmlbuildsystem/reactos/drivers/input/directory.xml 2005-01-16 18:39:32 UTC (rev 13085) @@ -0,0 +1,12 @@
+<directory name="keyboard"> + <xi:include href="keyboard/keyboard.xml" /> +</directory> +<directory name="mouclass"> + <xi:include href="mouclass/mouclass.xml" /> +</directory> +<directory name="psaux"> + <xi:include href="psaux/psaux.xml" /> +</directory> +<directory name="sermouse"> + <xi:include href="sermouse/sermouse.xml" /> +</directory> _____
Added: branches/xmlbuildsystem/reactos/drivers/input/keyboard/keyboard.xml --- branches/xmlbuildsystem/reactos/drivers/input/keyboard/keyboard.xml 2005-01-16 18:30:40 UTC (rev 13084) +++ branches/xmlbuildsystem/reactos/drivers/input/keyboard/keyboard.xml 2005-01-16 18:39:32 UTC (rev 13085) @@ -0,0 +1,7 @@
+<module name="keyboard" type="kernelmodedriver"> + <include base="keyboard">.</include> + <library>ntoskrnl</library> + <library>hal</library> + <file>keyboard.c</file> + <file>keyboard.rc</file> +</module> _____
Added: branches/xmlbuildsystem/reactos/drivers/input/mouclass/mouclass.xml --- branches/xmlbuildsystem/reactos/drivers/input/mouclass/mouclass.xml 2005-01-16 18:30:40 UTC (rev 13084) +++ branches/xmlbuildsystem/reactos/drivers/input/mouclass/mouclass.xml 2005-01-16 18:39:32 UTC (rev 13085) @@ -0,0 +1,7 @@
+<module name="mouclass" type="kernelmodedriver"> + <include base="mouclass">.</include> + <library>ntoskrnl</library> + <library>hal</library> + <file>mouclass.c</file> + <file>mouclass.rc</file> +</module> _____
Added: branches/xmlbuildsystem/reactos/drivers/input/psaux/psaux.xml --- branches/xmlbuildsystem/reactos/drivers/input/psaux/psaux.xml 2005-01-16 18:30:40 UTC (rev 13084) +++ branches/xmlbuildsystem/reactos/drivers/input/psaux/psaux.xml 2005-01-16 18:39:32 UTC (rev 13085) @@ -0,0 +1,11 @@
+<module name="psaux" type="kernelmodedriver"> + <include base="psaux">.</include> + <library>ntoskrnl</library> + <library>hal</library> + <file>controller.c</file> + <file>logips2pp.c</file> + <file>mouse.c</file> + <file>psaux.c</file> + <file>synaptics.c</file> + <file>psaux.rc</file> +</module> _____
Added: branches/xmlbuildsystem/reactos/drivers/input/sermouse/sermouse.xml --- branches/xmlbuildsystem/reactos/drivers/input/sermouse/sermouse.xml 2005-01-16 18:30:40 UTC (rev 13084) +++ branches/xmlbuildsystem/reactos/drivers/input/sermouse/sermouse.xml 2005-01-16 18:39:32 UTC (rev 13085) @@ -0,0 +1,7 @@
+<module name="sermouse" type="kernelmodedriver"> + <include base="sermouse">.</include> + <library>ntoskrnl</library> + <library>hal</library> + <file>sermouse.c</file> + <file>sermouse.rc</file> +</module>