blob: 3042c8e63fbf8bf4676fd9a4d10a95efa5788f0e [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.buttons") {
sdk_category = "partner"
stable = false
sources = [
"adc_buttons.fidl",
"gpio_buttons.fidl",
]
sdk_area = "Drivers"
public_deps = [ "//sdk/fidl/fuchsia.input.report" ]
}