blob: 70f62335b955333fc9a59d7e02aef7b7c976c136 [file] [log] [blame]
# Copyright 2021 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.rfcomm.test") {
sdk_category = "excluded"
sources = [ "test.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.bluetooth",
"//sdk/fidl/fuchsia.bluetooth.bredr",
]
}