.. _section-host-bundle: Overview of the Host Bundle =========================== This section provides an overview of the host package contents, as well as the resultant directory structure in the |me| installation. When installed, the host bundle (``rti_connext_dds_cert--host.rtipkg``) adds the following to the |me| directory: .. code-block:: none --rti_connext_dds-/ | +--rti_connext_dds_cert-/ |--doc/ |--include/ |--resource/ |--rtiddsgen/ |--CMakeLists.txt |--ReadMe.html +--src/ +--rti_me_psl.1.0 - The ``doc/`` directory contains this documentation, as well as the C and C++ API References and the Safety Integration Manual. - The ``include/`` directory contains the public header files to compile applications. - The ``resource/`` directory contains the build system used for the examples and Platform Support Libraries (PSL). - The ``rtiddsgen/`` directory contains an IDL compiler for type support code. - CMakeLists.txt is the main input file to `CMake `_ and is used to generate build files. - ``ReadMe.html`` opens this documentation. - ``src/`` contains the source files for all supported Platform Support Libraries (PSL); refer to :ref:`psl_compiling` and the Safety Integration Manual for more information on building the PSL for your platform.