blob: 300e7322583a455532c04e9f1883c2106581274a [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3]
4
Ray Milkeyf9a76972016-04-12 09:47:12 -07005osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -08006 deps = COMPILE_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -08007 resources_root = 'src/main/resources',
8 resources = glob(['src/main/resources/**']),
9)
10
Ray Milkeyf9a76972016-04-12 09:47:12 -070011onos_app (
Thomas Vachuska7c45e282017-08-23 17:55:53 -070012 title = 'Path Visualization',
Ray Milkeyf9a76972016-04-12 09:47:12 -070013 category = 'Utility',
14 url = 'http://onosproject.org',
Thomas Vachuska7c45e282017-08-23 17:55:53 -070015 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 Milkeyf80bbb22016-03-11 10:16:22 -080019)