blob: d5108623f3f4ef12a6a99febbc5900996aa431a5 [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 = [
"text_field.fidl",
"primitives.fidl",
"text_manager.fidl",
]
public_deps = [
"//garnet/public/fidl/fuchsia.ui.input"
]
}