27 #include "softwarecontainer-common.h" 28 #include "gatewayconfig.h" 29 #include "configstoreerror.h" 30 #include "servicemanifestloader.h" 32 #include <jsonparser.h> 39 LOG_DECLARE_CLASS_CONTEXT(
"BCS",
"BaseConfigStore");
56 std::map<std::string, GatewayConfiguration> m_capMap;
67 void parseServiceManifest(json_t *serviceManifest);
75 void parseGatewayConfigs(std::string capName, json_t *gateways);
Developers guide to adding a config item:
BaseConfigStore(std::unique_ptr< ServiceManifestLoader > loader)
Creates a new BaseConfigStore object and searches for Service Manifests (of file type json) in the in...