blob: 2e2b8a7d55f42caa8ae2eab59349355308fa6508 [file] [log] [blame]
Jian Li35734392016-07-14 11:55:24 +09001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey446f4462017-08-17 15:36:01 -07003 '//lib:NETTY',
Carmelo Cascone72893b72018-08-09 00:59:06 -07004 '//lib:io_netty_netty_buffer'
Jian Li35734392016-07-14 11:55:24 +09005]
6
7TEST_DEPS = [
8 '//lib:TEST_ADAPTERS',
9 '//utils/osgi:onlab-osgi-tests',
10 '//core/api:onos-api-tests',
11]
12
13osgi_jar_with_tests (
14 deps = COMPILE_DEPS,
15 test_deps = TEST_DEPS,
16)
17