blob: e420f72c17a4a51882c9d1e69eb275212891bced [file] [log] [blame]
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//incubator/api:onos-incubator-api',
'//core/store/serializers:onos-core-serializers'
]
TEST_DEPS = [
'//lib:TEST_ADAPTERS',
]
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.',
)