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="pcnet" type="kernelmodedriver" installbase="system32/drivers" installname="pcnet.sys">
|
|
|
|
<include base="pcnet">.</include>
|
|
|
|
<define name="NDIS50_MINIPORT" />
|
2006-01-07 21:38:40 +00:00
|
|
|
<define name="NDIS_MINIPORT_DRIVER" />
|
|
|
|
<define name="NDIS_LEGACY_MINIPORT" />
|
|
|
|
<define name="NDIS51_MINIPORT" />
|
2005-07-24 21:42:00 +00:00
|
|
|
<library>ndis</library>
|
|
|
|
<library>ntoskrnl</library>
|
|
|
|
<library>hal</library>
|
|
|
|
<file>pcnet.c</file>
|
|
|
|
<file>requests.c</file>
|
|
|
|
<file>pcnet.rc</file>
|
2011-07-27 19:31:05 +00:00
|
|
|
<pch>pcnet.h</pch>
|
2005-07-24 21:42:00 +00:00
|
|
|
</module>
|