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