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