blob: e3cf58e1212c4c133e216c7009a02d00a25c3313 [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',
18 category = 'Traffic Steering',
19 url = 'http://onosproject.org',
20 description = 'Application to calculate the number of packets of different types',
21)