blob: 12d33e927dd11edf5f40f21fa2184565a0679ba4 [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(
6 deps = COMPILE_DEPS,
7)
8
9onos_app(
10 category = "GUI",
11 description = "Automatically lays out the network topology using roles assigned to each " +
12 "network element via the network configuration. Supports multiple layout variants.",
13 title = "UI Auto-Layout",
14 url = "http://onosproject.org",
15)