blob: 6f516dac48072419a78529c933be82b6b88a82e9 [file] [log] [blame]
BUNDLES = [
"//apps/dhcprelay/web:onos-apps-dhcprelay-web",
"//apps/dhcprelay/app:onos-apps-dhcprelay-app",
]
onos_app(
app_name = "org.onosproject.dhcprelay",
category = "Utility",
description = "DHCP Relay Agent Application.",
included_bundles = BUNDLES,
required_apps = [
"org.onosproject.route-service",
"org.onosproject.fpm",
],
title = "DHCP Relay Agent",
url = "http://onosproject.org",
)