blob: 24acb3bdd2a83c385b86e294329e14c27677ee5a [file] [log] [blame]
Sean Condon27f06da2019-05-25 17:02:14 +01001BUNDLES = [
2 "//apps/${artifactId}/app:onos-apps-${artifactId}-app",
3]
4
5onos_app(
6 category = "Graphical User Interface",
7 description = "ONOS OSGi GUI2 Custom-View app ${artifactId}.",
8 included_bundles = BUNDLES,
9 title = "${artifactId} Application",
10 url = "http://onosproject.org",
11)