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