blob: 5f3dc36fe496c6b841935bcec44d0d1b75c0d2db [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/fidl/fidl.gni")
fidl("fuchsia.net.dhcp") {
sources = [
"client.fidl",
"options.fidl",
"overview.fidl",
"server.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.net",
"//sdk/fidl/fuchsia.net.interfaces.admin",
"//zircon/vdso/zx",
]
}