blob: bca18be0a4b1e0fa5e1b64786c72f2221ce3a00a [file] [log] [blame]
Simon Hunt026a2872017-11-13 17:09:43 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:KRYO',
4 '//core/store/serializers:onos-core-serializers',
5 '//core/store/primitives:onos-core-primitives',
6 '//core/api:onos-api',
7 '//lib:org.apache.karaf.shell.console',
8 '//cli:onos-cli',
9]
10
11osgi_jar_with_tests (
12 deps = COMPILE_DEPS,
13)
14
15onos_app (
16 title = 'Trellis Troubleshooting Toolkit',
Thomas Vachuskabfba8d32017-12-13 16:57:14 -080017 category = 'Utility',
Simon Hunt026a2872017-11-13 17:09:43 -080018 url = 'http://onosproject.org',
19 description = 'Provides static analysis of flows and groups ' +
20 'to determine the possible paths a packet may take.',
21)