blob: d3846f33fbce377c2bdf520a328bca0cbcba108e [file] [log] [blame]
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",
"org.onosproject.l2lb",
],
title = "Segment Routing",
url = "http://onosproject.org",
)