blob: 57fb4e88b4a8c0dfc3d13bddd4be6d5f8c6d0d09 [file] [log] [blame]
# Copyright 2016 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.netconnector") {
sources = [
"netconnector.fidl",
]
public_deps = [
"$garnet_sdk_fidl/fuchsia.sys",
]
}