blob: bca8133f50fd5fd82de4de88abbfdf44c8060736 [file] [log] [blame]
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//lib:openflowj',
]
TEST_DEPS = [
'//lib:TEST',
'//core/api:onos-api-tests',
]
osgi_jar_with_tests (
name = 'onos-of-api',
deps = COMPILE_DEPS,
test_deps = TEST_DEPS,
)