blob: 69df0779e8056c4ec23407cd8096348b7b28ff15 [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("pwrbtn-monitor") {
sources = [ "pwrbtn-monitor.cc" ]
deps = [
"$zx/system/fidl/fuchsia-device-manager:c",
"$zx/system/fidl/fuchsia-hardware-input:llcpp",
"$zx/system/ulib/ddk",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/fdio-caller",
"$zx/system/ulib/fzl",
"$zx/system/ulib/hid-parser",
"$zx/system/ulib/zircon",
]
}