blob: 81a0dad728126a38233e43ae22a498a000c08d65 [file] [log] [blame]
Kyuhwi Choic5b33ea2016-04-26 11:45:32 +09001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//apps/scalablegateway/api:onos-app-scalablegateway-api',
4]
5
6TEST_DEPS = [
7 '//lib:TEST_ADAPTERS',
8]
9
10osgi_jar_with_tests (
11 deps = COMPILE_DEPS
12 test_deps = TEST_DEPS,
13)