blob: e7c77b1b77060ebd9fafbd9322ac398e69abff72 [file] [log] [blame]
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//lib:JACKSON',
'//lib:METRICS',
'//core/store/serializers:onos-core-serializers',
'//core/store/primitives:onos-core-primitives',
'//core/api:onos-api',
'//lib:org.apache.karaf.shell.console',
'//cli:onos-cli',
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
)
onos_app (
title = 'Packet Statistics',
category = 'Traffic Engineering',
url = 'http://onosproject.org',
description = 'Application to calculate the number of packets of different types',
)