blob: 8d4a764fe9429f19802ea36869d30e2cdb8eaa5d [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.math",
"//sdk/fidl/fuchsia.sys",
"//sdk/fidl/fuchsia.ui.app",
"//zircon/public/fidl/fuchsia-io",
]
}