blob: 8d62122b9504918f436c3e793d96f446951e9fa0 [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.accessibility.semantics") {
sdk_category = "experimental"
sources = [
"node.fidl",
"semantics_manager.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.ui.gfx",
"//sdk/fidl/fuchsia.ui.views",
]
}