blob: ae17dec2d33ab450489df801ee96b874a79a9935 [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.kernel") {
sdk_category = "partner"
api = "fuchsia.kernel.api"
sources = [
"hypervisor-resource.fidl",
"ioport-resource.fidl",
"irq-resource.fidl",
"kernel-counter.fidl",
"kernel-debug.fidl",
"kernel-mexec.fidl",
"kernel-stats.fidl",
"mmio-resource.fidl",
"root-job.fidl",
"smc-resource.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.mem",
"//zircon/vdso/zx",
]
}