blob: 06420346d99fe65147cb99a40df4dd6817b839c6 [file] [log] [blame]
# Copyright 2020 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.
# DO NOT MANUALLY EDIT!
# Generated by //scripts/sdk/gn/generate.py.
import("../../build/fidl_library.gni")
fidl_library("fuchsia.bluetooth.a2dp") {
library_name = "a2dp"
namespace = "fuchsia.bluetooth"
public_deps = [
]
sources = [
"audio_mode.fidl",
]
}
group("all"){
deps = [
":fuchsia.bluetooth.a2dp",
]
}