blob: 8fae167cff0b603edc2187dc95ac3a03a2de0c74 [file] [log] [blame]
# 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("//build/fidl/fidl.gni")
fidl("fuchsia.ui.observation.geometry") {
sdk_category = "internal"
sources = [ "provider.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.math",
"//zircon/vdso/zx",
]
}