blob: 560294bc764c50e939cca80a97c35f8bd561e4df [file] [log] [blame]
Karthik Vegesna20ce41e2017-07-11 10:34:37 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//core/store/serializers:onos-core-serializers',
4 '//core/store/primitives:onos-core-primitives',
5 '//core/api:onos-api',
6 '//lib:org.apache.karaf.shell.console',
7 '//cli:onos-cli',
8]
9
10osgi_jar_with_tests (
11 deps = COMPILE_DEPS,
12)
13
14onos_app (
15 title = 'Packet Statistics',
16 category = 'Traffic Steering',
17 url = 'http://onosproject.org',
18 description = 'Application to calculate the number of packets of different types',
19)