blob: 455d8097d74e072516874e946db3efabd26dec82 [file] [log] [blame]
# Copyright 2023 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.types") {
sdk_category = "internal"
sources = [
"config.fidl",
"display.fidl",
"image.fidl",
"layer.fidl",
"overview.fidl",
]
public_deps = [ "//sdk/fidl/fuchsia.images2" ]
enable_hlcpp = true
}