blob: 2e174eae410353585a864c33c9d0653f64b33f93 [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/banjo/banjo.gni")
banjo("fuchsia.hardware.display.controller") {
sources = [ "display-controller.banjo" ]
deps = [
"//sdk/banjo/fuchsia.hardware.audiotypes",
"//sdk/banjo/zx",
]
}