Ray Milkey | 02a658b | 2018-06-13 08:52:39 -0700 | [diff] [blame] | 1 | BUNDLES = [ |
| 2 | "//apps/route-service/api:onos-apps-route-service-api", |
| 3 | "//apps/route-service/app:onos-apps-route-service-app", |
| 4 | ] |
| 5 | |
Ray Milkey | 15053f0 | 2018-06-13 10:00:45 -0700 | [diff] [blame] | 6 | onos_app( |
| 7 | category = "Utility", |
Ray Milkey | 02a658b | 2018-06-13 08:52:39 -0700 | [diff] [blame] | 8 | included_bundles = BUNDLES, |
Ray Milkey | 15053f0 | 2018-06-13 10:00:45 -0700 | [diff] [blame] | 9 | title = "Route Service Server", |
| 10 | url = "http://onosproject.org", |
Ray Milkey | 02a658b | 2018-06-13 08:52:39 -0700 | [diff] [blame] | 11 | ) |