blob: cb5bee0f3795d63750f0a638c907fd936a5a4083 [file] [log] [blame]
# Copyright 2022 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.fs.realm") {
sources = [ "realm.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.device",
"//sdk/fidl/fuchsia.io",
"//zircon/vdso/zx",
]
}