blob: 99417974d020f1c161104fcc95fb80e1dced20b7 [file] [log] [blame]
Ray Milkeya5ff8a72016-04-19 09:43:45 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey446f4462017-08-17 15:36:01 -07003 '//lib:KRYO',
Ray Milkeya5ff8a72016-04-19 09:43:45 -07004 '//core/store/serializers:onos-core-serializers',
5 '//apps/vtn/vtnrsc:onos-apps-vtn-vtnrsc',
6]
7
8TEST_DEPS = [
9 '//lib:TEST_ADAPTERS',
10]
11
12osgi_jar_with_tests (
13 deps = COMPILE_DEPS,
14 test_deps = TEST_DEPS,
15)