blob: bca8133f50fd5fd82de4de88abbfdf44c8060736 [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:openflowj',
4]
5
6TEST_DEPS = [
7 '//lib:TEST',
8 '//core/api:onos-api-tests',
9]
10
Brian O'Connore4da59d2016-04-08 00:32:18 -070011osgi_jar_with_tests (
12 name = 'onos-of-api',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080013 deps = COMPILE_DEPS,
Brian O'Connore4da59d2016-04-08 00:32:18 -070014 test_deps = TEST_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080015)