Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
c3f9b65976f2c0d853c88344035b18c07aa85bb4
/
.
/
core
/
security
/
BUCK
blob: dc17338d5b8b2798b0efcd1ccc619f2b73873d72 [
file
] [
log
] [
blame
]
COMPILE_DEPS
=
[
'//lib:CORE_DEPS'
,
'//core/store/serializers:onos-core-serializers'
,
]
TEST_DEPS
=
[
'//lib:TEST'
,
]
osgi_jar_with_tests
(
name
=
'onos-security'
,
deps
=
COMPILE_DEPS
,
test_deps
=
TEST_DEPS
,
visibility
=
[
'PUBLIC'
],
)