blob: 5dd6463d2eb662605d43658564b1cbda70754544 [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") {
sdk_category = "internal"
sources = [
"client.fidl",
"options.fidl",
"server.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.net",
"//sdk/fidl/fuchsia.net.interfaces.admin",
"//zircon/vdso/zx",
]
}