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", |
Harshada Chaundkar | b78db19 | 2019-02-19 16:18:16 -0500 | [diff] [blame] | 6 | "//apps/routing/fpm/web:onos-apps-routing-fpm-web", |
Ray Milkey | 3933295 | 2018-07-16 13:42:51 -0700 | [diff] [blame] | 7 | ] |
| 8 | |
| 9 | onos_app( |
| 10 | app_name = "org.onosproject.fpm", |
| 11 | category = "Utility", |
| 12 | description = "Receives/Transmits routes from external routing daemon over FPM protocol", |
| 13 | included_bundles = BUNDLES, |
| 14 | required_apps = ["org.onosproject.route-service"], |
| 15 | title = "FIB Push Manager (FPM) Route Receiver", |
| 16 | url = "http://onosproject.org", |
| 17 | ) |