blob: 927bcfee822015d0f0e58cb847fdfaf494230824 [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",
"types.fidl",
]
public_deps = [
"//garnet/public/fidl/fuchsia.images",
"//garnet/public/fidl/fuchsia.math",
"//zircon/public/fidl/fuchsia-mem",
]
}