blob: a5389a260ea0ed1d8ff2165444b56790c955ca05 [file] [log] [blame]
# Copyright 2020 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.ui.pointerinjector") {
sdk_category = "partner"
sources = [
"config.fidl",
"device.fidl",
"event.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.input.report",
"//sdk/fidl/fuchsia.ui.views",
"//zircon/vdso/zx",
]
}