blob: 18159a41cc67330be679738fde2f7be6dc7ea42c [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + CLI + [
2 "//core/common:onos-core-common",
3]
4
5osgi_jar_with_tests(
Ray Milkey9abe76f2018-10-09 14:01:13 -07006 karaf_command_packages = ["org.onosproject.layout"],
Ray Milkey35ea5bf2018-07-17 15:28:44 -07007 deps = COMPILE_DEPS,
8)
9
10onos_app(
11 category = "GUI",
12 description = "Automatically lays out the network topology using roles assigned to each " +
13 "network element via the network configuration. Supports multiple layout variants.",
14 title = "UI Auto-Layout",
15 url = "http://onosproject.org",
16)