Charles Chan | f7b1b4b | 2019-01-16 15:30:39 -0800 | [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.portloadbalancer.cli"], |
| 9 | test_deps = TEST_DEPS, |
| 10 | deps = COMPILE_DEPS, |
| 11 | ) |
| 12 | |
| 13 | onos_app( |
| 14 | app_name = "org.onosproject.portloadbalancer", |
| 15 | category = "Utilities", |
| 16 | description = "Port Load Balance Service", |
| 17 | title = "Port Load Balance Service", |
| 18 | url = "http://onosproject.org", |
| 19 | ) |