22 #include "softwarecontainer-common.h" 23 #include "jsonparser.h" 29 LOG_DECLARE_CLASS_CONTEXT(
"ENVP",
"Environment gateway parser");
32 typedef std::pair<std::string, std::string> EnvironmentVariable;
33 bool parseEnvironmentGatewayConfigElement(
const json_t *element,
34 EnvironmentVariable &result,
35 const EnvironmentVariables &store);
37 bool requireNonEmptyKeyValue(
const json_t *element,
38 const std::string key,
Developers guide to adding a config item: