blob: 32234548adacb30384dd78094d7d47e32952fc9b [file] [log] [blame]
Sudhir Kumar Maurya2cc77982018-12-14 06:41:33 -05001BUNDLES = [
2 "//apps/packet-stats/web:onos-apps-packet-stats-web",
3 "//apps/packet-stats/app:onos-apps-packet-stats-app",
Ray Milkey35ea5bf2018-07-17 15:28:44 -07004]
5
Ray Milkey35ea5bf2018-07-17 15:28:44 -07006onos_app(
Sudhir Kumar Maurya2cc77982018-12-14 06:41:33 -05007 app_name = "org.onosproject.packet-stats",
8 category = "Utility",
9 description = " Application to calculate the number of packets of different types",
10 included_bundles = BUNDLES,
Ray Milkey35ea5bf2018-07-17 15:28:44 -070011 title = "Packet Statistics",
12 url = "http://onosproject.org",
13)