blob: ba6444055edf3596834e15f73e3f2d309381edd4 [file] [log] [blame]
# Copyright 2024 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.bluetooth.bredr.test") {
sources = [ "profile_test.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.bluetooth",
"//sdk/fidl/fuchsia.bluetooth.bredr",
]
enable_hlcpp = true
}