Simon Hunt | 026a287 | 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', |
| 9 | ] |
| 10 | |
| 11 | osgi_jar_with_tests ( |
| 12 | deps = COMPILE_DEPS, |
| 13 | ) |
| 14 | |
| 15 | onos_app ( |
| 16 | title = 'Trellis Troubleshooting Toolkit', |
| 17 | category = 'Utilities', |
| 18 | url = 'http://onosproject.org', |
| 19 | description = 'Provides static analysis of flows and groups ' + |
| 20 | 'to determine the possible paths a packet may take.', |
| 21 | ) |