Simon Hunt | 6fefd85 | 2017-11-13 17:09:43 -0800 | [diff] [blame] | 1 | COMPILE_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', |
Andrea Campanella | 01e886e | 2017-12-15 15:27:31 +0100 | [diff] [blame] | 9 | '//drivers/default:onos-drivers-default', |
| 10 | ] |
| 11 | |
| 12 | TEST_DEPS = [ |
| 13 | '//lib:TEST_ADAPTERS', |
| 14 | '//utils/misc:onlab-misc', |
Simon Hunt | 6fefd85 | 2017-11-13 17:09:43 -0800 | [diff] [blame] | 15 | ] |
| 16 | |
| 17 | osgi_jar_with_tests ( |
| 18 | deps = COMPILE_DEPS, |
Andrea Campanella | 01e886e | 2017-12-15 15:27:31 +0100 | [diff] [blame] | 19 | test_deps = TEST_DEPS, |
Simon Hunt | 6fefd85 | 2017-11-13 17:09:43 -0800 | [diff] [blame] | 20 | ) |
| 21 | |
| 22 | onos_app ( |
| 23 | title = 'Trellis Troubleshooting Toolkit', |
Andrea Campanella | 01e886e | 2017-12-15 15:27:31 +0100 | [diff] [blame] | 24 | category = 'Utilities', |
| 25 | url = 'https://wiki.opencord.org/pages/viewpage.action?pageId=4456974', |
Simon Hunt | 6fefd85 | 2017-11-13 17:09:43 -0800 | [diff] [blame] | 26 | description = 'Provides static analysis of flows and groups ' + |
| 27 | 'to determine the possible paths a packet may take.', |
| 28 | ) |