blob: 1e9f89937332199204ba824e5a7f92a6ba7d0656 [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 = [
"cpu-resource.fidl",
"debug-resource.fidl",
"hypervisor-resource.fidl",
"info-resource.fidl",
"ioport-resource.fidl",
"irq-resource.fidl",
"kernel-counter.fidl",
"kernel-debug.fidl",
"kernel-stats.fidl",
"mmio-resource.fidl",
"overview.fidl",
"power-resource.fidl",
"root-job.fidl",
"smc-resource.fidl",
"vmex-resource.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.mem",
"//zircon/vdso/zx",
]
}