Ray Milkey 324af9301f Bazel build files for protocols
Change-Id: I12a9cfe2d135d10c640a51d9b3438bcd92f8e37f
2018-06-21 03:48:25 +00:00

22 lines
561 B
Python

COMPILE_DEPS = CORE_DEPS + NETTY + [
"@netty_codec//jar",
"@netty_transport//jar",
"@netty_transport_native_epoll//jar",
"@netty_handler//jar",
"@netty_resolver//jar",
"@concurrent_trees//jar",
"//protocols/lisp/api:onos-protocols-lisp-api",
"//protocols/lisp/msg:onos-protocols-lisp-msg",
]
TEST_DEPS = TEST_ADAPTERS + [
"//utils/osgi:onlab-osgi-tests",
"//core/api:onos-api-tests",
"//protocols/lisp/api:onos-protocols-lisp-api-tests",
]
osgi_jar_with_tests(
test_deps = TEST_DEPS,
deps = COMPILE_DEPS,
)