blob: 0c38473369fbd4ba5589cce231e63a2fc058d392 [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.ui.input.accessibility") {
sdk_category = "internal"
sources = [ "accessibility.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.math",
"//sdk/fidl/fuchsia.ui.input",
]
}