blob: f77c16a5d6c3a60b3942b47c4a118e98126fc47a [file] [log] [blame]
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//lib:JACKSON',
'//incubator/api:onos-incubator-api',
'//lib:org.apache.karaf.shell.console',
'//cli:onos-cli'
]
TEST_DEPS = [
'//lib:TEST_ADAPTERS',
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
test_deps = TEST_DEPS,
)
onos_app (
title = 'IPv6 RA Generator',
category = 'Traffic Steering',
url = 'http://onosproject.org',
description = 'Application for generating IPv6 RAs',
)