blob: 44a8980ffc3bde0b5d67442181d65f6368ead166 [file] [log] [blame] [edit]
# 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.engine") {
sources = [
"engine.fidl",
"ids.fidl",
"overview.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.hardware.display.types",
"//sdk/fidl/fuchsia.hardware.i2cimpl",
"//sdk/fidl/fuchsia.images2",
"//zircon/vdso/zx",
]
contains_drivers = true
}