blob: 8aa77a9e1526e1567443af57f3211bb37558e036 [file] [log] [blame]
# Copyright 2025 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.google.nanohub") {
sources = [
"datachannel.fidl",
"lifecycle.fidl",
"nanohub.fidl",
"nanohubdisplay.fidl",
"overview.fidl",
]
public_deps = [ "//zircon/vdso/zx" ]
}