2007-05-09 11:18:34 +00:00
|
|
|
<module name="kmtest" type="kernelmodedriver" installbase="system32/drivers" installname="kmtest.sys">
|
|
|
|
<bootstrap base="$(CDOUTPUT)" />
|
|
|
|
<include base="ReactOS">include/reactos/drivers</include>
|
|
|
|
<library>ntoskrnl</library>
|
|
|
|
<library>hal</library>
|
2009-10-11 10:00:56 +00:00
|
|
|
<library>pseh</library>
|
2007-05-09 11:18:34 +00:00
|
|
|
<file>kmtest.c</file>
|
|
|
|
<file>deviface_test.c</file>
|
2009-06-11 14:13:11 +00:00
|
|
|
<file>drvobj_test.c</file>
|
|
|
|
<file>devobj_test.c</file>
|
|
|
|
<file>reghelper.c</file>
|
2007-05-09 11:18:34 +00:00
|
|
|
<file>ntos_ex.c</file>
|
|
|
|
<file>ntos_io.c</file>
|
2010-04-27 13:06:42 +00:00
|
|
|
<file>ntos_ke.c</file>
|
2007-05-09 11:18:34 +00:00
|
|
|
<file>ntos_ob.c</file>
|
2008-06-04 09:50:19 +00:00
|
|
|
<file>ntos_pools.c</file>
|
2010-09-29 21:42:11 +00:00
|
|
|
<file>ntos_fsrtl.c</file>
|
2007-05-09 11:18:34 +00:00
|
|
|
<file>kmtest.rc</file>
|
|
|
|
</module>
|