blob: 5df9ce5d20935681b554e14d6ea5295454b162cc [file] [log] [blame]
# Copyright 2018 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.virtualization") {
sources = [
"balloon_controller.fidl",
"guest.fidl",
"manager.fidl",
"realm.fidl",
"vsock.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.sys",
"//zircon/public/fidl/fuchsia-io",
]
}