Reviewed: 2022-04-11
Infrastructure and tools for the management of session components.
To run session_manager
, the platform service which runs sessions, see bin/session_manager.
Example sessions can be found in examples/.
The layout of the //src/session
directory follows the Fuchsia Source Code Layout.
The session_manager
code lives in //src/session/bin/session_manager
. High level descriptions of the contents in the session subdirectories are as follows:
bin
: implementations of session and element manager componentsexamples
: example session implementationstools
: tools which interact with the session_manager
and running session
lib
: libraries used by session_manager
tests
: integration tests for tools
and bin