Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
5fe3447f945f1e5246b0fa24f1e526bd6ef4f70f
/
.
/
protocols
/
openflow
/
api
/
BUCK
blob: 266a1fc9fc485ee7f1d0b337241c6091837d6a3a [
file
] [
log
] [
blame
]
COMPILE_DEPS
=
[
'//lib:CORE_DEPS'
,
'//lib:NETTY'
,
'//lib:openflowj'
,
'//lib:netty-transport'
,
]
TEST_DEPS
=
[
'//lib:TEST'
,
'//core/api:onos-api-tests'
,
]
osgi_jar_with_tests
(
deps
=
COMPILE_DEPS
,
test_deps
=
TEST_DEPS
,
)