blob: 9f16249141259b69fe46c73188c80a1f22fbde40 [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001BUNDLES = [
2 "//apps/tetopology/api:onos-apps-tetopology-api",
3 "//apps/tetopology/app:onos-apps-tetopology-app",
4]
5
6onos_app(
7 app_name = "org.onosproject.tetopology",
8 category = "Traffic Engineering",
9 description = "Application to create and manage hierarchical TE topologies.",
10 included_bundles = BUNDLES,
11 title = "TE Topology Core",
12 url = "http://onosproject.org",
13)