blob: 3fc9d5d2536b4575d00132d92f3f32e84a37bfce [file] [log] [blame]
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//lib:openflowj',
'//drivers/utilities:onos-drivers-utilities',
'//protocols/openflow/api:onos-protocols-openflow-api',
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
resources_root = 'src/main/resources',
resources = glob(['src/main/resources/**']),
)
onos_app (
title = 'Corsa device drivers',
category = 'Drivers',
url = 'http://onosproject.org',
description = 'ONOS Corsa device drivers application.',
required_apps = [ 'org.onosproject.openflow' ],
)