Brian O'Connor a6f858966e Moving core/security/BUCK to new, simplified format
Change-Id: Ib3a3a0bf240461ca70f56be24d3459f3ee638e8e
2016-11-11 17:29:33 -08:00

16 lines
265 B
Python

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'],
)