blob: 3fc9d5d2536b4575d00132d92f3f32e84a37bfce [file] [log] [blame]
Ray Milkey4abe8442016-05-05 11:21:33 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:openflowj',
4 '//drivers/utilities:onos-drivers-utilities',
5 '//protocols/openflow/api:onos-protocols-openflow-api',
6]
7
8osgi_jar_with_tests (
9 deps = COMPILE_DEPS,
10 resources_root = 'src/main/resources',
11 resources = glob(['src/main/resources/**']),
12)
13
14onos_app (
15 title = 'Corsa device drivers',
16 category = 'Drivers',
17 url = 'http://onosproject.org',
18 description = 'ONOS Corsa device drivers application.',
19 required_apps = [ 'org.onosproject.openflow' ],
20)