Ray Milkey 15053f0fca buildifier formatting of bazel files
Change-Id: I8196aa52ee640d1c500307a50a0ab4921138b69b
2018-06-13 17:57:14 +00:00

17 lines
438 B
Python

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",
],
title = "Segment Routing",
url = "http://onosproject.org",
)