genode-ehmry/repos/gems
Norman Feske 2208220c12 block session: remove Block::Session::Operations
This patch modernizes the 'Block::Session::info' interface. Instead of
using out parameters, the 'init' RPC function returns a compound 'Info'
object now. The rather complicated 'Operations' struct is replaced by
a 'writeable' attribute in the 'Info' object.

Fixes #3275
2019-05-03 13:53:12 +02:00
..
include Library for the AES-CBC en/decryption of 4K blocks 2019-04-09 12:30:35 +02:00
lib Library for the AES-CBC en/decryption of 4K blocks 2019-04-09 12:30:35 +02:00
recipes depot: update recipe hashes 2019-04-09 12:30:35 +02:00
run Library for the AES-CBC en/decryption of 4K blocks 2019-04-09 12:30:35 +02:00
src block session: remove Block::Session::Operations 2019-05-03 13:53:12 +02:00
README Remove repos/qt4, fix #1451 2015-03-19 08:57:20 +01:00

This directory is a source-code repository containing Genode-specific
services and applications. In contrast to the components that come with
the 'os' repository, programs contained in 'gems' are able to leverage
the functionalities provided by higher-level repositories such as 'libports'.
To use the 'gems' repository, make sure to also add those repositories to your
build configuraion.