blob: d8bf7ec65dad50651ff545913fc066941dc7eafb [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
8osgi_jar (
9 deps = COMPILE_DEPS,
10)
11
12onos_app (
13 title = 'IPv6 RA Generator',
14 category = 'Traffic Steering',
15 url = 'http://onosproject.org',
16 description = 'Application for generating IPv6 RAs',
17)