blob: 71eec898a78e4b09ac3fd0d8765083c0c256ebae [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey446f4462017-08-17 15:36:01 -07003 '//lib:JACKSON',
Ray Milkeyf80bbb22016-03-11 10:16:22 -08004]
5
Ray Milkeyf9a76972016-04-12 09:47:12 -07006osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -08007 deps = COMPILE_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -08008 resources_root = 'src/main/resources',
9 resources = glob(['src/main/resources/**']),
10)
11
Ray Milkeyf9a76972016-04-12 09:47:12 -070012onos_app (
Thomas Vachuskab0029682017-08-23 17:55:53 -070013 title = 'Path Visualization',
Ray Milkeyf9a76972016-04-12 09:47:12 -070014 category = 'Utility',
15 url = 'http://onosproject.org',
Thomas Vachuskab0029682017-08-23 17:55:53 -070016 description = 'Extends the GUI topology view by adding an overlay that allows the operator ' +
17 'to visualize topology paths using various forms of path-finding algorithms such as ' +
18 'the Dijkstra shortest path using default link metric (ONOS default), using geographic ' +
19 'distances, disjoint paths, etc.',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080020)