blob: adf519598c199d739924939fad66f94d09611f9b [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001BUNDLES = [
2 "//protocols/restconf/server/rpp:onos-protocols-restconf-server-rpp",
Andrea Campanellabfd4ac82019-01-03 15:51:24 +01003 "//apps/restconf/api:onos-apps-restconf-api",
Ray Milkey35ea5bf2018-07-17 15:28:44 -07004]
5
6onos_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)