blob: 12d33e927dd11edf5f40f21fa2184565a0679ba4 [file] [log] [blame]
COMPILE_DEPS = CORE_DEPS + JACKSON + CLI + [
"//core/common:onos-core-common",
]
osgi_jar_with_tests(
deps = COMPILE_DEPS,
)
onos_app(
category = "GUI",
description = "Automatically lays out the network topology using roles assigned to each " +
"network element via the network configuration. Supports multiple layout variants.",
title = "UI Auto-Layout",
url = "http://onosproject.org",
)