blob: 9bfb40c5c06cf74ee518387afce63ff0be00b06b [file] [log] [blame]
Kyuhwi Choic5b33ea2016-04-26 11:45:32 +09001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Thomas Vachuskad1962b72016-05-04 17:24:00 -07003 '//apps/scalablegateway/api:onos-apps-scalablegateway-api',
Kyuhwi Choic5b33ea2016-04-26 11:45:32 +09004]
5
6TEST_DEPS = [
7 '//lib:TEST_ADAPTERS',
8]
9
10osgi_jar_with_tests (
Thomas Vachuskad1962b72016-05-04 17:24:00 -070011 deps = COMPILE_DEPS,
Kyuhwi Choic5b33ea2016-04-26 11:45:32 +090012 test_deps = TEST_DEPS,
13)