blob: f4510744ce449d33eac2c3099334083bd44cd573 [file] [log] [blame]
Marc De Leenheer57a5af02016-12-02 20:54:41 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey446f4462017-08-17 15:36:01 -07003 '//lib:NETTY',
Marc De Leenheer57a5af02016-12-02 20:54:41 -08004 '//lib:netty-transport',
5 '//lib:netty-buffer',
6 '//lib:netty-codec',
7 '//protocols/tl1/api:onos-protocols-tl1-api',
8]
9
10TEST_DEPS = [
11 '//lib:TEST_ADAPTERS',
12 '//utils/osgi:onlab-osgi-tests',
13 '//core/api:onos-api-tests',
14]
15
16osgi_jar_with_tests (
17 deps = COMPILE_DEPS,
18 test_deps = TEST_DEPS,
19)