mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
454f222ade
- Merge the Kernel Mode Test Suite Google Summer of Code project - Happy testing, everyone ;) svn path=/trunk/; revision=53671
14 lines
457 B
Ruby
14 lines
457 B
Ruby
<module name="example_drv" type="kernelmodedriver" installbase="bin" installname="example_drv.sys">
|
|
<include base="kmtest_drv">include</include>
|
|
<library>ntoskrnl</library>
|
|
<library>hal</library>
|
|
<library>pseh</library>
|
|
<library>kmtest_printf</library>
|
|
<define name="KMT_STANDALONE_DRIVER" />
|
|
<file>Example_drv.c</file>
|
|
<directory name="..">
|
|
<directory name="kmtest_drv">
|
|
<file>kmtest_standalone.c</file>
|
|
</directory>
|
|
</directory>
|
|
</module>
|