blob: 49cd95ad75d26746af46045cff6f1a812fc5dbe5 [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",
"//sdk/fidl/fuchsia.net",
]
enable_hlcpp = true
}