blob: 81fe5b4ed9a5c5f8baee686e4ec54a1bd5f5a8bb [file] [log] [blame]
BUNDLES = [
'//providers/rest/device:onos-providers-rest-device',
'//protocols/rest/api:onos-protocols-rest-api',
'//protocols/rest/ctl:onos-protocols-rest-ctl',
'//lib:jersey-client',
'//lib:commons-io',
'//lib:httpclient-osgi',
'//lib:httpcore-osgi',
]
onos_app (
app_name = 'org.onosproject.restsb',
title = 'REST Provider',
category = 'Provider',
url = 'https://wiki.onosproject.org/display/ONOS/REST',
included_bundles = BUNDLES,
description = 'Provides means for ONOS to discover the existence of a REST API enabled device ' +
'or proxy for multiple devices from information given by network configuration.',
)