mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-17 02:11:38 +02:00
12 lines
283 B
Python
12 lines
283 B
Python
BUNDLES = [
|
|
'//protocols/restconf/server/rpp:onos-protocols-restconf-server-rpp',
|
|
]
|
|
|
|
onos_app (
|
|
app_name = 'org.onosproject.protocols.restconfserver',
|
|
title = 'RESTCONF Server Module',
|
|
category = 'Utility',
|
|
url = 'http://onosproject.org',
|
|
included_bundles = BUNDLES,
|
|
)
|