blob: fdda7c9a02f7e6ced99593117a7e4569a8ebec6f [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.guest") {
sources = [
"balloon_controller.fidl",
"environment_controller.fidl",
"environment_manager.fidl",
"instance_controller.fidl",
"vsock.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.sys",
"//zircon/public/fidl/fuchsia-io",
]
}