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