blob: a24c4ea3b2452e504919ebeceb6a30178a422b89 [file] [log] [blame]
Thomas Vachuska0d933862018-04-06 00:29:30 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Thomas Vachuska5b48d6c2018-04-27 18:24:27 -07003 '//lib:JACKSON',
Thomas Vachuska0d933862018-04-06 00:29:30 -07004 '//lib:org.apache.karaf.shell.console',
5 '//core/common:onos-core-common',
6 '//cli:onos-cli',
7]
8
9osgi_jar_with_tests (
10 deps = COMPILE_DEPS,
11)
12
13onos_app (
14 title = 'UI Auto-Layout',
Thomas Vachuskaca0b5df2018-06-22 16:24:47 -070015 category = 'GUI',
Thomas Vachuska0d933862018-04-06 00:29:30 -070016 url = 'http://onosproject.org',
17 description = 'Automatically lays out the network topology using roles assigned to each ' +
18 'network element via the network configuration. Supports multiple layout variants.',
19)