blob: fd0d1e3665303dbda5b527fcdc2e736d5bef4cf6 [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.input.report") {
sources = [
"consumer_control.fidl",
"descriptor.fidl",
"device.fidl",
"keyboard.fidl",
"led.fidl",
"mouse.fidl",
"report.fidl",
"sensor.fidl",
"touch.fidl",
"units.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.input",
"//sdk/fidl/fuchsia.ui.input2",
"//zircon/vdso/zx",
]
}