blob: a6c8aca9d66e0e41772a07e5af0c5a378c2ac969 [file] [log] [blame]
Ray Milkey8942b242018-06-13 08:52:39 -07001BUNDLES = [
Ray Milkeycad61cd2018-06-13 10:00:45 -07002 "//apps/segmentrouting/app:onos-apps-segmentrouting-app",
3 "//apps/segmentrouting/web:onos-apps-segmentrouting-web",
Ray Milkey8942b242018-06-13 08:52:39 -07004]
5
Ray Milkeycad61cd2018-06-13 10:00:45 -07006onos_app(
7 category = "Traffic Steering",
8 description = "Segment routing application.",
Ray Milkey8942b242018-06-13 08:52:39 -07009 included_bundles = BUNDLES,
Ray Milkeycad61cd2018-06-13 10:00:45 -070010 required_apps = [
11 "org.onosproject.route-service",
12 "org.onosproject.mcast",
13 ],
14 title = "Segment Routing",
15 url = "http://onosproject.org",
Ray Milkey8942b242018-06-13 08:52:39 -070016)