Big move of driver input stack to a Plug-and-Play model:
[reactos.git] / reactos / drivers / input / kbdclass / kbdclass.xml
index b0c8348..9c66104 100644 (file)
@@ -1,9 +1,9 @@
 <module name="kbdclass" type="kernelmodedriver" installbase="system32/drivers" installname="kbdclass.sys">
        <bootstrap base="reactos" />
-       <include base="kbdclass">.</include>
        <define name="__USE_W32API" />
        <library>ntoskrnl</library>
        <library>hal</library>
        <file>kbdclass.c</file>
+       <file>misc.c</file>
        <file>kbdclass.rc</file>
 </module>