Thomas Vachuska | 0d93386 | 2018-04-06 00:29:30 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
Thomas Vachuska | 663f2d5 | 2018-04-27 18:24:27 -0700 | [diff] [blame] | 3 | '//lib:JACKSON', |
Thomas Vachuska | 0d93386 | 2018-04-06 00:29:30 -0700 | [diff] [blame] | 4 | '//lib:org.apache.karaf.shell.console', |
| 5 | '//core/common:onos-core-common', |
| 6 | '//cli:onos-cli', |
| 7 | ] |
| 8 | |
| 9 | osgi_jar_with_tests ( |
| 10 | deps = COMPILE_DEPS, |
| 11 | ) |
| 12 | |
| 13 | onos_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 | ) |