/*! \page aegis Platform Security and Applauncherd
\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, something needs to be added
there: everything that is requested for the application binary must be
requested to the application launcher binary as well.
For instance, manifest file for an application that needs only an
automatically generated application ID:
\code
\endcode
If an application has a user-defined ID:
\code
\endcode
Finally, if an application has some security tokens:
\code
\endcode
*/