Henry Yu | ad44114 | 2016-12-01 17:00:37 -0500 | [diff] [blame] | 1 | BUNDLES = [ |
2 | '//apps/tetunnel/api:onos-apps-tetunnel-api', | ||||
3 | '//apps/tetunnel/app:onos-apps-tetunnel-app', | ||||
4 | ] | ||||
5 | |||||
6 | onos_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 |