blob: 4f0cd7f36df0ee3c3d6adae6a3252ff4d6a94e80 [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001BUNDLES = [
2 "//protocols/restconf/server/rpp:onos-protocols-restconf-server-rpp",
3]
4
5onos_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)