blob: a621b938eea6523b9a96630a692872e7788cf5ab [file] [log] [blame]
BUNDLES = [
'//lib:openflowj',
'//protocols/openflow/api:onos-protocols-openflow-api',
'//protocols/openflow/ctl:onos-protocols-openflow-ctl',
'//providers/openflow/device:onos-providers-openflow-device',
'//providers/openflow/packet:onos-providers-openflow-packet',
'//providers/openflow/flow:onos-providers-openflow-flow',
'//providers/openflow/group:onos-providers-openflow-group',
'//providers/openflow/meter:onos-providers-openflow-meter',
]
onos_app (
title = 'OpenFlow Provider',
category = 'Provider',
url = 'http://onosproject.org',
description = 'OpenFlow protocol southbound providers.',
included_bundles = BUNDLES,
)