Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
094526fc64bf1045dbeaba5da58e7045e46bbc30
/
.
/
apps
/
mcast
/
api
/
BUCK
blob: db499cc1679ed45793dfc98e3c15dfa7a3f449bd [
file
] [
log
] [
blame
]
COMPILE_DEPS
=
[
'//lib:CORE_DEPS'
,
'//lib:KRYO'
,
'//core/store/serializers:onos-core-serializers'
,
]
TEST_DEPS
=
[
'//lib:TEST_ADAPTERS'
,
'//utils/osgi:onlab-osgi-tests'
,
]
osgi_jar_with_tests
(
deps
=
COMPILE_DEPS
,
test_deps
=
TEST_DEPS
,
)