source: mainline/contrib/arch/uspace/srv/fs/devfs/devfs.adl@ ee5b35a

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

complete ADL parsing with basic syntax checks
generating of interface and frame BPs
fix syntax in ADLs

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