Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | BUNDLES = [ |
2 | "//apps/imr/api:onos-apps-imr-api", | ||||
3 | "//apps/imr/app:onos-apps-imr-app", | ||||
4 | ] | ||||
5 | |||||
6 | onos_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 | ) |