blob: 98eb012302846708c332dde3eb11be6ca761e217 [file] [log] [blame]
HIGUCHI Yuta07a9e562016-05-23 16:41:17 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:openflowj',
4 '//protocols/openflow/api:onos-protocols-openflow-api',
5 '//drivers/default:onos-drivers-default',
6]
7
Ray Milkeye022ef62016-06-08 15:17:19 -07008TEST_DEPS = [
9 '//lib:TEST_ADAPTERS',
10 '//core/api:onos-api-tests',
11]
12
HIGUCHI Yuta07a9e562016-05-23 16:41:17 -070013osgi_jar_with_tests (
14 deps = COMPILE_DEPS,
Ray Milkeye022ef62016-06-08 15:17:19 -070015 test_deps = TEST_DEPS,
HIGUCHI Yuta07a9e562016-05-23 16:41:17 -070016 resources_root = 'src/main/resources',
17 resources = glob(['src/main/resources/**']),
18)
19
20onos_app (
21 title = 'Other optical Device Drivers',
22 category = 'Drivers',
23 url = 'http://onosproject.org',
24 description = 'ONOS other optical Device Drivers application.',
25 required_apps = [ 'org.onosproject.drivers' ],
26)