blob: a2b06fb86fcf4b52e23326d944640cfd63663f5f [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.
zx_executable("backlight") {
sources = [
"main.cc",
]
deps = [
"$zx/system/fidl/fuchsia-hardware-backlight:llcpp",
"$zx/system/ulib/fdio",
"$zx/system/ulib/fzl",
]
}