blob: 1b8efcfc35bf8c27415ff964764d1721f6dcf6fc [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//incubator/api:onos-incubator-api',
4]
5
6TEST_DEPS = [
7 '//lib:TEST',
8]
9
Brian O'Connorbe27bb32016-04-29 16:55:44 -070010osgi_jar_with_tests (
11 name = 'onos-core-serializers',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080012 deps = COMPILE_DEPS,
Brian O'Connorbe27bb32016-04-29 16:55:44 -070013 test_deps = TEST_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080014 visibility = ['PUBLIC'],
15)