blob: b853a2807d8a571eb45b0ac0799bf92700e7f030 [file] [log] [blame]
# Copyright 2019 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.powerimpl") {
sources = [ "power-impl.fidl" ]
public_deps = [
"//sdk/banjo/fuchsia.hardware.power",
"//zircon/vdso/zx",
]
}