blob: b4bf5633aa459a9775f8b5d345c7dd253fb66878 [file] [log] [blame] [edit]
# Copyright 2020 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.vreg") {
sources = [
"metadata.fidl",
"vreg.fidl",
]
public_deps = [ "//zircon/vdso/zx" ]
}