| BUNDLES = [ | |
| "//apps/segmentrouting/app:onos-apps-segmentrouting-app", | |
| "//apps/segmentrouting/web:onos-apps-segmentrouting-web", | |
| ] | |
| onos_app( | |
| category = "Traffic Steering", | |
| description = "Segment routing application.", | |
| included_bundles = BUNDLES, | |
| required_apps = [ | |
| "org.onosproject.route-service", | |
| "org.onosproject.mcast", | |
| ], | |
| title = "Segment Routing", | |
| url = "http://onosproject.org", | |
| ) |