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