blob: a5d4b579bb67cde2ffac7d1f26607ed2c2dfd9f2 [file] [log] [blame]
# Copyright 2021 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.virtualization") {
sdk_category = "internal"
sources = [ "control.fidl" ]
public_deps = [ "//sdk/fidl/fuchsia.hardware.network" ]
}