blob: 962db857bb0c5d6ad18b6dfb70d07259e07f0309 [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_category = "internal"
sources = [
"buffer-collection.fidl",
"coordinator.fidl",
"display.fidl",
"event.fidl",
"image.fidl",
"layer.fidl",
"overview.fidl",
"provider.fidl",
"virtcon.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.hardware.display.types",
"//sdk/fidl/fuchsia.images2",
"//sdk/fidl/fuchsia.sysmem",
]
enable_hlcpp = true
}