Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | BUNDLES = [ |
2 | "//protocols/restconf/server/rpp:onos-protocols-restconf-server-rpp", | ||||
Andrea Campanella | bfd4ac8 | 2019-01-03 15:51:24 +0100 | [diff] [blame] | 3 | "//apps/restconf/api:onos-apps-restconf-api", |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 4 | ] |
5 | |||||
6 | onos_app( | ||||
7 | app_name = "org.onosproject.protocols.restconfserver", | ||||
8 | category = "Utility", | ||||
9 | included_bundles = BUNDLES, | ||||
10 | title = "RESTCONF Server Module", | ||||
11 | url = "http://onosproject.org", | ||||
12 | ) |