blob: b44d5fe8ce430d6c01e15527992905b4722d977b [file] [log] [blame] [edit]
# 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.test.scene") {
sdk_category = "partner"
sources = [ "provider.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.ui.app",
"//sdk/fidl/fuchsia.ui.observation.geometry",
"//zircon/vdso/zx",
]
}