## Note that this file is not auto generated, it is what generates the ## elog-metadata-postprocess.cpp file // This file was autogenerated. Do not edit! // See elog-gen.py for more details #include #include #include #include #include "elog_meta.hpp" using namespace phosphor::logging; using namespace example::xyz::openbmc_project::Example::Elog; using namespace std::placeholders; extern const std::map> meta = { % for key, value in metadata_process.items(): <% type = value.replace(".", "::") %>\ {"${key}", metadata::associations::build<${type}>}, % endfor };