mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 08:43:28 +00:00
5eb25b5c24
svn path=/branches/audio-bringup/; revision=49478
12 lines
413 B
Ruby
12 lines
413 B
Ruby
<?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>
|