blob: 5d9a3caabc8a6951e60cc67f73c6b29a802bcdd5 [file] [log] [blame]
COMPILE_DEPS = CORE_DEPS + JACKSON + KRYO + CLI + [
"//core/store/serializers:onos-core-serializers",
"//apps/route-service/api:onos-apps-route-service-api",
"//apps/routing/fpm/api:onos-apps-routing-fpm-api",
]
TEST_DEPS = TEST + [
"//apps/route-service/api:onos-apps-route-service-api-tests",
"//core/api:onos-api-tests",
]
BUNDLES = [
"//apps/dhcprelay:onos-apps-dhcprelay",
"//apps/routing/fpm/api:onos-apps-routing-fpm-api",
]
osgi_jar_with_tests(
karaf_command_packages = ["org.onosproject.dhcprelay.cli"],
test_deps = TEST_DEPS,
deps = COMPILE_DEPS,
)
onos_app(
app_name = "org.onosproject.dhcprelay",
category = "Utility",
description = "DHCP Relay Agent Application.",
included_bundles = BUNDLES,
required_apps = ["org.onosproject.route-service"],
title = "DHCP Relay Agent",
url = "http://onosproject.org",
)