Henry Yu 3a91b13bfe Remove old RESTCONF server implemenation
Change-Id: I8a225a6bfc3552acdfbb2148a73e85cbb9ca3d93
2017-05-01 15:15:19 +00:00

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,
)