blob: 5d249c4769483ac6f09c4fe5e5fbbabee31e6151 [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',
15 category = 'Utility',
16 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)