blob: 977b589f35b7b89c940e13f14d7e2795de417bb2 [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",
Harshada Chaundkarb78db192019-02-19 16:18:16 -05006 "//apps/routing/fpm/web:onos-apps-routing-fpm-web",
Ray Milkey39332952018-07-16 13:42:51 -07007]
8
9onos_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)