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