Ray Milkey | 69ec871 | 2017-08-08 13:00:43 -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 | |||||
6 | onos_app ( | ||||
7 | title = 'Route Service Server App', | ||||
8 | category = 'Utility', | ||||
9 | url = 'http://onosproject.org', | ||||
10 | included_bundles = BUNDLES, | ||||
11 | ) |