blob: 390b057ea1940725331595aef0a503cdf141eb0d [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.
group("intel-hda") {
deps = [
"codecs/qemu",
"codecs/realtek",
"controller",
]
}
group("test") {
testonly = true
deps = [
"$zx/system/dev/audio/intel-hda/controller:test",
"$zx/system/dev/audio/intel-hda/test",
]
}