blob: f02e2f8360711cce04f4b8842adb41d30eaa145f [file] [log] [blame]
Charles Chan7f987c52018-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 karaf_command_packages = ["org.onosproject.l2lb.cli"],
9 test_deps = TEST_DEPS,
10 deps = COMPILE_DEPS,
11)
12
13onos_app(
14 app_name = "org.onosproject.l2lb",
15 category = "Utilities",
16 description = "L2 Load Balance Service",
17 title = "L2 Load Balance Service",
18 url = "http://onosproject.org",
19)