Ray Milkey | 3933295 | 2018-07-16 13:42:51 -0700 | [diff] [blame] | 1 | BUNDLES = [ |
| 2 | "//apps/routing/common:onos-apps-routing-common", |
| 3 | "//apps/routing-api:onos-apps-routing-api", |
| 4 | "//apps/routing/fpm/api:onos-apps-routing-fpm-api", |
| 5 | "//apps/routing/fpm/app:onos-apps-routing-fpm-app", |
| 6 | ] |
| 7 | |
| 8 | onos_app( |
| 9 | app_name = "org.onosproject.fpm", |
| 10 | category = "Utility", |
| 11 | description = "Receives/Transmits routes from external routing daemon over FPM protocol", |
| 12 | included_bundles = BUNDLES, |
| 13 | required_apps = ["org.onosproject.route-service"], |
| 14 | title = "FIB Push Manager (FPM) Route Receiver", |
| 15 | url = "http://onosproject.org", |
| 16 | ) |