blob: 2510a987cfff718e9bff25b638c4905b11280ef2 [file] [log] [blame]
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//incubator/api:onos-incubator-api',
]
osgi_jar (
deps = COMPILE_DEPS,
)
onos_app (
app_name = 'org.onosproject.dhcprelay',
title = 'DHCP Relay Agent App',
category = 'Utility',
url = 'http://onosproject.org',
description = 'DHCP Relay Agent Application.',
)