blob: b5f9f8b2031f76603d7102776cb6aaec8cc971e0 [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001BUNDLES = [
2 "//apps/imr/api:onos-apps-imr-api",
3 "//apps/imr/app:onos-apps-imr-app",
4]
5
6onos_app(
7 category = "Traffic Engineering",
8 description = "Intent Monitoring and Rerouting application.",
9 included_bundles = BUNDLES,
10 title = "Intent Monitoring and Rerouting",
11 url = "http://onosproject.org", # link alla wiki su wiki.onosproject.org
12)