blob: c8a3083c1887d8a704d3bbdebf23e713539a9f27 [file] [log] [blame]
Thomas Vachuska13433eb2019-12-02 11:11:13 -08001BUNDLES = [
2 "//apps/onos-topo/api:onos-apps-onos-topo-api",
3 "//apps/onos-topo/app:onos-apps-onos-topo-app",
4]
5
6onos_app(
7 category = "Integrations",
8 included_bundles = BUNDLES,
9 required_apps = [
10 "org.onosproject.protocols.grpc",
11 ],
12 title = "µONOS Integration",
13 url = "http://onosproject.org",
14)