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