Charles Chan | 7f987c5 | 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 | karaf_command_packages = ["org.onosproject.l2lb.cli"], |
| 9 | test_deps = TEST_DEPS, |
| 10 | deps = COMPILE_DEPS, |
| 11 | ) |
| 12 | |
| 13 | onos_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 | ) |