blob: 7d27e50d03c43a066ebd213497480d52a85a623b [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-stats.fidl",
"mmio-resource.fidl",
"root-job.fidl",
"smc-resource.fidl",
"vmex-resource.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.mem",
"//zircon/vdso/zx",
]
}