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