mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 16:20:37 +00:00
75946e1764
- Added basic tests for DriverObject, DeviceObject and Loading/Unloading of drivers. - Added kmtestassist to be used for testing Attached DeviceObject. - Added CreateLowerDeviceRegistryKey to manually create volatile registry entry for kmtestassist driver. - More tests still need to be implemented and still need a user mode application to control kmtest. svn path=/trunk/; revision=41381
8 lines
332 B
Ruby
8 lines
332 B
Ruby
<module name="kmtestassist" type="kernelmodedriver" installbase="system32/drivers" installname="kmtestassist.sys">
|
|
<bootstrap base="$(CDOUTPUT)" />
|
|
<define name="__USE_W32API" />
|
|
<include base="ReactOS">include/reactos/drivers</include>
|
|
<library>ntoskrnl</library>
|
|
<library>hal</library>
|
|
<file>kmtestassist.c</file>
|
|
</module>
|