Changeset ea5f46d in mainline for contrib/arch/uspace/srv/bd/rd/rd.adl


Ignore:
Timestamp:
2009-09-15T16:07:26Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2a70672
Parents:
1993f9a
Message:

hierarchical composition of components
(tmpfs, fat, devfs are logical subcomponents of vfs, kbd and fb are subcomponents of console, rd is subcomponent of bd)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/arch/uspace/srv/bd/rd/rd.adl

    r1993f9a rea5f46d  
    11frame rd {
    22        provides:
    3                 block_device bd;
     3                bd bd;
    44        requires:
    55                [/uspace/lib/libc/requires%]
    6                 naming_service ns;
    7                 device_mapper_driver dm_driver;
     6                ns ns;
     7                devmap_driver devmap_driver;
    88        protocol:
    99                [/uspace/lib/libc/protocol] +
Note: See TracChangeset for help on using the changeset viewer.