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