Charles Chan | 7f987c5 | 2018-07-31 18:22:46 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
3 | '//lib:KRYO', | ||||
4 | '//cli:onos-cli', | ||||
5 | '//core/store/serializers:onos-core-serializers', | ||||
6 | ] | ||||
7 | |||||
8 | TEST_DEPS = [ | ||||
9 | '//lib:TEST_ADAPTERS', | ||||
10 | ] | ||||
11 | |||||
12 | osgi_jar_with_tests ( | ||||
13 | deps = COMPILE_DEPS, | ||||
14 | test_deps = TEST_DEPS, | ||||
15 | ) | ||||
16 | |||||
17 | onos_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 | ) |