blob: f7c5c6ab73dbc2d485cbcf8bb6e2d6c4d9a26cc1 [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.
loadable_module("test_effects_v1") {
sources = [
"test_effects_v1.cc",
"test_effects_v1.h",
]
deps = [ "//sdk/lib/media/audio/effects" ]
}
source_set("test_effects_v2") {
sources = [
"test_effects_v2.cc",
"test_effects_v2.h",
]
public_deps = [
"//sdk/fidl/fuchsia.audio.effects:fuchsia.audio.effects_cpp",
"//sdk/lib/component/incoming/cpp",
"//sdk/lib/syslog/cpp",
"//zircon/system/ulib/async-loop:async-loop-cpp",
"//zircon/system/ulib/async-loop:async-loop-default",
"//zircon/system/ulib/fzl",
]
# TODO(https://fxbug.dev/42176699): This target uses mutable tables which are deprecated,
# rather than builders.
configs += [ "//build/cpp:fidl-wire-deprecated-mutable-tables" ]
}