2007-09-14 17:07:53 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
2005-07-24 21:42:00 +00:00
|
|
|
<module name="cdfs" type="kernelmodedriver" installbase="system32/drivers" installname="cdfs.sys">
|
2007-10-01 14:19:27 +00:00
|
|
|
<bootstrap installbase="$(CDOUTPUT)" />
|
2005-07-24 21:42:00 +00:00
|
|
|
<include base="cdfs">.</include>
|
|
|
|
<library>ntoskrnl</library>
|
|
|
|
<library>hal</library>
|
|
|
|
<file>cdfs.c</file>
|
|
|
|
<file>cleanup.c</file>
|
|
|
|
<file>close.c</file>
|
|
|
|
<file>common.c</file>
|
|
|
|
<file>create.c</file>
|
|
|
|
<file>dirctl.c</file>
|
|
|
|
<file>fcb.c</file>
|
|
|
|
<file>finfo.c</file>
|
|
|
|
<file>fsctl.c</file>
|
|
|
|
<file>misc.c</file>
|
|
|
|
<file>rw.c</file>
|
|
|
|
<file>volinfo.c</file>
|
|
|
|
<file>cdfs.rc</file>
|
|
|
|
<pch>cdfs.h</pch>
|
|
|
|
</module>
|