reactos/drivers/input/kbdclass/kbdclass.rbuild
Jérôme Gardou c16ad873a6 sync with trunk (r46275)
svn path=/branches/reactos-yarotows/; revision=46279
2010-03-19 21:09:21 +00:00

12 lines
413 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="kbdclass" type="kernelmodedriver" installbase="system32/drivers" installname="kbdclass.sys">
<bootstrap installbase="$(CDOUTPUT)" />
<library>pseh</library>
<library>ntoskrnl</library>
<library>hal</library>
<file>kbdclass.c</file>
<file>misc.c</file>
<file>setup.c</file>
<file>kbdclass.rc</file>
</module>