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