blob: 7ec9a5b7cfe02de9bcdd22fc6308e3287a14c7e5 [file] [log] [blame]
# Copyright 2019 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.io") {
sdk_category = "partner"
sdk_area = "Unknown"
api = "fuchsia.io.api"
sources = [
"directory.fidl",
"directory2.fidl",
"file2.fidl",
"inotify.fidl",
"io.fidl",
"locking.fidl",
"node-protocols.fidl",
"node.fidl",
"node2.fidl",
"rights-abilities.fidl",
"symlink.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.unknown",
"//zircon/vdso/zx",
]
enable_hlcpp = true
}