blob: a2a571ee5c48921d5d884ffe2dc7e7da0329f752 [file] [log] [blame]
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//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',
)