More moving.
[reactos.git] / reactos / drivers / filesystems / ntfs / ntfs.xml
1 <module name="ntfs" type="kernelmodedriver" installbase="system32/drivers" installname="ntfs.sys">
2 <bootstrap base="reactos" />
3 <include base="ntfs">.</include>
4 <define name="__USE_W32API" />
5 <library>ntoskrnl</library>
6 <library>hal</library>
7 <file>attrib.c</file>
8 <file>blockdev.c</file>
9 <file>close.c</file>
10 <file>create.c</file>
11 <file>dirctl.c</file>
12 <file>fcb.c</file>
13 <file>finfo.c</file>
14 <file>fsctl.c</file>
15 <file>mft.c</file>
16 <file>ntfs.c</file>
17 <file>rw.c</file>
18 <file>volinfo.c</file>
19 <file>ntfs.rc</file>
20 <pch>ntfs.h</pch>
21 </module>