blob: 2c3dbddaefd4f61e22fb8a55a37e52e39600c540 [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("ihda") {
sources = [
"ihda.cpp",
"intel_hda_codec.cpp",
"intel_hda_controller.cpp",
"intel_hda_device.cpp",
"print_codec_state.cpp",
"zircon_device.cpp",
]
deps = [
"$zx/system/fidl/fuchsia-hardware-intel-hda:c",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/fzl",
"$zx/system/ulib/intel-hda",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
}