Yi Tseng 2e5d99e50c [CORD-1018] CLI for DHCP relay
Change-Id: Ie2f817a46f4c85847624b6cf447e7359755c5a34
2017-07-21 03:06:06 +00:00

27 lines
612 B
Python

COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//lib:org.apache.karaf.shell.console',
'//cli:onos-cli',
'//incubator/api:onos-incubator-api',
'//core/store/serializers:onos-core-serializers'
]
TEST_DEPS = [
'//lib:TEST_ADAPTERS',
'//core/api:onos-api-tests',
'//incubator/api:onos-incubator-api-tests',
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
test_deps = TEST_DEPS,
)
onos_app (
app_name = 'org.onosproject.dhcprelay',
title = 'DHCP Relay Agent App',
category = 'Utility',
url = 'http://onosproject.org',
description = 'DHCP Relay Agent Application.',
)