blob: 452fc52d6a056892c96618c378255b869e4ab7a1 [file] [log] [blame]
Ray Milkey39332952018-07-16 13:42:51 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + CLI + [
2 "//incubator/api:onos-incubator-api",
3]
4
5osgi_jar_with_tests(
Ray Milkeye6b6f1c2018-10-10 11:30:33 -07006 karaf_command_packages = ["org.onosproject.ra.cli"],
Ray Milkey39332952018-07-16 13:42:51 -07007 test_deps = TEST_ADAPTERS,
8 deps = COMPILE_DEPS,
9)
10
11onos_app(
12 category = "Traffic Engineering",
13 description = "Application for generating IPv6 RAs",
14 title = "IPv6 RA Generator",
15 url = "http://onosproject.org",
16)