blob: ef728c228dc089283c958be13146044f9a74d891 [file] [log] [blame]
# Copyright 2020 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.interfaces") {
sdk_category = "partner"
stable = true
sdk_area = "Unknown"
sources = [ "interfaces.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.hardware.network",
"//sdk/fidl/fuchsia.net",
"//zircon/vdso/zx",
]
enable_hlcpp = true
}