blob: 7f7cad3ff7ca87359fc8cb86b9f959926a556f1e [file] [log] [blame] [edit]
# Copyright 2021 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("//garnet/public/build/fostr/fostr_fidl.gni")
fostr_fidl("fuchsia.ui.pointer") {
fidl_target = "//sdk/fidl/fuchsia.ui.pointer"
deps = [
"//garnet/public/lib/fostr/fidl/fuchsia.input.report",
"//garnet/public/lib/fostr/fidl/zx",
]
}