mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 16:20:37 +00:00
13 lines
413 B
Text
13 lines
413 B
Text
|
<?xml version="1.0"?>
|
||
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||
|
<module name="pcmcia" type="kernelmodedriver" installbase="system32/drivers" installname="pcmcia.sys">
|
||
|
<bootstrap installbase="$(CDOUTPUT)" />
|
||
|
<include base="pcmcia">.</include>
|
||
|
<library>ntoskrnl</library>
|
||
|
<library>hal</library>
|
||
|
<file>fdo.c</file>
|
||
|
<file>pcmcia.c</file>
|
||
|
<file>pdo.c</file>
|
||
|
<file>pcmcia.rc</file>
|
||
|
</module>
|