projects
/
reactos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
28eb1d9058041f9642ef1258369b25900bf6739f
[reactos.git]
/
reactos
/
drivers
/
base
/
ramdrv
/
ramdrv.xml
1
<module
name
=
"ramdrv"
type
=
"kernelmodedriver"
>
2
<include
base
=
"ramdrv"
>
.
</include>
3
<define
name
=
"__USE_W32API"
/>
4
<library>
ntoskrnl
</library>
5
<library>
hal
</library>
6
<library>
bzip2
</library>
7
<file>
ramdrv.c
</file>
8
<file>
ramdrv.rc
</file>
9
</module>