Ray Milkey | 3933295 | 2018-07-16 13:42:51 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + CLI + [ |
| 2 | "//incubator/api:onos-incubator-api", |
| 3 | ] |
| 4 | |
| 5 | osgi_jar_with_tests( |
Ray Milkey | e6b6f1c | 2018-10-10 11:30:33 -0700 | [diff] [blame] | 6 | karaf_command_packages = ["org.onosproject.ra.cli"], |
Ray Milkey | 3933295 | 2018-07-16 13:42:51 -0700 | [diff] [blame] | 7 | test_deps = TEST_ADAPTERS, |
| 8 | deps = COMPILE_DEPS, |
| 9 | ) |
| 10 | |
| 11 | onos_app( |
| 12 | category = "Traffic Engineering", |
| 13 | description = "Application for generating IPv6 RAs", |
| 14 | title = "IPv6 RA Generator", |
| 15 | url = "http://onosproject.org", |
| 16 | ) |