Thomas Vachuska | 13433eb | 2019-12-02 11:11:13 -0800 | [diff] [blame] | 1 | BUNDLES = [ |
2 | "//apps/onos-topo/api:onos-apps-onos-topo-api", | ||||
3 | "//apps/onos-topo/app:onos-apps-onos-topo-app", | ||||
4 | ] | ||||
5 | |||||
6 | onos_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 | ) |