blob: e87d6961062487669d5f267bb1fc3df7b86d0e4b [file] [log] [blame]
# Copyright 2021 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.
source_set("eld") {
sources = [ "eld.h" ]
public_deps = [
"//src/graphics/display/lib/edid",
"//zircon/system/ulib/hwreg",
]
}