Karthik Vegesna | 20ce41e | 2017-07-11 10:34:37 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
Ray Milkey | 446f446 | 2017-08-17 15:36:01 -0700 | [diff] [blame] | 3 | '//lib:JACKSON', |
| 4 | '//lib:METRICS', |
Karthik Vegesna | 20ce41e | 2017-07-11 10:34:37 -0700 | [diff] [blame] | 5 | '//core/store/serializers:onos-core-serializers', |
| 6 | '//core/store/primitives:onos-core-primitives', |
| 7 | '//core/api:onos-api', |
| 8 | '//lib:org.apache.karaf.shell.console', |
| 9 | '//cli:onos-cli', |
| 10 | ] |
| 11 | |
| 12 | osgi_jar_with_tests ( |
| 13 | deps = COMPILE_DEPS, |
| 14 | ) |
| 15 | |
| 16 | onos_app ( |
| 17 | title = 'Packet Statistics', |
| 18 | category = 'Traffic Steering', |
| 19 | url = 'http://onosproject.org', |
| 20 | description = 'Application to calculate the number of packets of different types', |
| 21 | ) |