mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
10 lines
342 B
Text
10 lines
342 B
Text
|
<module name="csqtest" type="kernelmodedriver" installbase="system32/drivers" installname="csqtest.sys">
|
||
|
<bootstrap base="$(CDOUTPUT)" />
|
||
|
<define name="__USE_W32API" />
|
||
|
<include base="ReactOS">include/reactos/drivers</include>
|
||
|
<library>ntoskrnl</library>
|
||
|
<library>hal</library>
|
||
|
<file>csqtest.c</file>
|
||
|
<file>csqtest.rc</file>
|
||
|
</module>
|