blob: bcf45dfd003f918f51e031e418d91dccf7c4a89c [file] [log] [blame]
Ray Milkey39332952018-07-16 13:42:51 -07001BUNDLES = [
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
8onos_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)