blob: c414ec3953904569dc490d0ff6be296c8a0ac1cc [file] [log] [blame]
Jayakumar Thazhath3ec6aa22017-09-11 02:00:20 -04001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Jayakumar Thazhath28484572017-11-02 00:39:09 -04003 '//lib:JACKSON',
Annce John0b4057a2017-11-21 01:46:41 -05004 '//incubator/api:onos-incubator-api',
5 '//lib:org.apache.karaf.shell.console',
6 '//cli:onos-cli'
Jayakumar Thazhath3ec6aa22017-09-11 02:00:20 -04007]
8
Annce John84229f72017-11-22 06:27:01 -05009TEST_DEPS = [
10 '//lib:TEST_ADAPTERS',
11]
12
13osgi_jar_with_tests (
Jayakumar Thazhath3ec6aa22017-09-11 02:00:20 -040014 deps = COMPILE_DEPS,
Annce John84229f72017-11-22 06:27:01 -050015 test_deps = TEST_DEPS,
Jayakumar Thazhath3ec6aa22017-09-11 02:00:20 -040016)
17
18onos_app (
19 title = 'IPv6 RA Generator',
Thomas Vachuskaca0b5df2018-06-22 16:24:47 -070020 category = 'Traffic Engineering',
Jayakumar Thazhath3ec6aa22017-09-11 02:00:20 -040021 url = 'http://onosproject.org',
22 description = 'Application for generating IPv6 RAs',
23)