blob: 0dacb8f34b2bea0655efaa5dcccff0d7c0f99a56 [file] [log] [blame]
# Copyright 2022 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.clipboard") {
sdk_category = "internal"
sources = [
"clipboard.fidl",
"constants.fidl",
"errors.fidl",
"focused.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.ui.views",
"//zircon/vdso/zx",
]
}