blob: 3a598efa0d397f746fc2a6c2d02167dd13625980 [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:c",
"$zx/system/ulib/ddk",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/fzl",
"$zx/system/ulib/hid-parser",
"$zx/system/ulib/zircon",
]
}