blob: f3afdb27a4375dd5433fb6bca6f19b58a864fa7b [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" ]
public_deps = [
"//sdk/banjo/fuchsia.hardware.audiotypes",
"//zircon/vdso/zx",
]
}