blob: 1f3cb577c147dfe0292ee6c099334855cfe8a321 [file] [log] [blame]
Thomas Vachuska52f2cd12018-11-08 21:20:04 -08001BUNDLES = [
2 "//apps/virtual/api:onos-apps-virtual-api",
3 "//apps/virtual/app:onos-apps-virtual-app",
4]
5
6onos_app(
7 app_name = "org.onosproject.virtual",
8 category = "Traffic Engineering",
9 description = "Virtual Network Subsystem extension",
10 included_bundles = BUNDLES,
11 title = "Virtual Network Subsystem",
12 url = "http://onosproject.org",
13)