blob: a2a571ee5c48921d5d884ffe2dc7e7da0329f752 [file] [log] [blame]
Jayakumar Thazhathf0f20892017-09-11 02:00:20 -04001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Annce John735562e2017-11-21 01:46:41 -05003 '//incubator/api:onos-incubator-api',
4 '//lib:org.apache.karaf.shell.console',
5 '//cli:onos-cli'
Jayakumar Thazhathf0f20892017-09-11 02:00:20 -04006]
7
Annce Johnc23416b2017-11-22 06:27:01 -05008TEST_DEPS = [
9 '//lib:TEST_ADAPTERS',
10]
11
12osgi_jar_with_tests (
Jayakumar Thazhathf0f20892017-09-11 02:00:20 -040013 deps = COMPILE_DEPS,
Annce Johnc23416b2017-11-22 06:27:01 -050014 test_deps = TEST_DEPS,
Jayakumar Thazhathf0f20892017-09-11 02:00:20 -040015)
16
17onos_app (
18 title = 'IPv6 RA Generator',
19 category = 'Traffic Steering',
20 url = 'http://onosproject.org',
21 description = 'Application for generating IPv6 RAs',
22)