[APPHELP_APITEST] Add tests for SdbGetMatchingExe, to test matching on version resour...
[reactos.git] / reactos / drivers / multimedia / x / ks.rbuild
1 <module name="ks" type="exportdriver" installbase="system32/drivers" installname="ks.sys" allowwarnings="true">
2 <include base="ks">.</include>
3 <include base="ks">..</include>
4 <include base="ks">../include</include>
5 <importlibrary definition="ks.def" />
6 <library>ntoskrnl</library>
7 <define name="__USE_W32API" />
8 <define name="BUILDING_KS" />
9 <file>ks.rc</file>
10 <file>allocators.c</file>
11 <file>clocks.c</file>
12 <file>connectivity.c</file>
13 <file>events.c</file>
14 <file>irp.c</file>
15 <file>methods.c</file>
16 <file>misc.c</file>
17 <file>properties.c</file>
18 <file>topology.c</file>
19 <file>worker.c</file>
20 </module>