source: mainline/contrib/arch/uspace/srv/fs/tmpfs/tmpfs.adl@ ea5f46d

lfn serial ticket/834-toolchain-update topic/fix-logger-deadlock topic/msim-upgrade topic/simplify-dev-export
Last change on this file since ea5f46d was ea5f46d, checked in by Martin Decky <martin@…>, 17 years ago

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

  • Property mode set to 100644
File size: 170 bytes
Line 
1frame tmpfs {
2 provides:
3 fs fs
4 requires:
5 [/uspace/lib/libc/requires%]
6 vfs vfs;
7 ns ns;
8 bd bd;
9 protocol:
10 [/uspace/lib/libc/protocol] +
11 [tmpfs_server.bp]
12};
Note: See TracBrowser for help on using the repository browser.