mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
7eb0e89e51
- put driver files into 'bin' with the other tests instead of system32\drivers - globally define NTDDI_VERSION=NTDDI_WS03_SP1 instead of doing it in each test - fix testlist sorting (ASCII-order, but ignore leading minus) svn path=/branches/GSoC_2011/KMTestSuite/; revision=52780
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>
|