Thomas Vachuska b002968a83 Cleaning up application titles, descriptions and categories.
Change-Id: I80f9770697cbf29b6bde2b20778c341b0f403d9f
2017-08-24 10:19:33 -07:00

15 lines
420 B
Python

BUNDLES = [
'//apps/tetunnel/api:onos-apps-tetunnel-api',
'//apps/tetunnel/app:onos-apps-tetunnel-app',
]
onos_app (
app_name = 'org.onosproject.tetunnel',
title = 'TE Tunnel Core',
category = 'Traffic Steering',
url = 'http://onosproject.org',
description = 'Application to create and manage TE tunnels.',
included_bundles = BUNDLES,
required_apps = [ 'org.onosproject.tetopology' ],
)