blob: c03ace3f6bc3d55292007098a23bc8ea2274ddff [file] [log] [blame]
Ray Milkey8942b242018-06-13 08:52:39 -07001BUNDLES = [
2 '//apps/segmentrouting/app:onos-apps-segmentrouting-app',
3 '//apps/segmentrouting/web:onos-apps-segmentrouting-web',
4]
5
6onos_app (
7 title = 'Segment Routing',
8 category = 'Traffic Steering',
9 url = 'http://onosproject.org',
10 included_bundles = BUNDLES,
11 description = 'Segment routing application.',
12 required_apps = [ 'org.onosproject.route-service', 'org.onosproject.mcast' ],
13)