blob: bc36ab09325b0d1e655d3c2843fcee9d4fdc5a43 [file] [log] [blame]
Henry Yu4b4a7eb2016-11-09 20:07:53 -05001BUNDLES = [
2 '//apps/tetopology/api:onos-apps-tetopology-api',
Henry Yuad441142016-12-01 17:00:37 -05003 '//apps/tetopology/app:onos-apps-tetopology-app',
Aihua Guo1ce2dd12016-08-12 23:37:44 -04004]
5
Aihua Guo1ce2dd12016-08-12 23:37:44 -04006onos_app (
Yixiao Chen68bfab22016-11-11 11:04:10 -05007 app_name = 'org.onosproject.tetopology',
Aihua Guo1ce2dd12016-08-12 23:37:44 -04008 title = 'TE Topology Core App',
Thomas Vachuskabe0a2652017-03-23 18:43:22 -07009 category = 'Traffic Steering',
Aihua Guo1ce2dd12016-08-12 23:37:44 -040010 url = 'http://onosproject.org',
11 description = 'Application to create and manage hierarchical TE topologies.',
Henry Yu4b4a7eb2016-11-09 20:07:53 -050012 included_bundles = BUNDLES,
Aihua Guo1ce2dd12016-08-12 23:37:44 -040013)