blob: 8f57e92086bae4b57c68c9ce3344af914e85f6d7 [file] [log] [blame]
rule Application2Dot
transform s : Application {
parameters {
return Map {
"applicationName" = s.isDefined() ? s.name : "",
"path" = Sequence{s.isDefined() ? s.name : ""},
"icon" = "diagram-ff0000",
"format" = "graphviz-dot"
};
}
template : "application2dot.egl"
}