mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-05 12:16:13 +02:00
13 lines
342 B
Python
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",
|
|
)
|