blob: 9038cfe1790d5d3834f1b82f52e36102db2c501c [file] [log] [blame] [edit]
# Copyright 2022 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.test.input") {
sdk_category = "partner"
sources = [
"registry.fidl",
"touch.fidl",
]
public_deps = [ "//sdk/fidl/fuchsia.math" ]
}