blob: 068a43b5f858c03b896447c32150cf7948b812ee [file] [log] [blame]
Brian O'Connorb86c9202016-04-05 20:15:04 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//incubator/api:onos-incubator-api',
4]
5
6TEST_DEPS = [
7 '//lib:TEST',
8]
9
Brian O'Connorbe27bb32016-04-29 16:55:44 -070010osgi_jar_with_tests (
Brian O'Connorb86c9202016-04-05 20:15:04 -070011 deps = COMPILE_DEPS,
Brian O'Connorbe27bb32016-04-29 16:55:44 -070012 test_deps = TEST_DEPS,
Brian O'Connorb86c9202016-04-05 20:15:04 -070013 visibility = ['PUBLIC'],
14)