blob: 73a2549349847c351a75d993ab4dc8489502e3c7 [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
Ray Milkeye022ef62016-06-08 15:17:19 -07008TEST_DEPS = [
9 '//lib:TEST_ADAPTERS',
10 '//core/api:onos-api-tests',
11]
12
Ray Milkey4abe8442016-05-05 11:21:33 -070013osgi_jar_with_tests (
14 deps = COMPILE_DEPS,
Ray Milkeye022ef62016-06-08 15:17:19 -070015 test_deps = TEST_DEPS,
Ray Milkey4abe8442016-05-05 11:21:33 -070016 resources_root = 'src/main/resources',
17 resources = glob(['src/main/resources/**']),
18)
19
20onos_app (
21 title = 'Corsa device drivers',
22 category = 'Drivers',
23 url = 'http://onosproject.org',
24 description = 'ONOS Corsa device drivers application.',
25 required_apps = [ 'org.onosproject.openflow' ],
26)