blob: 562c604c9714b8d47d455955e1f05c0c08d86e2a [file] [log] [blame]
# Copyright 2017 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.gfx") {
sdk_category = "partner"
sources = [
"commands.fidl",
"display_info.fidl",
"events.fidl",
"hit.fidl",
"nodes.fidl",
"pose_buffer_provider.fidl",
"renderer.fidl",
"resources.fidl",
"shapes.fidl",
"tokens.fidl",
"types.fidl",
]
public_deps = [
"$garnet_sdk_fidl/fuchsia.images",
"$garnet_sdk_fidl/fuchsia.math",
"//zircon/public/fidl/fuchsia-mem",
]
}