blob: b95804513da1e49f6183154b45d70a2046462d07 [file] [log] [blame]
Ray Milkey7dac7da2017-08-01 16:56:05 -07001COMPILE_DEPS = CORE_DEPS + [
Yi Tseng2a340f72018-11-02 16:52:47 -07002 "//protocols/grpc/api:onos-protocols-grpc-api",
Carmelo Casconeb9536692019-05-28 18:15:23 -07003 "//lib:io_grpc_grpc_api_context",
Ray Milkey7dac7da2017-08-01 16:56:05 -07004]
5
6TEST_DEPS = TEST + [
Ray Milkey0bcdfd12018-05-23 14:07:19 -07007 "//core/api:onos-api-tests",
Ray Milkey7dac7da2017-08-01 16:56:05 -07008]
9
Ray Milkey816db102018-05-30 14:16:37 -070010osgi_jar_with_tests(
Ray Milkey472d8392018-05-23 17:06:51 -070011 test_deps = TEST_DEPS,
Ray Milkey816db102018-05-30 14:16:37 -070012 deps = COMPILE_DEPS,
Ray Milkey472d8392018-05-23 17:06:51 -070013)