blob: 4f93bf222290de011dd8b17404de0a319884bc3d [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.
library("intel-hda") {
sources = [
"codec-utils/codec-driver-base.cc",
"codec-utils/stream-base.cc",
"utils/codec-caps.cc",
"utils/utils.cc",
]
configs += [ "$zx/public/gn/config:visibility_hidden" ]
public_deps = [
# <intel-hda/codec-utils/stream-base.h> has #include <ddk/protocol/intelhda/codec.h>.
"$zx/system/banjo/ddk.protocol.intelhda.codec",
"$zx/system/fidl/fuchsia-hardware-audio:c",
]
deps = [
"$zx/system/ulib/audio-driver-proto",
"$zx/system/ulib/audio-proto-utils",
"$zx/system/ulib/ddk",
"$zx/system/ulib/dispatcher-pool",
"$zx/system/ulib/fbl",
"$zx/system/ulib/zx",
]
}