blob: 0d91b2d472961d64d21d7f0fefeebfde96f044da [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',
Thomas Vachuskab0029682017-08-23 17:55:53 -07008 title = 'TE Topology Core',
Thomas Vachuskaca0b5df2018-06-22 16:24:47 -07009 category = 'Traffic Engineering',
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)