blob: 01e8e5b8524b5bbdc1aee68ba610350d18002ed1 [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.hardware.sysmem") {
sdk_category = "internal"
sources = [
"driver_connector.fidl",
"heap.fidl",
"metadata.fidl",
"sysmem.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.sysmem",
"//sdk/fidl/fuchsia.sysmem2",
"//zircon/vdso/zx",
]
}