blob: 8d07480f42b69fb940721786e6f57991879d9f14 [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") {
sources = [ "display-controller.fidl" ]
public_deps = [ "//zircon/system/fidl/fuchsia-sysmem" ]
}