mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 16:35:28 +00:00
a57dd46aff
This patch adds the config attribute 'query'. If set to the value "rom", the query information is obtained from a ROM session labeled "query". Otherwise, the query information is expected to be part of the config. This enables us to use the component in two different scenarios. In one scenario, 'depot_query' is embedded in a managed dynamic init. Here, taking the query from the config is easy. In the other scenario, 'depot_query' is running as a daemon with a once-configured VFS but varying queries. The queries originate from a component that does not control the 'depot_query' config.
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.