blob: 3f4b584fc0d85fe02da2fca73aae0c93425cb5cd [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")
import("//tools/fidl/measure-tape/measure_tape.gni")
fidl("fuchsia.bluetooth.gatt2") {
# RemoteService fails this check intentionally ("service" refers to a GATT
# service, not a FIDL service).
excluded_checks = [ "protocol-name-includes-service" ]
sdk_category = "partner"
sources = [
"client.fidl",
"constants.fidl",
"types.fidl",
]
public_deps = [ "//sdk/fidl/fuchsia.bluetooth" ]
}
measure_tape("hlcpp_measure_tape_for_read_by_type_result") {
target_binding = "hlcpp"
target_types = [ "fuchsia.bluetooth.gatt2/ReadByTypeResult" ]
fidls = [ "//sdk/fidl/fuchsia.bluetooth.gatt2" ]
}