blob: ae9ab9d97a317d64c7331d67ca8962dfa283f705 [file] [log] [blame]
Henry Yuad441142016-12-01 17:00:37 -05001BUNDLES = [
2 '//apps/tetunnel/api:onos-apps-tetunnel-api',
3 '//apps/tetunnel/app:onos-apps-tetunnel-app',
4]
5
6onos_app (
7 app_name = 'org.onosproject.tetunnel',
8 title = 'TE Tunnel Core App',
9 category = 'ACTN',
10 url = 'http://onosproject.org',
11 description = 'Application to create and manage TE tunnels.',
12 included_bundles = BUNDLES,
13)
14