blob: c1c66da499fc61be2418d61c355e47728a6f723f [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey446f4462017-08-17 15:36:01 -07003 '//lib:KRYO',
Ray Milkeyf80bbb22016-03-11 10:16:22 -08004 '//incubator/api:onos-incubator-api',
5]
6
7TEST_DEPS = [
8 '//lib:TEST',
9]
10
Brian O'Connorbe27bb32016-04-29 16:55:44 -070011osgi_jar_with_tests (
12 name = 'onos-core-serializers',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080013 deps = COMPILE_DEPS,
Brian O'Connorbe27bb32016-04-29 16:55:44 -070014 test_deps = TEST_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080015 visibility = ['PUBLIC'],
16)