Andrea Campanella bfd4ac8059 Fixing de-activation of restconf app
Change-Id: I8ebc554e7d7fbba4cb19c72f533e17907d31cae7
2019-01-04 13:29:58 +00:00

13 lines
342 B
Python

BUNDLES = [
"//protocols/restconf/server/rpp:onos-protocols-restconf-server-rpp",
"//apps/restconf/api:onos-apps-restconf-api",
]
onos_app(
app_name = "org.onosproject.protocols.restconfserver",
category = "Utility",
included_bundles = BUNDLES,
title = "RESTCONF Server Module",
url = "http://onosproject.org",
)