blob: 2e36c355b13e22d2d0a7eae44a0da53c540af1b8 [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") {
sources = [
"config.fidl",
"controller.fidl",
"cursor.fidl",
"display.fidl",
"image-buffer.fidl",
"layer.fidl",
"provider.fidl",
"virtcon.fidl",
]
public_deps = [ "//sdk/fidl/fuchsia.sysmem" ]
enable_hlcpp = true
}