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