blob: 0c9c056e5ec1f2b17f92bbb27642777a282b749d [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"
sdk_area = "Unknown"
sources = [ "interfaces.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.hardware.network",
"//sdk/fidl/fuchsia.net",
"//zircon/vdso/zx",
]
enable_hlcpp = true
}