blob: 93b04a37ec89bd67f6488c893e32e758c400e36d [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.controller") {
sources = [
"display-controller.fidl",
"pixel-format.fidl",
]
public_deps = [
"//sdk/banjo/fuchsia.hardware.i2cimpl",
"//zircon/vdso/zx",
]
enable_banjo = true
}