blob: 72092513cbfac64de2cf7140d4bca8ee0a66a75d [file] [log] [blame]
Charles Chanc3c87b22018-07-31 18:22:46 -07001COMPILE_DEPS = CORE_DEPS + KRYO + CLI + [
2 "//core/store/serializers:onos-core-serializers",
3]
4
5TEST_DEPS = TEST_ADAPTERS
6
7osgi_jar_with_tests(
8 test_deps = TEST_DEPS,
9 deps = COMPILE_DEPS,
10)
11
12onos_app(
13 app_name = "org.onosproject.l2lb",
14 category = "Utilities",
15 description = "L2 Load Balance Service",
16 title = "L2 Load Balance Service",
17 url = "http://onosproject.org",
18)