blob: 30302abb78e915f29d16044d6d054607d1d3f5b9 [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.
import("//build/fidl/fidl.gni")
fidl("fuchsia.virtualaudio") {
sources = [ "virtual_audio.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.hardware.audio",
"//sdk/fidl/fuchsia.hardware.audio.signalprocessing",
"//zircon/vdso/zx",
]
enable_hlcpp = true
}