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