blob: 8ff2089102bc5d719c528606921def0bd22c7648 [file] [log] [blame] [edit]
# 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.gpio") {
sources = [ "gpio.fidl" ]
public_deps = [ "//zircon/vdso/zx" ]
enable_banjo = true
}