29 LOG_DECLARE_CLASS_CONTEXT(
"WAGW",
"Wayland gateway");
32 static constexpr
const char *ID =
"wayland";
33 static constexpr
const char *WAYLAND_RUNTIME_DIR_VARIABLE_NAME =
"XDG_RUNTIME_DIR";
34 static constexpr
const char *SOCKET_FILE_NAME =
"wayland-0";
35 static constexpr
const char *ENABLED_FIELD =
"enabled";
37 WaylandGateway(std::shared_ptr<ContainerAbstractInterface> container);
41 virtual bool activateGateway();
42 virtual bool teardownGateway();
bool readConfigElement(const json_t *element)
Gateway specific parsing of config elements.
Gateway base class for SoftwareContainer.
Developers guide to adding a config item: