blob: c424c4f75569290aac16e91893aef737bca4f408 [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',
Henry Yu4b4a7eb2016-11-09 20:07:53 -05009 category = 'ACTN',
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)