blob: 81ed9e7cd7898576f288b6953ef52bfa35183e0b [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("pwrbtn-monitor") {
sources = [
"pwrbtn-monitor.cpp",
]
deps = [
"$zx/system/fidl/fuchsia-hardware-input:c",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/fzl",
"$zx/system/ulib/hid-parser",
"$zx/system/ulib/zircon",
]
}