2011-07-22 11:33:17 +00:00
|
|
|
<module name="kmtest_drv" type="kernelmodedriver" installbase="bin" installname="kmtest_drv.sys">
|
2011-06-10 05:34:00 +00:00
|
|
|
<include base="kmtest_drv">include</include>
|
|
|
|
<library>ntoskrnl</library>
|
|
|
|
<library>hal</library>
|
|
|
|
<library>pseh</library>
|
2011-06-19 09:23:03 +00:00
|
|
|
<library>kmtest_printf</library>
|
2011-06-13 17:50:07 +00:00
|
|
|
<define name="KMT_KERNEL_MODE" />
|
2011-07-22 11:33:17 +00:00
|
|
|
<define name="NTDDI_VERSION">NTDDI_WS03SP1</define>
|
2011-06-10 05:34:00 +00:00
|
|
|
<directory name="kmtest_drv">
|
|
|
|
<file>kmtest_drv.c</file>
|
|
|
|
<file>testlist.c</file>
|
|
|
|
</directory>
|
2011-06-13 17:29:02 +00:00
|
|
|
<directory name="example">
|
|
|
|
<file>Example.c</file>
|
2011-09-11 11:22:00 +00:00
|
|
|
<file>GuardedMemory.c</file>
|
2011-07-22 11:51:18 +00:00
|
|
|
<file>KernelType.c</file>
|
2011-06-13 17:29:02 +00:00
|
|
|
</directory>
|
2011-06-27 08:49:23 +00:00
|
|
|
<directory name="ntos_ex">
|
2011-07-25 20:12:44 +00:00
|
|
|
<file>ExDoubleList.c</file>
|
2011-08-05 21:07:52 +00:00
|
|
|
<file>ExFastMutex.c</file>
|
2011-07-13 20:08:05 +00:00
|
|
|
<file>ExHardError.c</file>
|
|
|
|
<file>ExInterlocked.c</file>
|
2011-06-27 08:49:23 +00:00
|
|
|
<file>ExPools.c</file>
|
2011-07-09 22:02:54 +00:00
|
|
|
<file>ExResource.c</file>
|
2011-08-21 16:08:27 +00:00
|
|
|
<file>ExSequencedList.c</file>
|
2011-07-25 20:12:44 +00:00
|
|
|
<file>ExSingleList.c</file>
|
2011-06-27 08:49:23 +00:00
|
|
|
<file>ExTimer.c</file>
|
|
|
|
</directory>
|
|
|
|
<directory name="ntos_fsrtl">
|
|
|
|
<file>FsRtlExpression.c</file>
|
|
|
|
</directory>
|
|
|
|
<directory name="ntos_io">
|
|
|
|
<file>IoDeviceInterface.c</file>
|
2011-08-24 14:09:53 +00:00
|
|
|
<file>IoInterrupt.c</file>
|
2011-06-27 08:49:23 +00:00
|
|
|
<file>IoIrp.c</file>
|
|
|
|
<file>IoMdl.c</file>
|
|
|
|
</directory>
|
|
|
|
<directory name="ntos_ke">
|
2011-07-09 22:02:54 +00:00
|
|
|
<file>KeApc.c</file>
|
2011-07-08 06:38:01 +00:00
|
|
|
<file>KeDpc.c</file>
|
2011-08-05 21:07:52 +00:00
|
|
|
<file>KeEvent.c</file>
|
2011-08-22 10:01:02 +00:00
|
|
|
<file>KeGuardedMutex.c</file>
|
2011-07-08 06:38:01 +00:00
|
|
|
<file>KeIrql.c</file>
|
2011-06-27 08:49:23 +00:00
|
|
|
<file>KeProcessor.c</file>
|
2011-07-25 20:08:51 +00:00
|
|
|
<file>KeSpinLock.c</file>
|
2011-10-07 16:13:03 +00:00
|
|
|
<file>KeTimer.c</file>
|
2011-06-27 08:49:23 +00:00
|
|
|
</directory>
|
2011-09-11 11:22:00 +00:00
|
|
|
<directory name="ntos_mm">
|
|
|
|
<file>MmSection.c</file>
|
|
|
|
</directory>
|
2011-06-27 08:49:23 +00:00
|
|
|
<directory name="ntos_ob">
|
2011-09-03 19:42:02 +00:00
|
|
|
<file>ObReference.c</file>
|
2011-08-06 17:09:39 +00:00
|
|
|
<file>ObType.c</file>
|
2011-06-27 08:49:23 +00:00
|
|
|
</directory>
|
2011-07-26 07:40:19 +00:00
|
|
|
<directory name="rtl">
|
2011-08-03 11:21:35 +00:00
|
|
|
<file>RtlAvlTree.c</file>
|
2011-07-26 07:40:19 +00:00
|
|
|
<file>RtlMemory.c</file>
|
2011-08-03 11:21:35 +00:00
|
|
|
<file>RtlSplayTree.c</file>
|
2011-07-26 07:40:19 +00:00
|
|
|
</directory>
|
2011-06-10 05:34:00 +00:00
|
|
|
</module>
|
2011-06-19 09:23:03 +00:00
|
|
|
<module name="kmtest_printf" type="staticlibrary">
|
|
|
|
<include base="crt">include</include>
|
|
|
|
<define name="_LIBCNT_" />
|
|
|
|
<define name="_USER32_WSPRINTF" />
|
|
|
|
<define name="wctomb">KmtWcToMb</define>
|
|
|
|
<directory name="kmtest_drv">
|
|
|
|
<file>printf_stubs.c</file>
|
|
|
|
</directory>
|
|
|
|
<directory name="..">
|
|
|
|
<directory name="..">
|
|
|
|
<directory name="..">
|
|
|
|
<directory name="lib">
|
|
|
|
<directory name="sdk">
|
|
|
|
<directory name="crt">
|
|
|
|
<directory name="printf">
|
|
|
|
<file>streamout.c</file>
|
|
|
|
</directory>
|
|
|
|
</directory>
|
|
|
|
</directory>
|
|
|
|
</directory>
|
|
|
|
</directory>
|
|
|
|
</directory>
|
|
|
|
</directory>
|
|
|
|
</module>
|