Josef Söntgen e1aab829ca os: Block session server backed by VFS library
The 'vfs_block' component will give access to a VFS file through a
Block session. For more detailed information please look at its
README.

(On a technical note, the server currently only allows for one
active session and has only one pending back end request but can
easily be extended in the future.)

Fixes #3781.
2020-06-22 09:50:51 +02:00

3 lines
88 B
Makefile

SRC_DIR = src/server/vfs_block
include $(GENODE_DIR)/repos/base/recipes/src/content.inc