/*! \page aegis Requesting protected resources for the launcher
\section setup Setting up aegis security tokens
If your application does not have an aegis manifest file, no actions are
needed for platform security.
If your application has a manifest file, everything that is requested
for the application binary must be requested to the application
launcher binary as well.
In the following example a manifest file for an application needs only
an automatically generated application ID:
\code
\endcode
In the following example an application has a user-defined ID:
\code
\endcode
In the following example an application has security tokens:
\code
\endcode
*/