blob: 7a721a473589a1aa762d81228e54957e97adf1c5 [file] [log] [blame] [edit]
# 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") {
sources = [ "sysmem.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.sysmem",
"//sdk/fidl/fuchsia.sysmem2",
"//zircon/vdso/zx",
]
}