Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | ] |
| 4 | |
Ray Milkey | f9a7697 | 2016-04-12 09:47:12 -0700 | [diff] [blame] | 5 | osgi_jar_with_tests ( |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 6 | deps = COMPILE_DEPS, |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 7 | resources_root = 'src/main/resources', |
| 8 | resources = glob(['src/main/resources/**']), |
| 9 | ) |
| 10 | |
Ray Milkey | f9a7697 | 2016-04-12 09:47:12 -0700 | [diff] [blame] | 11 | onos_app ( |
Thomas Vachuska | 7c45e28 | 2017-08-23 17:55:53 -0700 | [diff] [blame] | 12 | title = 'Path Visualization', |
Ray Milkey | f9a7697 | 2016-04-12 09:47:12 -0700 | [diff] [blame] | 13 | category = 'Utility', |
| 14 | url = 'http://onosproject.org', |
Thomas Vachuska | 7c45e28 | 2017-08-23 17:55:53 -0700 | [diff] [blame] | 15 | description = 'Extends the GUI topology view by adding an overlay that allows the operator ' + |
| 16 | 'to visualize topology paths using various forms of path-finding algorithms such as ' + |
| 17 | 'the Dijkstra shortest path using default link metric (ONOS default), using geographic ' + |
| 18 | 'distances, disjoint paths, etc.', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 19 | ) |