blob: e7c77b1b77060ebd9fafbd9322ac398e69abff72 [file] [log] [blame]
Karthik Vegesna20ce41e2017-07-11 10:34:37 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey446f4462017-08-17 15:36:01 -07003 '//lib:JACKSON',
4 '//lib:METRICS',
Karthik Vegesna20ce41e2017-07-11 10:34:37 -07005 '//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
12osgi_jar_with_tests (
13 deps = COMPILE_DEPS,
14)
15
16onos_app (
17 title = 'Packet Statistics',
Thomas Vachuskaca0b5df2018-06-22 16:24:47 -070018 category = 'Traffic Engineering',
Karthik Vegesna20ce41e2017-07-11 10:34:37 -070019 url = 'http://onosproject.org',
20 description = 'Application to calculate the number of packets of different types',
21)