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="afd" type="kernelmodedriver" installbase="system32/drivers" installname="afd.sys">
|
|
|
|
<include base="afd">include</include>
|
2006-02-18 13:19:40 +00:00
|
|
|
<include base="ReactOS">include/reactos/drivers</include>
|
2005-07-24 21:42:00 +00:00
|
|
|
<library>pseh</library>
|
|
|
|
<library>ntoskrnl</library>
|
|
|
|
<library>hal</library>
|
|
|
|
<directory name="include">
|
|
|
|
<pch>afd.h</pch>
|
|
|
|
</directory>
|
|
|
|
<directory name="afd">
|
|
|
|
<file>bind.c</file>
|
|
|
|
<file>connect.c</file>
|
|
|
|
<file>context.c</file>
|
|
|
|
<file>info.c</file>
|
|
|
|
<file>listen.c</file>
|
|
|
|
<file>lock.c</file>
|
|
|
|
<file>main.c</file>
|
|
|
|
<file>read.c</file>
|
|
|
|
<file>select.c</file>
|
|
|
|
<file>tdi.c</file>
|
|
|
|
<file>tdiconn.c</file>
|
|
|
|
<file>write.c</file>
|
|
|
|
</directory>
|
|
|
|
<file>afd.rc</file>
|
|
|
|
</module>
|