blob: 4f6c1bbcc180606312c02ea6e1ac274058ab7657 [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.
group("backlight") {
deps = [
"sg-micro",
"ti-lp8556",
]
}
zx_test("backlight-test") {
testonly = true
output_name = "backlight-test"
sources = [
"backlight-test.cc",
]
deps = [
"$zx/system/fidl/fuchsia-hardware-backlight:llcpp",
"$zx/system/ulib/fdio",
"$zx/system/ulib/zxtest",
]
}