blob: cb0936c48380de8f106de1942735bd6e4d99c04a [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',
Jayakumar Thazhath3ec6aa22017-09-11 02:00:20 -04004 '//incubator/api:onos-incubator-api'
5]
6
7osgi_jar (
8 deps = COMPILE_DEPS,
9)
10
11onos_app (
12 title = 'IPv6 RA Generator',
13 category = 'Traffic Steering',
14 url = 'http://onosproject.org',
15 description = 'Application for generating IPv6 RAs',
16)