blob: 7193b4060f5cc10dce93d02f1450656724d2b479 [file] [log] [blame] [edit]
# Copyright 2022 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.audio.ffxdaemon") {
sources = [ "audio_proxy.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.media",
"//zircon/vdso/zx",
]
}