blob: 1cb6e47d0ddf9d4d149d8015e5931dccb624c45a [file] [log] [blame]
# Copyright 2019 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.hardware.display") {
sdk_area = "Graphics"
sources = [
"buffer-collection.fidl",
"config.fidl",
"coordinator.fidl",
"display.fidl",
"event.fidl",
"image.fidl",
"layer.fidl",
"overview.fidl",
"provider.fidl",
"virtcon.fidl",
"vsync-ack-cookie.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.hardware.display.types",
"//sdk/fidl/fuchsia.images2",
"//sdk/fidl/fuchsia.math",
"//sdk/fidl/fuchsia.sysmem2",
]
}