blob: cbd8c725d8ff4ed0e36b361a302f51f07235422e [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.text") {
sdk_category = "partner"
sources = [
"primitives.fidl",
"text_field.fidl",
"text_manager.fidl",
]
public_deps = [
"$garnet_sdk_fidl/fuchsia.ui.input",
]
}