Thomas Vachuska ca0b5dfb38 Cleaning up application categories.
Change-Id: Id3c937323123b6089cedf7b31cd01151f6aca8e1
2018-06-23 04:18:30 +00:00

14 lines
421 B
Python

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