Charles Chan | c3c87b2 | 2018-07-31 18:22:46 -0700 | [diff] [blame^] | 1 | COMPILE_DEPS = CORE_DEPS + KRYO + CLI + [ |
2 | "//core/store/serializers:onos-core-serializers", | ||||
3 | ] | ||||
4 | |||||
5 | TEST_DEPS = TEST_ADAPTERS | ||||
6 | |||||
7 | osgi_jar_with_tests( | ||||
8 | test_deps = TEST_DEPS, | ||||
9 | deps = COMPILE_DEPS, | ||||
10 | ) | ||||
11 | |||||
12 | onos_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 | ) |