blob: 23ee9b78fb551642354b2e6e38eb72ab75f7ec1d [file] [log] [blame]
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//lib:openflowj',
'//protocols/openflow/api:onos-protocols-openflow-api',
'//drivers/default:onos-drivers-default',
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
resources_root = 'src/main/resources',
resources = glob(['src/main/resources/**']),
)
onos_app (
title = 'Other optical Device Drivers',
category = 'Drivers',
url = 'http://onosproject.org',
description = 'ONOS other optical Device Drivers application.',
required_apps = [ 'org.onosproject.drivers' ],
)