[ROSTESTS]
[reactos.git] / rostests / kmtests / example / example_drv.rbuild
1 <module name="example_drv" type="kernelmodedriver" installbase="bin" installname="example_drv.sys">
2 <include base="kmtest_drv">include</include>
3 <library>ntoskrnl</library>
4 <library>hal</library>
5 <library>pseh</library>
6 <library>kmtest_printf</library>
7 <define name="KMT_STANDALONE_DRIVER" />
8 <file>Example_drv.c</file>
9 <directory name="..">
10 <directory name="kmtest_drv">
11 <file>kmtest_standalone.c</file>
12 </directory>
13 </directory>
14 </module>