reactos/drivers/drivers.rbuild
Pierre Schweitzer 31572e7770 [MOUNTMGR]
Finally add the long awaited Mount Point Manager (aka mountmgr).
It's not complete yet, but will do most of the job it's been designed for.
What's missing is some dos volumes handlers, complete database support (local - registry - is complete, remote - files - is not).
It handles NTFS properties like reparse points.
It also handles devices with drive letters and those without drive letters (by using their unique ID).
Devices removal/arrival is detected through notifications (might be an issue).
Some work will have to be done in storage stack to fully support it.
Most of its IOCTL have been implemented (it's possible, for example, to notify a volume arrival through them, in case notifications don't work).

There's still some work to do on it to have it complete and fully implemented.
Enjoy!


svn path=/branches/usb-bringup-trunk/; revision=55156
2012-01-24 22:54:14 +00:00

65 lines
1.8 KiB
Ruby

<?xml version="1.0"?>
<!DOCTYPE group SYSTEM "../tools/rbuild/project.dtd">
<group xmlns:xi="http://www.w3.org/2001/XInclude">
<directory name="base">
<xi:include href="base/directory.rbuild" />
</directory>
<directory name="battery">
<xi:include href="battery/directory.rbuild" />
</directory>
<directory name="bluetooth">
<xi:include href="bluetooth/directory.rbuild" />
</directory>
<directory name="bus">
<xi:include href="bus/directory.rbuild" />
</directory>
<directory name="directx">
<xi:include href="directx/directory.rbuild" />
</directory>
<directory name="filesystems">
<xi:include href="filesystems/directory.rbuild" />
</directory>
<directory name="filters>
<xi:include href="filters/directory.rbuild" />
</directory>
<directory name="input">
<xi:include href="input/directory.rbuild" />
</directory>
<directory name="ksfilter">
<xi:include href="ksfilter/directory.rbuild" />
</directory>
<directory name="multimedia">
<xi:include href="multimedia/directory.rbuild" />
</directory>
<directory name="network">
<xi:include href="network/directory.rbuild" />
</directory>
<directory name="parallel">
<xi:include href="parallel/directory.rbuild" />
</directory>
<directory name="sac">
<xi:include href="sac/directory.rbuild" />
</directory>
<directory name="serial">
<xi:include href="serial/directory.rbuild" />
</directory>
<directory name="setup">
<xi:include href="setup/directory.rbuild" />
</directory>
<directory name="storage">
<xi:include href="storage/directory.rbuild" />
</directory>
<directory name="usb">
<xi:include href="usb/directory.rbuild" />
</directory>
<directory name="video">
<xi:include href="video/directory.rbuild" />
</directory>
<directory name="wdm">
<xi:include href="wdm/wdm.rbuild" />
</directory>
<directory name="wmi">
<xi:include href="wmi/wmilib.rbuild" />
</directory>
</group>