blob: b50a385ee10eff4d22f9833ee37399038c452c96 [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 = [
"descriptor.fidl",
"device.fidl",
"keyboard.fidl",
"mouse.fidl",
"report.fidl",
"sensor.fidl",
"touch.fidl",
"units.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.ui.input2",
]
}